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/38725/head
Youhei Sakurai 2023-01-02 23:48:48 +09:00
parent 1abcb52e07
commit e24f6b7a24
No known key found for this signature in database
GPG Key ID: B162D78918AF40D3
1 changed files with 1 additions and 0 deletions

View File

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