Google Cloud Gke Hub V1 Client - Class ResourceManifest (1.0.0-RC1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ manifest
string

YAML manifest of the resource.

↳ cluster_scoped
bool

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.

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