Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate stale datadogpodautoscalers CRD #1584

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
Loading