Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ResourceManifest.
ResourceManifest represents a single Kubernetes resource to be applied to the cluster.
Generated from protobuf message google.cloud.gkehub.v1.ResourceManifest
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ manifest | stringYAML manifest of the resource. | 
| ↳ cluster_scoped | boolWhether the resource provided in the manifest is  | 
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 | |
getClusterScoped
Whether the resource provided in the manifest is cluster_scoped.
If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
| Returns | |
|---|---|
| Type | Description | 
| bool | |
setClusterScoped
Whether the resource provided in the manifest is cluster_scoped.
If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
| Parameter | |
|---|---|
| Name | Description | 
| var | bool | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |