Skip to content

Commit

Permalink
Fix pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dh0r53 committed Nov 12, 2024
1 parent 582a442 commit 5add108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/v1beta1/keystoneapi_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@ type KeystoneFederationSpec struct {
// +kubebuilder:validation:Required
// +kubebuilder:default=""
// OIDCProviderMetadataURL
OIDCProviderMetadataURL string `json:"oidcProviderMetadataURL,omitempty"`
OIDCProviderMetadataURL string `json:"oidcProviderMetadataURL"`

// +kubebuilder:validation:Required
// +kubebuilder:default=""
// OIDCIntrospectionEndpoint
OIDCIntrospectionEndpoint string `json:"oidcIntrospectionEndpoint,omitempty"`
OIDCIntrospectionEndpoint string `json:"oidcIntrospectionEndpoint"`

// +kubebuilder:validation:Required
// +kubebuilder:default=""
// OIDCClientID
OIDCClientID string `json:"oidcClientID,omitempty"`
OIDCClientID string `json:"oidcClientID"`

// +kubebuilder:validation:Required
// +kubebuilder:default=";"
Expand Down Expand Up @@ -291,7 +291,7 @@ type KeystoneFederationSpec struct {
// +kubebuilder:validation:Required
// +kubebuilder:default=""
// KeystoneFederationIdentityProviderName
KeystoneFederationIdentityProviderName string `json:"keystoneFederationIdentityProviderName,omitempty"`
KeystoneFederationIdentityProviderName string `json:"keystoneFederationIdentityProviderName"`
}

// KeystoneAPIStatus defines the observed state of KeystoneAPI
Expand Down

0 comments on commit 5add108

Please sign in to comment.