Add an entry in glossary for GVR

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Richa Banker 2023-07-24 16:44:55 -07:00
parent 36a18af7b4
commit 648e2ba333
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: Group Version Resource
id: gvr
date: 2023-07-24
short_description: >
The API group, API version and name of a Kubernetes API.
aka: ["GVR"]
tags:
- architecture
---
Means of representing unique Kubernetes API resource.
<!--more-->
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.