dgkanatsios / azuregameserversscalingkubernetes

Scaling Dedicated Game Servers on Azure Kubernetes Service
MIT License
39 stars 16 forks source link

Provide a unified status for DedicatedGameServerCollection #7

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

We need to provide a unified status for the entire DedicatedGameServerCollection object. Probably we should handle this on the DGSCollectionController?

An open question is whether this status I) is needed and II) if this status has to be depicted in Table Storage as well

dgkanatsios commented 6 years ago

Working on it on #2

dgkanatsios commented 6 years ago

Fixed on #17 - as of now, there are two states, for each DedicatedGameServer, the DedicatedGameServerState as well as the PodState. A DedicatedGameServerCollection has both of these states, which are comprised of the states of each DedicatedGameServer instance.