Google Cloud Gke Hub V1beta1 Client - Class ResourceManifest (0.6.3)

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

ResourceManifest represents a single Kubernetes resource to be applied to the cluster.

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setManifest

YAML manifest of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this