Merge pull request #101496 from ahg-g/ahg-nss-beta

Graduate pod affinity NamespaceSelector to Beta
This commit is contained in:
Kubernetes Prow Robot
2021-05-14 08:48:04 -07:00
committed by GitHub
7 changed files with 10 additions and 9 deletions

View File

@@ -1419,7 +1419,7 @@ var _ = SIGDescribe("ResourceQuota [Feature:PodPriority]", func() {
})
var _ = SIGDescribe("ResourceQuota [Feature:CrossNamespacePodAffinity] [alpha]", func() {
var _ = SIGDescribe("ResourceQuota", func() {
f := framework.NewDefaultFramework("cross-namespace-pod-affinity")
ginkgo.It("should verify ResourceQuota with cross namespace pod affinity scope using scope-selectors.", func() {
ginkgo.By("Creating a ResourceQuota with cross namespace pod affinity scope")