-
Notifications
You must be signed in to change notification settings - Fork 825
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
Adds Counters and Lists to FleetAutoScaler CRD #3198
Adds Counters and Lists to FleetAutoScaler CRD #3198
Conversation
Build Succeeded 👏 Build Id: cca356ed-eadf-4796-a867-93a220a77718 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
abbecf3
to
f65842c
Compare
Build Failed 😱 Build Id: 4a7ad3a3-8258-446e-a13a-68140f886446 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
fbf46bd
to
48cbb4c
Compare
Build Failed 😱 Build Id: 42ce33a6-6941-4002-bae9-675fb249002e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: e2a682bb-7ecb-4274-95e3-3b71bff3c894 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: ca2cb762-c585-4801-8359-baaa76f21afb The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: a27e637d-065d-43ea-90c9-b2739e879eda To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
5680e65
to
84b2326
Compare
Build Failed 😱 Build Id: 143ae183-4c88-4930-bd6a-d521b24afd8b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: de48ee1a-d145-4870-b9a4-943eb9c4a4ab To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
7aac357
to
68670a6
Compare
Build Failed 😱 Build Id: 18fa7d90-fd89-4abf-b11a-4d9c9e7c4397 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: abd58c86-4b39-4fd4-9115-602eacd7c7c6 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
5a09e63
to
ce05e01
Compare
Build Succeeded 👏 Build Id: 45462a65-8302-4c72-8d7f-7ff791d12c5d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
5331623
to
892d4e7
Compare
Build Succeeded 👏 Build Id: 5ead0fd5-46b0-4033-a974-5887cc822870 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
2d31827
to
4312b56
Compare
Build Failed 😱 Build Id: 15a4f3c1-e8fe-4bc0-86d7-1aefa0f322e6 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: e6ae4b96-ee54-4170-857f-1d23257b7aea The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gongmax, igooch The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
089a48d
to
0ad746f
Compare
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 2d9c7299-c26d-43ed-8453-1c652a1711a8 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
0ad746f
to
45cf366
Compare
Build Succeeded 👏 Build Id: 3732cdff-9bd9-4f69-aa69-ae7f01eefbc0 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Adds Counters and Lists to FleetAutoScaler Custom Resource Definition.
Adds Counters and Lists to the full Fleet example.
Adds Counters and Lists FleetAutoScaler examples.
Adds Counters and Lists autoscaling policies to the FleetAutoScaler and provides validation of the policies.
Which issue(s) this PR fixes:
Working on #2716
Special notes for your reviewer:
This is just the CRD and CRD validation change, and autoscaling by Counter or List does not yet work as I still need to make changes to agones/pkg/fleetautoscalers/fleetautoscalers.go which will be coming up in the next PR.