mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 17:01:24 -04:00
Revert the graduation of maxLength
This commit is contained in:
parent
95a17bf288
commit
7b5dfd5609
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ func (maxLengthTagValidator) GetValidations(context Context, tag codetags.Tag) (
|
|||
func (mltv maxLengthTagValidator) Docs() TagDoc {
|
||||
return TagDoc{
|
||||
Tag: mltv.TagName(),
|
||||
StabilityLevel: TagStabilityLevelStable,
|
||||
StabilityLevel: TagStabilityLevelBeta,
|
||||
Scopes: mltv.ValidScopes().UnsortedList(),
|
||||
Description: "Indicates that a string field has a limit on its length.",
|
||||
Payloads: []TagPayloadDoc{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue