From fde3fa332d0906d5bc2416f699ee69b7020cafc0 Mon Sep 17 00:00:00 2001 From: Levan Machablishvili Date: Thu, 19 Dec 2024 15:19:55 -0500 Subject: [PATCH] Regenerate stale datadogpodautoscalers CRD --- ...tadoghq.com_datadogpodautoscalers_v1alpha1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha1.json b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha1.json index 4bd00a7d7..984898c87 100644 --- a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha1.json +++ b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha1.json @@ -263,6 +263,13 @@ "type": "array", "x-kubernetes-list-type": "atomic" }, + "stabilizationWindowSeconds": { + "description": "StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations\nbefore deciding to apply a new one. Defaults to 0.", + "format": "int32", + "maximum": 1800, + "minimum": 0, + "type": "integer" + }, "strategy": { "description": "Strategy is used to specify which policy should be used.\nIf not set, the default value Max is used.", "enum": [ @@ -340,6 +347,13 @@ "type": "array", "x-kubernetes-list-type": "atomic" }, + "stabilizationWindowSeconds": { + "description": "StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations\nbefore deciding to apply a new one. Defaults to 0.", + "format": "int32", + "maximum": 1800, + "minimum": 0, + "type": "integer" + }, "strategy": { "description": "Strategy is used to specify which policy should be used.\nIf not set, the default value Max is used.", "enum": [