Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ConnectAgentResource.
ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.
Generated from protobuf message google.cloud.gkehub.v1.ConnectAgentResource
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
Google\Cloud\GkeHub\V1\TypeMeta
Kubernetes type of the resource. |
↳ manifest |
string
YAML manifest of the resource. |
getType
Kubernetes type of the resource.
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeHub\V1\TypeMeta|null |
hasType
clearType
setType
Kubernetes type of the resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\GkeHub\V1\TypeMeta
|
Returns | |
---|---|
Type | Description |
$this |
getManifest
YAML manifest of the resource.
Returns | |
---|---|
Type | Description |
string |
setManifest
YAML manifest of the resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |