Class TypeMeta (1.0.0)

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

TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.

Inheritance

Object > TypeMeta

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

TypeMeta()

public TypeMeta()

TypeMeta(TypeMeta)

public TypeMeta(TypeMeta other)
Parameter
NameDescription
otherTypeMeta

Properties

ApiVersion

public string ApiVersion { get; set; }

APIVersion of the resource (e.g. v1).

Property Value
TypeDescription
String

Kind

public string Kind { get; set; }

Kind of the resource (e.g. Deployment).

Property Value
TypeDescription
String