[en] Add missing required `type` field to LimitRange example (#38706)

* Add missing required `type` field to examples

Although `LimitRange.spec.limits.type` was mandated in 2020, a few
LimitRange examples still miss the field, so they may confuse people
referring.

* Add missing required `type` field

Although `LimitRange.spec.limits.type` was mandated in 2020, one
LimitRange example still misses the field, so a validation error may
confuse people referring.
pull/38718/head
Youhei Sakurai 2023-01-02 13:21:31 +09:00 committed by GitHub
parent ec8dbd3cd1
commit 8312e0917d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ spec:
cpu: "1" cpu: "1"
min: min:
cpu: 100m cpu: 100m
type: Container