Skip to main content
Schemaobject

io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery

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

Source
specs/apis__node.k8s.io_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
groupVersion string
required

groupVersion specifies the API group and version in the form "group/version"

version string
required

version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.