Merge pull request #12405 from uluyol/kubectlexp
Add experimental api support to kubectl
This commit is contained in:
@@ -55,7 +55,7 @@ func init() {
|
||||
|
||||
ignoredKinds := util.NewStringSet()
|
||||
|
||||
RESTMapper = api.NewDefaultRESTMapper(Versions, InterfacesFor, importPrefix, ignoredKinds, rootScoped)
|
||||
RESTMapper = api.NewDefaultRESTMapper("experimental", Versions, InterfacesFor, importPrefix, ignoredKinds, rootScoped)
|
||||
api.RegisterRESTMapper(RESTMapper)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user