Class: Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestResponse
- 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
-
#manifest ⇒ ::Array<::Google::Cloud::GkeHub::V1beta1::ConnectAgentResource>
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
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.
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 |