[StructuredAuthnConfig] add comment for extra keys unique requirement

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Kubernetes-commit: af8da8e01c28286feedf528e94683781a0387a99
This commit is contained in:
Anish Ramasekar 2024-01-02 19:58:20 +00:00 committed by Kubernetes Publisher
parent 85936b5b6e
commit 6bad17ce50
1 changed files with 1 additions and 0 deletions

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"`