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
aa321b49
Commit
aa321b49
authored
Aug 16, 2017
by
Kenneth Owens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enables apps/v1beta2 and removes WIP comments from documentation
parent
6bc0b295
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
30 deletions
+4
-30
master.go
pkg/master/master.go
+2
-2
types.go
staging/src/k8s.io/api/apps/v1beta2/types.go
+2
-28
No files found.
pkg/master/master.go
View file @
aa321b49
...
...
@@ -25,6 +25,7 @@ import (
"time"
appsv1beta1
"k8s.io/api/apps/v1beta1"
appsv1beta2
"k8s.io/api/apps/v1beta2"
authenticationv1
"k8s.io/api/authentication/v1"
authenticationv1beta1
"k8s.io/api/authentication/v1beta1"
authorizationapiv1
"k8s.io/api/authorization/v1"
...
...
@@ -390,8 +391,7 @@ func DefaultAPIResourceConfigSource() *serverstorage.ResourceConfig {
authenticationv1beta1
.
SchemeGroupVersion
,
autoscalingapiv1
.
SchemeGroupVersion
,
appsv1beta1
.
SchemeGroupVersion
,
// TODO: enable apps/v1beta2 by default before 1.8 release, after the API changes are done
// appsv1beta2.SchemeGroupVersion,
appsv1beta2
.
SchemeGroupVersion
,
policyapiv1beta1
.
SchemeGroupVersion
,
rbacv1
.
SchemeGroupVersion
,
rbacv1beta1
.
SchemeGroupVersion
,
...
...
staging/src/k8s.io/api/apps/v1beta2/types.go
View file @
aa321b49
This diff is collapsed.
Click to expand it.
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