Merge pull request #122560 from aramase/aramase/c/add_unique_comment

[StructuredAuthnConfig] add comment for extra keys unique requirement
This commit is contained in:
Kubernetes Prow Robot 2024-01-02 23:26:28 +01:00 committed by GitHub
commit c686334d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,6 +376,7 @@ type ExtraMapping struct {
// subdomain as defined by RFC 1123. All characters trailing the first "/" must
// be valid HTTP Path characters as defined by RFC 3986.
// key must be lowercase.
// Required to be unique.
// +required
Key string `json:"key"`