Skip to content

Commit

Permalink
fix: deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Sep 23, 2024
1 parent 65d4354 commit a9cd114
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/v1beta1/keycloakrealm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ type KeycloakRealmSpec struct {
// +optional
Interval *metav1.Duration `json:"interval,omitempty"`

// Timeout
// +optional
// +deprecated
Timeout *metav1.Duration `json:"timeout,omitempty"`

// Suspend reconciliation
// +optional
Suspend bool `json:"suspend,omitempty"`
Expand Down
5 changes: 5 additions & 0 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9475,6 +9475,9 @@ spec:
suspend:
description: Suspend reconciliation
type: boolean
timeout:
description: Timeout
type: string
version:
description: Version is the keycloak version
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9475,6 +9475,9 @@ spec:
suspend:
description: Suspend reconciliation
type: boolean
timeout:
description: Timeout
type: string
version:
description: Version is the keycloak version
type: string
Expand Down

0 comments on commit a9cd114

Please sign in to comment.