Skip to content

Commit 8312e09

Browse files
[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.
1 parent ec8dbd3 commit 8312e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/examples/concepts/policy/limit-range/problematic-limit-range.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
cpu: "1"
1313
min:
1414
cpu: 100m
15+
type: Container

0 commit comments

Comments
 (0)