GKE Hub v1beta1 API - Class ResourceManifest (2.0.0-beta06)

public sealed class ResourceManifest : IMessage<ResourceManifest>, IEquatable<ResourceManifest>, IDeepCloneable<ResourceManifest>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1beta1 API class ResourceManifest.

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

Inheritance

object > ResourceManifest

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

ResourceManifest()

public ResourceManifest()

ResourceManifest(ResourceManifest)

public ResourceManifest(ResourceManifest other)
Parameter
NameDescription
otherResourceManifest

Properties

ClusterScoped

public bool ClusterScoped { get; set; }

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.

Property Value
TypeDescription
bool

Manifest

public string Manifest { get; set; }

YAML manifest of the resource.

Property Value
TypeDescription
string