Class: Google::Cloud::GkeHub::V1::GenerateConnectManifestRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/service.rb

Overview

Request message for GkeHub.GenerateConnectManifest method. .

Instance Attribute Summary collapse

Instance Attribute Details

#image_pull_secret_content::String

Returns Optional. The image pull secret content for the registry, if not public.

Returns:

  • (::String)

    Optional. The image pull secret content for the registry, if not public.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

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.

Returns:

  • (::Boolean)

    Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

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/*.

Returns:

  • (::String)

    Required. The Membership resource name the Agent will associate with, in the format projects/*/locations/*/memberships/*.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

class GenerateConnectManifestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#namespace::String

Returns 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.

Returns:

  • (::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.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

class GenerateConnectManifestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#proxy::String

Returns 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.

Returns:

  • (::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.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

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.

Returns:

  • (::String)

    Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

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.

Returns:

  • (::String)

    Optional. The Connect agent version to use. Defaults to the most current version.



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

class GenerateConnectManifestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end