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 9d490ce commit 00bbb28
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 @@ -204,7 +204,7 @@ const (
DatadogPodAutoscalerPercentScalingRuleType DatadogPodAutoscalerScalingRuleType = "Percent"
)

// DatadogPodAutoscalerScalingRule define rules for horizontal that should be true for a certain amount of time.
// DatadogPodAutoscalerScalingRule defines rules for horizontal scaling that should be true for a certain amount of time.
type DatadogPodAutoscalerScalingRule struct {
// Type is used to specify the scaling policy.
Type DatadogPodAutoscalerScalingRuleType `json:"type"`
Expand Down

0 comments on commit 00bbb28

Please sign in to comment.