public sealed class GroupVersionKind : IMessage<GroupVersionKind>, IEquatable<GroupVersionKind>, IDeepCloneable<GroupVersionKind>, IBufferMessage, IMessage
[[["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` is 2.5.0, with older versions available ranging from 2.4.0 down to 1.0.0."],["`GroupVersionKind` is a sealed class representing a Kubernetes object's GVK (Group, Version, Kind)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The `GroupVersionKind` class has three main properties: Group, Kind, and Version, all of which are strings representing the corresponding Kubernetes components."],["The two constructors are: `GroupVersionKind()`, and `GroupVersionKind(GroupVersionKind other)`."]]],[]]