We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da411 commit d5a68bdCopy full SHA for d5a68bd
docs/proposals/authentication-filter.md
@@ -241,10 +241,8 @@ type JWTFileKeySource struct {
241
// LocalObjectReferenceWithKey specifies a local Kubernetes object
242
// with a required `key` field to extract data.
243
type LocalObjectReferenceWithKey struct {
244
- // Inline the core LocalObjectReference so `name` sits at the same JSON level
245
- // (optional, but avoids nesting)
246
- v1.LocalObjectReference `json:",inline"`
247
-
+ Name string: `json:"name"`
+
248
Key string `json:"key"`
249
}
250
0 commit comments