Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestResponse.
GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#manifest
def manifest() -> ::Array<::Google::Cloud::GkeHub::V1beta1::ConnectAgentResource>
Returns
- (::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.
#manifest=
def manifest=(value) -> ::Array<::Google::Cloud::GkeHub::V1beta1::ConnectAgentResource>
Parameter
- value (::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.
Returns
- (::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.