mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
manual fix testapi
This commit is contained in:
parent
43fcb22427
commit
a87db8834f
@ -33,9 +33,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
Groups = make(map[string]TestGroup)
|
Groups = make(map[string]TestGroup)
|
||||||
Default TestGroup
|
Default TestGroup
|
||||||
Experimental TestGroup
|
Extensions TestGroup
|
||||||
)
|
)
|
||||||
|
|
||||||
type TestGroup struct {
|
type TestGroup struct {
|
||||||
@ -71,7 +71,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Default = Groups[""]
|
Default = Groups[""]
|
||||||
Experimental = Groups["extensions"]
|
Extensions = Groups["extensions"]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Version returns the API version to test against, as set by the KUBE_TEST_API env var.
|
// Version returns the API version to test against, as set by the KUBE_TEST_API env var.
|
||||||
|
Loading…
Reference in New Issue
Block a user