Skip to content

Commit 70dd4bd

Browse files
authored
Merge pull request #42184 from Richabanker/gvr-glossary
Add an entry in glossary for GVR
2 parents 69c8049 + 648e2ba commit 70dd4bd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Group Version Resource
3+
id: gvr
4+
date: 2023-07-24
5+
short_description: >
6+
The API group, API version and name of a Kubernetes API.
7+
8+
aka: ["GVR"]
9+
tags:
10+
- architecture
11+
---
12+
Means of representing unique Kubernetes API resource.
13+
14+
<!--more-->
15+
16+
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.
17+
GVRs let you define and distinguish different Kubernetes objects, and to specify a way of accessing
18+
objects that is stable even as APIs change.

0 commit comments

Comments
 (0)