This commit is contained in:
Chao Xu
2015-10-09 16:04:43 -07:00
parent 88eeb03811
commit 53eab7ef1e
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ var RegisteredVersions []string
func init() {
// TODO: caesarxuchao: rename this variable to validGroupVersions
validAPIVersions := map[string]bool{
"v1": true,
"v1": true,
"extensions/v1beta1": true,
}