Skip to content

Commit

Permalink
Add Local as valid type for autoscaler source (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennchenn authored Dec 4, 2024
1 parent 6ff015c commit 993280d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/datadoghq/v1alpha1/datadogpodautoscaler_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ const (

// DatadogPodAutoscalerManualValueSource is a recommendation that comes from manually applying a recommendation.
DatadogPodAutoscalerManualValueSource DatadogPodAutoscalerValueSource = "Manual"

// DatadogPodAutoscalerLocalValueSource is a recommendation that comes from local fallback.
DatadogPodAutoscalerLocalValueSource DatadogPodAutoscalerValueSource = "Local"
)

// DatadogPodAutoscalerHorizontalStatus defines the status of the horizontal scaling
Expand Down

0 comments on commit 993280d

Please sign in to comment.