-
- Downloads
Fleet update strategy: Replace
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.
Showing
- cmd/controller/main.go 2 additions, 2 deletionscmd/controller/main.go
- docs/create_fleet.md 44 additions, 9 deletionsdocs/create_fleet.md
- docs/fleet_spec.md 8 additions, 2 deletionsdocs/fleet_spec.md
- examples/fleet.yaml 5 additions, 0 deletionsexamples/fleet.yaml
- examples/xonotic/fleet.yaml 3 additions, 1 deletionexamples/xonotic/fleet.yaml
- install/helm/agones/templates/crds/fleet.yaml 6 additions, 0 deletionsinstall/helm/agones/templates/crds/fleet.yaml
- install/helm/agones/templates/mutatingwebhook.yaml 1 addition, 0 deletionsinstall/helm/agones/templates/mutatingwebhook.yaml
- install/yaml/install.yaml 32 additions, 25 deletionsinstall/yaml/install.yaml
- pkg/apis/stable/v1alpha1/fleet.go 22 additions, 0 deletionspkg/apis/stable/v1alpha1/fleet.go
- pkg/apis/stable/v1alpha1/fleet_test.go 26 additions, 0 deletionspkg/apis/stable/v1alpha1/fleet_test.go
- pkg/apis/stable/v1alpha1/zz_generated.deepcopy.go 1 addition, 0 deletionspkg/apis/stable/v1alpha1/zz_generated.deepcopy.go
- pkg/fleetallocation/controller.go 0 additions, 2 deletionspkg/fleetallocation/controller.go
- pkg/fleetallocation/controller_test.go 1 addition, 2 deletionspkg/fleetallocation/controller_test.go
- pkg/fleets/controller.go 154 additions, 19 deletionspkg/fleets/controller.go
- pkg/fleets/controller_test.go 326 additions, 8 deletionspkg/fleets/controller_test.go
Loading
Please register or sign in to comment