GameServers
should have the Fleet name in a label for easy retrieval
#411
Labels
area/performance
Anything to do with Agones being slow, or making it go faster.
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/design
Proposal discussing new features / fixes and how they should be implemented
kind/feature
New features for Agones
Milestone
Especially for those building their own integrations with Agones - its difficult to traverse
Fleet
->GameServerSet
->GameServers
if they want to get a list ofGameServers
for a givenFleet
So I suggest we add the fleet name as a label and value to the
GameServer
to make this easier.Basically we should replicate what we do here for
GameServerSets
(although we may want to refactor some names):https://github.com/GoogleCloudPlatform/agones/blob/master/pkg/apis/stable/v1alpha1/fleet.go#L102
This will also mean that we can do a more efficient version of
ListGameServersByFleetOwner
:https://github.com/GoogleCloudPlatform/agones/blob/master/pkg/fleets/fleets.go#L48
as well.
The text was updated successfully, but these errors were encountered: