Skip to content

Commit

Permalink
Update api/datadoghq/v1alpha2/datadogpodautoscaler_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Celene <[email protected]>
  • Loading branch information
jbartosik and celenechang authored Feb 4, 2025
1 parent b3c0feb commit 9a571bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/datadoghq/v1alpha2/datadogpodautoscaler_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ type DatadogPodAutoscalerScalingPolicy struct {
type DatadogPodAutoscalerScalingRuleType string

const (
// DatadogPodAutoscalerPodsScalingRuleType specifies a change in absolute number of pods compared to the starting number of PODs.
// DatadogPodAutoscalerPodsScalingRuleType specifies a change in the absolute number of pods compared to the starting number of pods.
DatadogPodAutoscalerPodsScalingRuleType DatadogPodAutoscalerScalingRuleType = "Pods"

// DatadogPodAutoscalerPercentScalingRuleType specifies a relative amount of change compared to the starting number of PODs.
Expand Down

0 comments on commit 9a571bb

Please sign in to comment.