-
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
Issue #1854: Fix getplayercount() description on index #1912
Issue #1854: Fix getplayercount() description on index #1912
Conversation
Build Succeeded 👏 Build Id: 633d399f-72c1-45de-b216-bb4617c1f278 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:
|
If `GameServer.Status.Players.IDs` is set manually through the Kubernetes API, use SDK.GameServer() | ||
or SDK.WatchGameServer() instead to retrieve the current player count. | ||
{{< /alert >}} | ||
This function retrieves the current player count. |
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 sending this through!
We should keep the note about "If GameServer.Status.Players.IDs
is set manually through the Kubernetes API..." because it is still relevant (and important too 😄)
Thanks! I tired to do a quick edit in the web ui and it didn't end up well. Revert that commit and went back to the ide. It should have the alert back in. Let me know if you see anything more. |
Build Succeeded 👏 Build Id: 599c4375-02e6-4112-89ba-85639edfe633 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 Succeeded 👏 Build Id: 4ad1028a-614c-4584-af2b-a4257732379a 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 Succeeded 👏 Build Id: 17718a59-b581-4237-a4da-01020aa2c700 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:
|
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.
🐶 LGTM!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bnwhorton, markmandel 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 47861e51-d2c8-4c40-8b23-5d469c3f8480 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 documentation
What this PR does / Why we need it:
Fixes the documentation for getplayercount() on the index guide page to match the description for this function in the rest api. Current description is not for the getplayercount function
Which issue(s) this PR fixes:
Closes #1854
Special notes for your reviewer:
First PR for agones, let me know if it needs updating!