mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Revert the graduation of maxLength
This commit is contained in:
@@ -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{{
|
||||
|
||||
Reference in New Issue
Block a user