public sealed class GroupVersionKind : IMessage<GroupVersionKind>, IEquatable<GroupVersionKind>, IDeepCloneable<GroupVersionKind>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class GroupVersionKind.
A Kubernetes object's GVK
Implements
IMessageGroupVersionKind, IEquatableGroupVersionKind, IDeepCloneableGroupVersionKind, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
GroupVersionKind()
public GroupVersionKind()
GroupVersionKind(GroupVersionKind)
public GroupVersionKind(GroupVersionKind other)
Parameter | |
---|---|
Name | Description |
other | GroupVersionKind |
Properties
Group
public string Group { get; set; }
Kubernetes Group
Property Value | |
---|---|
Type | Description |
string |
Kind
public string Kind { get; set; }
Kubernetes Kind
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
Kubernetes Version
Property Value | |
---|---|
Type | Description |
string |