From ec191fa47301307690aeed7d9e7a9eac26d72b54 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Sun, 10 Jan 2021 21:45:50 +0900 Subject: Minor corrections to the api conventions. Fixed the API Group convention for readability. --- contributors/devel/sig-architecture/api-conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 6def7d50..cd18e88e 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -65,8 +65,8 @@ kinds would have different attributes and properties) via HTTP to the server. Resources are exposed via: * Collections - a list of resources of the same type, which may be queryable * Elements - an individual resource, addressable via a URL -* **API Group** a set of resources that are exposed together. Along -with the version is exposed in the "apiVersion" field as "GROUP/VERSION", e.g. +* **API Group** a set of resources that are exposed together, along +with the version exposed in the "apiVersion" field as "GROUP/VERSION", e.g. "policy.k8s.io/v1". Each resource typically accepts and returns data of a single kind. A kind may be -- cgit v1.2.3