mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #30188 from caesarxuchao/fix-authorization-1.4-client
Automatic merge from submit-queue Install authorization group in 1.4 client By the way, buried in my other PR there is an e2e test which will remind people adding this line. @deads2k
This commit is contained in:
commit
5acf6fb03d
@ -22,6 +22,7 @@ import (
|
||||
|
||||
_ "k8s.io/kubernetes/pkg/api/install"
|
||||
"k8s.io/kubernetes/pkg/apimachinery/registered"
|
||||
_ "k8s.io/kubernetes/pkg/apis/authorization/install"
|
||||
_ "k8s.io/kubernetes/pkg/apis/autoscaling/install"
|
||||
_ "k8s.io/kubernetes/pkg/apis/batch/install"
|
||||
_ "k8s.io/kubernetes/pkg/apis/extensions/install"
|
||||
|
Loading…
Reference in New Issue
Block a user