-
Notifications
You must be signed in to change notification settings - Fork 826
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
feat: Add API Changes and Validation for FleetAutoscaler Chain Policy #3891
Conversation
sync ci w/ local branch
add API changes for scheduled autoscalers
… into scheduled-autoscalers
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Build Failed 😱 Build Id: 4ebb4825-7ed0-4d88-a8f4-411d088636fa To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: dc242966-f1a2-46dd-a9bd-febc351e63ee To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Followup of #3880, this change adds the new Chain Policy to the
fleetautoscaler.go
file and adds tests for validation of the chain policy.Which issue(s) this PR fixes:
Towards #3008