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:
Kubernetes Prow Robot
2021-09-30 17:29:21 -07:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ const (
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() {
f := framework.NewDefaultFramework("storage-version")