V1GroupVersionForDiscovery

March 28, 2026 ยท View on GitHub

GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

Properties

NameTypeDescriptionNotes
group_versionstrgroupVersion specifies the API group and version in the form "group/version"
versionstrversion specifies the version in the form of "version". This is to save the kubernetes.clients the trouble of splitting the GroupVersion.

[Back to Model list] [Back to API list] [Back to README]