Class ResourceManifest
ResourceManifest represents a single Kubernetes resource to be applied to the cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ResourceManifest : IDirectResponseSchema
Properties
ClusterScoped
Output only. 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.
Declaration
[JsonProperty("clusterScoped")]
public virtual bool? ClusterScoped { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Manifest
Output only. YAML manifest of the resource.
Declaration
[JsonProperty("manifest")]
public virtual string Manifest { get; set; }
Property Value
Type | Description |
---|---|
string |