mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #103391 from tanjing2020/runtimeclass
[e2e] Add description of use case “storage version with non-existing id should be GC'ed” execution conditions
This commit is contained in:
commit
b15f37ef22
@ -34,6 +34,7 @@ const (
|
|||||||
idNonExist = "id-non-exist"
|
idNonExist = "id-non-exist"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// This test requires that --feature-gates=APIServerIdentity=true,StorageVersionAPI=true be set on the apiserver and the controller manager
|
||||||
var _ = SIGDescribe("StorageVersion resources [Feature:StorageVersionAPI]", func() {
|
var _ = SIGDescribe("StorageVersion resources [Feature:StorageVersionAPI]", func() {
|
||||||
f := framework.NewDefaultFramework("storage-version")
|
f := framework.NewDefaultFramework("storage-version")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user