GroupVersionForDiscovery [page]deterministic
GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
`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> <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> <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>