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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GroupVersionKind` class in the GKE Hub v1 API is 2.5.0, and older versions are available, ranging from 2.4.0 down to 1.0.0."],["`GroupVersionKind` is a class representing a Kubernetes object's GVK (Group, Version, Kind) that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GroupVersionKind` class has properties for Kubernetes Group, Kind, and Version, all of which are of type `string`, and it can be constructed either as an empty object or as a copy of an existing `GroupVersionKind` object."],["The class `GroupVersionKind` inherits from the object class and, in addition to its own methods, also gets `GetHashCode()`, `GetType()` and `ToString()` methods from the Object class."]]],[]]