public sealed class TypeMeta : IMessage<TypeMeta>, IEquatable<TypeMeta>, IDeepCloneable<TypeMeta>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class TypeMeta.
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.V1Assembly
Google.Cloud.GkeHub.V1.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 |