Merge pull request #102349 from ii/promote-replicaset-status-test

Promote Read, Patch & Replace ReplicaSet Status +3 endpoints
This commit is contained in:
Kubernetes Prow Robot
2021-06-16 12:48:00 -07:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -165,7 +165,13 @@ var _ = SIGDescribe("ReplicaSet", func() {
})
ginkgo.It("should validate Replicaset Status endpoints", func() {
/* Release: v1.22
Testname: ReplicaSet, status sub-resource
Description: Create a ReplicaSet resource which MUST succeed.
Attempt to read, update and patch its status sub-resource; all
mutating sub-resource operations MUST be visible to subsequent reads.
*/
framework.ConformanceIt("should validate Replicaset Status endpoints", func() {
testRSStatus(f)
})
})