-
Notifications
You must be signed in to change notification settings - Fork 813
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 Node.Status.Address to GameServer.Status in CRD and SDK #3299
Conversation
Build Failed 😱 Build Id: 04774ce9-11a9-467a-b3ab-339fa3764eac To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 62b6b888-897b-474f-9c1f-90cd85dd93f8 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
4bc1acd
to
689863e
Compare
Build Failed 😱 Build Id: fa5c5b8d-8a87-4b37-be19-b572fe1206b4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
689863e
to
6c4fda0
Compare
Build Succeeded 👏 Build Id: 2c9056cc-30c3-49e2-8788-bb71b879b837 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 APPROVED This pull-request has been approved by: gongmax, roberthbailey, zmerlynn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Only question: I assume doc updates will come later? (mostly just reference docs). Otherwise, LGTM! |
Yup - two follow-on pieces (might be both in next PR)
|
6c4fda0
to
8ec6209
Compare
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: ff4f7574-a060-4074-aed7-cb6a1b67e99e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: c5dc3d66-d526-4a8e-ae2d-a2cca27cb32f 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:
|
Now we have types in the Node.js SDK we should also update the types. Once the local development server is ready I can put in a small PR for this. I'll check if we test every field returned and if so can add a check for the new field, but it may be overkill |
@steven-supersolid If it matters, #3307 expands the allocation API as well, so you might wait for that one. But yeah, #3301 was a "catch up" - we hadn't run |
Adds
addresses
toGameServer.Status
and SDK reflection of same. Example:Towards #3089 (next step is to add to allocation APIs)