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 35be7f9 commit b36926d
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 @@ -116,7 +116,7 @@ const (
type DatadogPodAutoscalerApplyPolicy struct {
// Mode determines recommendations that should be applied by the controller:
// - Apply: Apply all recommendations.
// - Preview: Preview: Recommendations are received and available through .status but prevent the controller to apply them.
// - Preview: Recommendations are received and visible through .Status , but the controller does not apply them.
// It's also possible to selectively deactivate upscale, downscale or update actions thanks to the `ScaleUp`, `ScaleDown` and `Update` fields.
// +optional
// +kubebuilder:default=Apply
Expand Down

0 comments on commit b36926d

Please sign in to comment.