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 Controller
func NewDedicatedGameServerController ¶
func NewDedicatedGameServerController(client kubernetes.Interface, dgsclient dgsclientset.Interface, dgsInformer informerdgs.DedicatedGameServerInformer, podInformer informercorev1.PodInformer, nodeInformer informercorev1.NodeInformer, portRegistry *controllers.PortRegistry) *Controller
NewDedicatedGameServerController creates a new DedicatedGameServerController
func (*Controller) Run ¶
func (c *Controller) Run(controllerThreadiness int, stopCh <-chan struct{}) error
Run initiates the DedicatedGameServer controller
Click to show internal directories.
Click to hide internal directories.