Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivePlayersAutoScalerController ¶
type ActivePlayersAutoScalerController struct {
// contains filtered or unexported fields
}
ActivePlayersAutoScalerController is the struct that represents the ActivePlayersAutoScalerController
func NewActivePlayersAutoScalerController ¶
func NewActivePlayersAutoScalerController(client kubernetes.Interface, dgsclient dgsclientset.Interface, dgsColInformer informerdgs.DedicatedGameServerCollectionInformer, dgsInformer informerdgs.DedicatedGameServerInformer, clockImpl clockwork.Clock) *ActivePlayersAutoScalerController
NewActivePlayersAutoScalerController creates a new DGSAutoScalerController
func (*ActivePlayersAutoScalerController) Run ¶
func (c *ActivePlayersAutoScalerController) Run(controllerThreadiness int, stopCh <-chan struct{}) error
Run initiates the AutoScalerController
Click to show internal directories.
Click to hide internal directories.