GameServerConfigFleetConfig

data class GameServerConfigFleetConfig(val fleetSpec: String, val name: String? = null)

Constructors

Link copied to clipboard
constructor(fleetSpec: String, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fleet spec, which is sent to Agones to configure fleet. The spec can be passed as inline json but it is recommended to use a file reference instead. File references can contain the json or yaml format of the fleet spec. Eg:

Link copied to clipboard
val name: String? = null

The name of the FleetConfig.