Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GameServerController ¶
GameServerController watches Agones GameServer events and notify the event handlers
func NewGameServerController ¶
func NewGameServerController(config *rest.Config, eventHandler handlers.EventHandler, options Options) (*GameServerController, error)
NewGameServerController returns a GameServer controller that uses the informed eventHandler to notify the Broadcaster about reconcile events for Agones GameServers
func (*GameServerController) Run ¶
func (c *GameServerController) Run(stop <-chan struct{}) error
Run starts the GameServerController and watches reconcile events for Agones GameServers
Click to show internal directories.
Click to hide internal directories.