-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add new version of DatadogPodAutoscaler CRD #1621
base: main
Are you sure you want to change the base?
Conversation
3c1e64d
to
2f562af
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1621 +/- ##
=======================================
Coverage 49.14% 49.14%
=======================================
Files 218 218
Lines 21017 21017
=======================================
Hits 10328 10328
Misses 10148 10148
Partials 541 541
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
32b049f
to
fb5a478
Compare
eb18115
to
b188755
Compare
@@ -0,0 +1,749 @@ | |||
{ | |||
"additionalProperties": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover from v2alpha1 version, should be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still pending deletion!
b188755
to
6cdfa1c
Compare
`operator-sdk create api --group datadoghq --kind DatadogPodAutoscaler --version v2alpha1`
Similar to v1alpah1, with the following changes: - `spec.policy` renamed to `spec.actuation` - `spec.policy.applyMode` replaced with `spec.actuation.mode` (allowed values `Apply` and `Preview`) - `spec.policy.upscale.match` and `spec.policy.donwscale.match` removed - `spec.policy.targets` renamed to `spec.policy.objectives` - `sepc.policy.contraints.containers[].limits` removed
c06ea28
to
580f389
Compare
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Write there any instructions and details you may have to test your PR.
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label