Class: Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1beta1/membership.rb
Overview
Request message for GkeHubMembershipService.GenerateConnectManifest
method.
Instance Attribute Summary collapse
-
#connect_agent ⇒ ::Google::Cloud::GkeHub::V1beta1::ConnectAgent
Optional.
-
#image_pull_secret_content ⇒ ::String
Optional.
-
#is_upgrade ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
-
#registry ⇒ ::String
Optional.
-
#version ⇒ ::String
Optional.
Instance Attribute Details
#connect_agent ⇒ ::Google::Cloud::GkeHub::V1beta1::ConnectAgent
Returns Optional. The connect agent to generate manifest for.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_pull_secret_content ⇒ ::String
Returns Optional. The image pull secret content for the registry, if not public.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_upgrade ⇒ ::Boolean
Returns Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The Membership resource name the Agent will associate with, in
the format projects/*/locations/*/memberships/*
.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#registry ⇒ ::String
Returns Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Optional. The Connect agent version to use. Defaults to the most current version.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694 class GenerateConnectManifestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |