public sealed class TypeMeta : IMessage<TypeMeta>, IEquatable<TypeMeta>, IDeepCloneable<TypeMeta>, IBufferMessage, IMessageTypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.
Implements
IMessage<TypeMeta>, System.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 |
System.String |
|
Kind
public string Kind { get; set; }Kind of the resource (e.g. Deployment).
| Property Value | |
|---|---|
| Type | Description |
System.String |
|