-
Notifications
You must be signed in to change notification settings - Fork 95
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
Feature/update management server #1022
Feature/update management server #1022
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
I am currently working on signing the cla, but its gonna take a while since I am doing it on the behalf of the company |
@@ -44,6 +44,13 @@ pub struct Manage { | |||
/// The configuration source for a management server. | |||
#[clap(subcommand)] | |||
pub provider: crate::config::Providers, | |||
/// If specified, filters the available gameserver addresses to the one that | |||
/// matches the specified type |
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.
Just noting that this will update the docs as well, since they are autogenerated - so no need for changes there.
ba7ed1c
to
d0f1a33
Compare
Finally got the CLA is signed, could I get eyes on this again? 🙏 |
d0f1a33
to
3813600
Compare
/gcbrun |
Build Succeeded 🥳 Build Id: bc564064-06a6-42a2-a9fd-e863e311f5bf The following development images have been built, and will exist for the next 30 days: To build this version:
|
Thank you for your PR, and congrats on your first contribution! 🎉 |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
This PR extends the
management server
to also support filtering address types for game servers the same way theagent
is doing