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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Gke Hub V1 Client - Class ResourceManifest (1.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.6 (latest)](/php/docs/reference/cloud-gke-hub/latest/V1.ResourceManifest)\n- [1.0.5](/php/docs/reference/cloud-gke-hub/1.0.5/V1.ResourceManifest)\n- [0.10.0](/php/docs/reference/cloud-gke-hub/0.10.0/V1.ResourceManifest)\n- [0.9.5](/php/docs/reference/cloud-gke-hub/0.9.5/V1.ResourceManifest)\n- [0.8.2](/php/docs/reference/cloud-gke-hub/0.8.2/V1.ResourceManifest)\n- [0.7.1](/php/docs/reference/cloud-gke-hub/0.7.1/V1.ResourceManifest)\n- [0.6.3](/php/docs/reference/cloud-gke-hub/0.6.3/V1.ResourceManifest)\n- [0.5.6](/php/docs/reference/cloud-gke-hub/0.5.6/V1.ResourceManifest) \nReference documentation and code samples for the Google Cloud Gke Hub V1 Client class ResourceManifest.\n\nResourceManifest represents a single Kubernetes resource to be applied to\nthe cluster.\n\nGenerated from protobuf message `google.cloud.gkehub.v1.ResourceManifest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeHub \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getManifest\n\nYAML manifest of the resource.\n\n### setManifest\n\nYAML manifest of the resource.\n\n### getClusterScoped\n\nWhether the resource provided in the manifest is `cluster_scoped`.\n\nIf unset, the manifest is assumed to be namespace scoped.\nThis field is used for REST mapping when applying the resource in a\ncluster.\n\n### setClusterScoped\n\nWhether the resource provided in the manifest is `cluster_scoped`.\n\nIf unset, the manifest is assumed to be namespace scoped.\nThis field is used for REST mapping when applying the resource in a\ncluster."]]