mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
add import_known_versions.go
This commit is contained in:
@@ -30,8 +30,10 @@ import (
|
||||
var RegisteredVersions []string
|
||||
|
||||
func init() {
|
||||
// TODO: caesarxuchao: rename this variable to validGroupVersions
|
||||
validAPIVersions := map[string]bool{
|
||||
"v1": true,
|
||||
"v1": true,
|
||||
"experimental/v1": true,
|
||||
}
|
||||
|
||||
// The default list of supported api versions, in order of most preferred to the least.
|
||||
|
||||
Reference in New Issue
Block a user