Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::ResourceManifest.
ResourceManifest represents a single Kubernetes resource to be applied to the cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_scoped
def cluster_scoped() -> ::Boolean
-
(::Boolean) — 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.
#cluster_scoped=
def cluster_scoped=(value) -> ::Boolean
-
value (::Boolean) — 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.
-
(::Boolean) — 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.
#manifest
def manifest() -> ::String
- (::String) — YAML manifest of the resource.
#manifest=
def manifest=(value) -> ::String
- value (::String) — YAML manifest of the resource.
- (::String) — YAML manifest of the resource.