You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -562,7 +562,7 @@ spec:
562
562
type: object
563
563
type: object
564
564
served: true
565
-
storage: true
565
+
storage: false
566
566
subresources:
567
567
status: {}
568
568
- additionalPrinterColumns:
@@ -819,6 +819,32 @@ spec:
819
819
required:
820
820
- maxReplicas
821
821
type: object
822
+
fallback:
823
+
default: {}
824
+
description: Fallback defines how recommendations should be applied when in fallback mode.
825
+
properties:
826
+
horizontal:
827
+
default: {}
828
+
description: Horizontal configures the behavior during horizontal fallback mode.
829
+
properties:
830
+
enabled:
831
+
default: true
832
+
description: 'Enabled determines whether recommendations should be applied by the controller:'
833
+
type: boolean
834
+
triggers:
835
+
default: {}
836
+
description: Triggers defines the triggers that will generate recommendations.
837
+
properties:
838
+
staleRecommendationThresholdSeconds:
839
+
default: 600
840
+
description: StaleRecommendationThresholdSeconds defines the time window the controller will wait after detecting an error before applying recommendations.
841
+
format: int32
842
+
maximum: 1200
843
+
minimum: 100
844
+
type: integer
845
+
type: object
846
+
type: object
847
+
type: object
822
848
objectives:
823
849
description: |-
824
850
Objectives are the objectives to reach and maintain for the target resource.
Copy file name to clipboardExpand all lines: config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha2.json
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,43 @@
279
279
],
280
280
"type": "object"
281
281
},
282
+
"fallback": {
283
+
"additionalProperties": false,
284
+
"default": {},
285
+
"description": "Fallback defines how recommendations should be applied when in fallback mode.",
286
+
"properties": {
287
+
"horizontal": {
288
+
"additionalProperties": false,
289
+
"default": {},
290
+
"description": "Horizontal configures the behavior during horizontal fallback mode.",
291
+
"properties": {
292
+
"enabled": {
293
+
"default": true,
294
+
"description": "Enabled determines whether recommendations should be applied by the controller:",
295
+
"type": "boolean"
296
+
},
297
+
"triggers": {
298
+
"additionalProperties": false,
299
+
"default": {},
300
+
"description": "Triggers defines the triggers that will generate recommendations.",
301
+
"properties": {
302
+
"staleRecommendationThresholdSeconds": {
303
+
"default": 600,
304
+
"description": "StaleRecommendationThresholdSeconds defines the time window the controller will wait after detecting an error before applying recommendations.",
305
+
"format": "int32",
306
+
"maximum": 1200,
307
+
"minimum": 100,
308
+
"type": "integer"
309
+
}
310
+
},
311
+
"type": "object"
312
+
}
313
+
},
314
+
"type": "object"
315
+
}
316
+
},
317
+
"type": "object"
318
+
},
282
319
"objectives": {
283
320
"description": "Objectives are the objectives to reach and maintain for the target resource.\nDefault to a single objective to maintain 80% POD CPU utilization.",
Copy file name to clipboardExpand all lines: config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v2alpha1.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
description": "DatadogPodAutoscaler is the Schema for the datadogpodautoscalers API",
2
+
"description": "DatadogPodAutoscaler is the Schema for the datadogpodautoscalers API",
3
3
"properties": {
4
4
"apiVersion": {
5
5
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
0 commit comments