GKE Hub v1 API - Class GroupVersionKind (2.4.0)

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

Inheritance

object > GroupVersionKind

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

GroupVersionKind()

public GroupVersionKind()

GroupVersionKind(GroupVersionKind)

public GroupVersionKind(GroupVersionKind other)
Parameter
NameDescription
otherGroupVersionKind

Properties

Group

public string Group { get; set; }

Kubernetes Group

Property Value
TypeDescription
string

Kind

public string Kind { get; set; }

Kubernetes Kind

Property Value
TypeDescription
string

Version

public string Version { get; set; }

Kubernetes Version

Property Value
TypeDescription
string