mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 22:03:54 +00:00
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