Skip to content
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

Creating a Fleet creates a GameServerSet #174

Merged

Commits on Apr 13, 2018

  1. Creating a Fleet creates a GameServerSet

    All this commit is doing is create a GameServerSet
    when a Fleet is created. Also, if the Replicas in
    a Fleet are updated, then the owned GameServerSet's
    Replicas are also updated.
    
    For this commit, we are not worrying about handling
    updates to the Spec (e.g. new image) to the Fleet,
    and doing updates to a live Fleet, we are just concerned
    with scaling up and down.
    
    Parent ticket: googleforgames#70
    markmandel committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    745bffb View commit details
    Browse the repository at this point in the history