Class: Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:



705
706
707
708
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 705

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