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
e12dea4e
Commit
e12dea4e
authored
Jun 21, 2018
by
Wen Gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix: unqalified=>unqualified
parent
72596df0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aggregator.go
cmd/kube-apiserver/app/aggregator.go
+1
-1
No files found.
cmd/kube-apiserver/app/aggregator.go
View file @
e12dea4e
...
...
@@ -232,7 +232,7 @@ type priority struct {
// That ripples out every bit as far as you'd expect, so for 1.7 we'll include the list here instead of being built up during storage.
var
apiVersionPriorities
=
map
[
schema
.
GroupVersion
]
priority
{
{
Group
:
""
,
Version
:
"v1"
}
:
{
group
:
18000
,
version
:
1
},
// extensions is above the rest for CLI compatibility, though the level of unqalified resource compatibility we
// extensions is above the rest for CLI compatibility, though the level of unq
u
alified resource compatibility we
// can reasonably expect seems questionable.
{
Group
:
"extensions"
,
Version
:
"v1beta1"
}
:
{
group
:
17900
,
version
:
1
},
// to my knowledge, nothing below here collides
...
...
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