Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::GenerateConnectManifestRequest.
Request message for GkeHub.GenerateConnectManifest
method.
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_pull_secret_content
def image_pull_secret_content() -> ::String
- (::String) — Optional. The image pull secret content for the registry, if not public.
#image_pull_secret_content=
def image_pull_secret_content=(value) -> ::String
- value (::String) — Optional. The image pull secret content for the registry, if not public.
- (::String) — Optional. The image pull secret content for the registry, if not public.
#is_upgrade
def is_upgrade() -> ::Boolean
- (::Boolean) — Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.
#is_upgrade=
def is_upgrade=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.
- (::Boolean) — Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.
#name
def name() -> ::String
-
(::String) — Required. The Membership resource name the Agent will associate with, in
the format
projects/*/locations/*/memberships/*
.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The Membership resource name the Agent will associate with, in
the format
projects/*/locations/*/memberships/*
.
-
(::String) — Required. The Membership resource name the Agent will associate with, in
the format
projects/*/locations/*/memberships/*
.
#namespace
def namespace() -> ::String
-
(::String) — Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect
.The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.
#namespace=
def namespace=(value) -> ::String
-
value (::String) — Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect
.The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.
-
(::String) — Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect
.The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.
#proxy
def proxy() -> ::String
-
(::String) — Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form
http(s)://{proxy_address}
, depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent's outbound traffic through a HTTP(S) proxy.
#proxy=
def proxy=(value) -> ::String
-
value (::String) — Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form
http(s)://{proxy_address}
, depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent's outbound traffic through a HTTP(S) proxy.
-
(::String) — Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form
http(s)://{proxy_address}
, depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent's outbound traffic through a HTTP(S) proxy.
#registry
def registry() -> ::String
- (::String) — Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
#registry=
def registry=(value) -> ::String
- value (::String) — Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
- (::String) — Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
#version
def version() -> ::String
- (::String) — Optional. The Connect agent version to use. Defaults to the most current version.
#version=
def version=(value) -> ::String
- value (::String) — Optional. The Connect agent version to use. Defaults to the most current version.
- (::String) — Optional. The Connect agent version to use. Defaults to the most current version.