Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e532129f
Commit
e532129f
authored
Jan 22, 2016
by
Eric Tune
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19717 from erictune/api-groups-doc
Mention some new api groups.
parents
a99e151b
021cfe8e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
api.md
docs/api.md
+3
-0
No files found.
docs/api.md
View file @
e532129f
...
@@ -103,6 +103,9 @@ Currently there are two API groups in use:
...
@@ -103,6 +103,9 @@ Currently there are two API groups in use:
`apiVersion: v1`
.
`apiVersion: v1`
.
1.
the "extensions" group, which is at REST path
`/apis/extensions/$VERSION`
, and which uses
1.
the "extensions" group, which is at REST path
`/apis/extensions/$VERSION`
, and which uses
`apiVersion: extensions/$VERSION`
(e.g. currently
`apiVersion: extensions/v1beta1`
).
`apiVersion: extensions/$VERSION`
(e.g. currently
`apiVersion: extensions/v1beta1`
).
This holds types which will probably move to another API group eventually.
1.
the "componentconfig" and "metrics" API groups.
In the future we expect that there will be more API groups, all at REST path
`/apis/$API_GROUP`
and
In the future we expect that there will be more API groups, all at REST path
`/apis/$API_GROUP`
and
using
`apiVersion: $API_GROUP/$VERSION`
. We expect that there will be a way for
[
third parties to
using
`apiVersion: $API_GROUP/$VERSION`
. We expect that there will be a way for
[
third parties to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment