⎈ k8s knowledge compiler

GroupVersionForDiscovery [page]deterministic

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

reference

`apiVersion: meta/v1`

`import "k8s.io/apimachinery/pkg/apis/meta/v1"`

## GroupVersionForDiscovery {#GroupVersionForDiscovery}

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

<hr>

<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>groupVersion</code>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>groupVersion specifies the API group and version in the form "group/version"</td> </tr> <tr> <td><code>version</code>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.</td> </tr> </tbody> </table>

Sources

reference/kubernetes-api/definitions/group-version-for-discovery-v1-meta.md · docGroupVersionForDiscovery

Related (2)

api_for GroupVersionForDiscoverydocuments API object conf=1

← all Docs