Skip to content

Commit

Permalink
Generated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Jun 20, 2023
1 parent 8db106f commit f7501e0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 17 additions & 1 deletion install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
anyOf:
- type: integer
- type: string
priorities: # which gameservers in the Fleet are most important to keep around - impacts scale down logic
priorities: # which gameservers in the Fleet are most important to keep around - impacts scale down logic. Must be identical to priorities in gameserverset.yaml.
type: array
title: Configuration of Counters and Lists scale down logic
nullable: true
Expand Down Expand Up @@ -10615,6 +10615,22 @@ spec:
enum:
- Packed
- Distributed
priorities: # see fleet.yaml
type: array
title: Configuration of Counters and Lists scale down logic
nullable: true
items:
type: object
properties:
priorityType:
type: string
title: Whether a Counter or a List.
key:
type: string
title: The name of the Counter or List
order:
type: string
title: Ascending or Descending sort order
template:
description: 'GameServer is the data structure for a GameServer resource.'
type: object
Expand Down
5 changes: 5 additions & 0 deletions pkg/apis/agones/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7501e0

Please sign in to comment.