Show / Hide Table of Contents

Class ResourceManifest

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

Inheritance
object
ResourceManifest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha2.Data
Assembly: Google.Apis.GKEHub.v1alpha2.dll
Syntax
public class ResourceManifest : IDirectResponseSchema

Properties

ClusterScoped

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

YAML manifest of the resource.

Declaration
[JsonProperty("manifest")]
public virtual string Manifest { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX