Skip to content

Commit

Permalink
Update apis/keda/v1alpha1/scaledobject_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Wozniak <[email protected]>
Signed-off-by: rickbrouwer <[email protected]>
  • Loading branch information
rickbrouwer and wozniakjan authored Jan 17, 2025
1 parent ea4698d commit 93e29ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/keda/v1alpha1/scaledobject_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ type Fallback struct {
FailureThreshold int32 `json:"failureThreshold"`
Replicas int32 `json:"replicas"`
// +optional
// +kubebuilder:validation:Enum=static;useCurrentReplicasAsMinimum
Behavior string `json:"behavior,omitempty"`
}

Expand Down

0 comments on commit 93e29ce

Please sign in to comment.