-
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
Adding namespace for multi-cluster allocation policy #1052
Conversation
Build Failed 😱 Build Id: b7715bf0-762d-4962-814f-16ee73bcd02f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 4599f622-43c2-46f4-ba2a-c1137642cc02 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 3c403271-ff7b-4bb0-917e-5dd9d1f7e77c 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:
|
SecretName string `json:"secretName"` | ||
// The name of the secret that contains TLS client certificates to connect the allocator server in the targeted cluster | ||
SecretName string `json:"secretName"` | ||
// the cluster namespace to allocate gameserver from |
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.
nit: start comment with a capital.
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.
another nit: I think it's a bit more proper to phrase it as "The cluster namespace from which to allocate gameservers" since ending sentences with 'from' or 'to' leaves the reading thinking you forgot to type the rest of it.
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.
Done. Thanks for the suggestion.
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.
Thanks for the review.
SecretName string `json:"secretName"` | ||
// The name of the secret that contains TLS client certificates to connect the allocator server in the targeted cluster | ||
SecretName string `json:"secretName"` | ||
// the cluster namespace to allocate gameserver from |
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.
Done. Thanks for the suggestion.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pooneh-m, roberthbailey 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 |
/assign |
Build Failed 😱 Build Id: b7f9dc2f-a76f-46be-9997-e9c6c0eb109a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 7eba26ab-daa7-45e1-9b82-a7de254d9eae To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: c6f34238-42ba-43de-85d7-cc4f0d1499e8 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:
|
Addressing: #980