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 8e813bd commit beb9fecCopy full SHA for beb9fec
1 file changed
api/v1alpha1/ext_auth_types.go
@@ -75,7 +75,7 @@ type ExtAuth struct {
75
// +patchStrategy=merge
76
// +listType=map
77
// +listMapKey=name
78
- ContextExtensions []*ContextExtension `json:"contextExtensions,omitempty"`
+ ContextExtensions []*ContextExtension `json:"contextExtensions,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
79
80
// Sets the HTTP status that is returned when the authorization service returns an error
81
// or cannot be reached. Defaults to 403 Forbidden.
0 commit comments