Class: Google::Cloud::GkeHub::V1::GenerateConnectManifestResponse

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

Overview

GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.

Instance Attribute Summary collapse

Instance Attribute Details

#manifest::Array<::Google::Cloud::GkeHub::V1::ConnectAgentResource>

Returns The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.

Returns:



253
254
255
256
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 253

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