website/content/en/docs/reference/glossary/group-version-resource.md

589 B

title id date short_description aka tags
Group Version Resource gvr 2023-07-24 The API group, API version and name of a Kubernetes API.
GVR
architecture

Means of representing unique Kubernetes API resource.

Group Version Resources (GVRs) specify the API group, API version, and resource (name for the object kind as it appears in the URI) associated with accessing a particular id of object in Kubernetes. GVRs let you define and distinguish different Kubernetes objects, and to specify a way of accessing objects that is stable even as APIs change.