GKE Hub v1 API - Class GroupVersionKind (2.5.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
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