mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +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:
commit
8e48d992aa
7
test/conformance/testdata/conformance.yaml
vendored
7
test/conformance/testdata/conformance.yaml
vendored
@ -810,6 +810,13 @@
|
|||||||
the Pod is running. Pod SHOULD send a valid response when queried.
|
the Pod is running. Pod SHOULD send a valid response when queried.
|
||||||
release: v1.9
|
release: v1.9
|
||||||
file: test/e2e/apps/replica_set.go
|
file: test/e2e/apps/replica_set.go
|
||||||
|
- testname: ReplicaSet, status sub-resource
|
||||||
|
codename: '[sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]'
|
||||||
|
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.
|
||||||
|
release: v1.22
|
||||||
|
file: test/e2e/apps/replica_set.go
|
||||||
- testname: Replication Controller, adopt matching pods
|
- testname: Replication Controller, adopt matching pods
|
||||||
codename: '[sig-apps] ReplicationController should adopt matching pods on creation
|
codename: '[sig-apps] ReplicationController should adopt matching pods on creation
|
||||||
[Conformance]'
|
[Conformance]'
|
||||||
|
@ -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)
|
testRSStatus(f)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user