Merge pull request #137274 from lalitc375/tags-graduation

Revert the graduation of maxLength
This commit is contained in:
Kubernetes Prow Robot 2026-02-27 08:24:01 +05:30 committed by GitHub
commit b55862975c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{{