Paths -> Absolute

This commit is contained in:
John Mulhausen
2016-02-18 19:56:19 -08:00
parent f9d5238c50
commit d63d674cde
56 changed files with 103 additions and 99 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ in more detail in the [API Changes documentation](/{{page.version}}/docs/devel/a
## API groups
To make it easier to extend the Kubernetes API, we are in the process of implementing [*API
groups*](proposals/api-group). These are simply different interfaces to read and/or modify the
groups*](https://github.com/kubernetes/kubernetes/blob/release-1.1/docs/proposals/api-group.md). These are simply different interfaces to read and/or modify the
same underlying resources. The API group is specified in a REST path and in the `apiVersion` field
of a serialized object.