Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/specs/service-match/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@
}, {
"type" : "null"
} ]
},
"fleetName" : {
"type" : [ "string", "null" ],
"description" : "The Agones Fleet that serves this mode. Omit when the fleet is named after the mode, which is the usual case. Set it when one image serves several modes — a duel server builds a different arena per mode and runs all of them from one pool, and a fleet per mode would idle a set of servers for each."
}
}
},
Expand Down