Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class GenerateAttachedClusterInstallManifestResponse.
Response message for
AttachedClusters.GenerateAttachedClusterInstallManifest
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestResponse
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ manifest |
string
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached. |
getManifest
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.
Returns | |
---|---|
Type | Description |
string |
setManifest
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |