Class: Google::Cloud::GkeMultiCloud::V1::GenerateAttachedClusterInstallManifestResponse

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

Overview

Response message for AttachedClusters.GenerateAttachedClusterInstallManifest method.

Instance Attribute Summary collapse

Instance Attribute Details

#manifest::String

Returns A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.

Returns:

  • (::String)

    A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.



74
75
76
77
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 74

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