Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GenerateConnectManifestResponse.
GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.
Generated from protobuf message google.cloud.gkehub.v1.GenerateConnectManifestResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ manifest |
array<Google\Cloud\GkeHub\V1\ConnectAgentResource>
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade. |
getManifest
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setManifest
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\GkeHub\V1\ConnectAgentResource>
|
Returns | |
---|---|
Type | Description |
$this |