Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller represents the Dedicated Game Server Collection controller
func NewDedicatedGameServerCollectionController ¶
func NewDedicatedGameServerCollectionController(client kubernetes.Interface, dgsclient dgsclientset.Interface, dgsColInformer informerdgs.DedicatedGameServerCollectionInformer, dgsInformer informerdgs.DedicatedGameServerInformer, portRegistry *controllers.PortRegistry) (*Controller, error)
NewDedicatedGameServerCollectionController initializes and returns a new DedicatedGameServerCollectionController instance
func (*Controller) Run ¶
func (c *Controller) Run(controllerThreadiness int, stopCh <-chan struct{}) error
Run starts the DedicatedGameServerCollectionController
Click to show internal directories.
Click to hide internal directories.