mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Merge pull request #102349 from ii/promote-replicaset-status-test
Promote Read, Patch & Replace ReplicaSet Status +3 endpoints
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user