fix: mark oauth client metadata nullable and optional
This commit is contained in:
parent
d9eeaace15
commit
1bd0d394b0
@ -122,6 +122,8 @@ type OAuth2ClientSpec struct {
|
||||
TokenEndpointAuthMethod TokenEndpointAuthMethod `json:"tokenEndpointAuthMethod,omitempty"`
|
||||
|
||||
// +kubebuilder:validation:Type=object
|
||||
// +nullable
|
||||
// +optional
|
||||
//
|
||||
// Metadata is abritrary data
|
||||
Metadata apiextensionsv1.JSON `json:"metadata,omitempty"`
|
||||
|
@ -99,6 +99,7 @@ spec:
|
||||
type: object
|
||||
metadata:
|
||||
description: Metadata is abritrary data
|
||||
nullable: true
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
postLogoutRedirectUris:
|
||||
|
Loading…
x
Reference in New Issue
Block a user