mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
Merge pull request #116933 from haoruan/doc-fix-typo
fix a typo in test/e2e/apimachinery/resource_quota.go
This commit is contained in:
commit
0f8f564e99
3
test/conformance/testdata/conformance.yaml
vendored
3
test/conformance/testdata/conformance.yaml
vendored
@ -495,8 +495,7 @@
|
|||||||
be found. Patching the hard status values MUST succeed. The reported hard status
|
be found. Patching the hard status values MUST succeed. The reported hard status
|
||||||
values MUST equal the new spec hard values. Getting the /status MUST succeed and
|
values MUST equal the new spec hard values. Getting the /status MUST succeed and
|
||||||
the reported hard status values MUST equal the spec hard values. Repatching the
|
the reported hard status values MUST equal the spec hard values. Repatching the
|
||||||
hard status values MUST succeed. The spec spec MUST NOT be changed when patching
|
hard status values MUST succeed. The spec MUST NOT be changed when patching /status.
|
||||||
/status.
|
|
||||||
release: v1.26
|
release: v1.26
|
||||||
file: test/e2e/apimachinery/resource_quota.go
|
file: test/e2e/apimachinery/resource_quota.go
|
||||||
- testname: ResourceQuota, update and delete
|
- testname: ResourceQuota, update and delete
|
||||||
|
@ -1007,7 +1007,7 @@ var _ = SIGDescribe("ResourceQuota", func() {
|
|||||||
reported hard status values MUST equal the new spec hard values.
|
reported hard status values MUST equal the new spec hard values.
|
||||||
Getting the /status MUST succeed and the reported hard status
|
Getting the /status MUST succeed and the reported hard status
|
||||||
values MUST equal the spec hard values. Repatching the hard status
|
values MUST equal the spec hard values. Repatching the hard status
|
||||||
values MUST succeed. The spec spec MUST NOT be changed when
|
values MUST succeed. The spec MUST NOT be changed when
|
||||||
patching /status.
|
patching /status.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should apply changes to a resourcequota status", func(ctx context.Context) {
|
framework.ConformanceIt("should apply changes to a resourcequota status", func(ctx context.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user