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.
Implements
IMessage<TypeMeta>, IEquatable<TypeMeta>, IDeepCloneable<TypeMeta>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
TypeMeta()
public TypeMeta()
TypeMeta(TypeMeta)
public TypeMeta(TypeMeta other)
Parameter | |
---|---|
Name | Description |
other | TypeMeta |
Properties
ApiVersion
public string ApiVersion { get; set; }
APIVersion of the resource (e.g. v1).
Property Value | |
---|---|
Type | Description |
String |
Kind
public string Kind { get; set; }
Kind of the resource (e.g. Deployment).
Property Value | |
---|---|
Type | Description |
String |