Skip to content
Snippets Groups Projects
  1. Jun 18, 2018
  2. Jun 06, 2018
  3. May 30, 2018
  4. May 26, 2018
  5. May 14, 2018
    • Mark Mandel's avatar
      Fleet update strategy: Replace · 874081dd
      Mark Mandel authored
      When the template for a Fleet is edited,
      a deployment strategy can be defined. At the
      moment, this is just the `Replace` strategy, which
      terminates all current non-allocated GameServers
      and immeadiately starts up new GameServers to replace
      them.
      
      Includes documentation as well.
      874081dd
  6. May 02, 2018
    • Mark Mandel's avatar
      Creating a FleetAllocation allocated a GameServer from a Fleet · c6ab6b08
      Mark Mandel authored
      This implements the FleetAllocation CRD, that when created
      looks at the requested Fleet, and marks one of the
      GameServers as Allocated (if available) and returns it's value
      in the FleetAllocation.
      
      This also includes a quickstart and spec for reference as well.
      
      Some refactoring was included in the PR (probably should have been
      a seperate PR for that).
      c6ab6b08
Loading