mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #137274 from lalitc375/tags-graduation
Revert the graduation of maxLength
This commit is contained in:
commit
b55862975c
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