Google Cloud Gke Hub V1beta1 Client - Class GenerateConnectManifestResponse (0.9.3)

Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class GenerateConnectManifestResponse.

GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.

Generated from protobuf message google.cloud.gkehub.v1beta1.GenerateConnectManifestResponse

Namespace

Google \ Cloud \ GkeHub \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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.

getManifest

The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.

Returns
TypeDescription
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
NameDescription
var array<Google\Cloud\GkeHub\V1beta1\ConnectAgentResource>
Returns
TypeDescription
$this