gameserversets

package
v1.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2023 License: Apache-2.0 Imports: 33 Imported by: 6

Documentation

Overview

Package gameserversets handles management of the GameServerSet Custom Resource Definition

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNoGameServerSetOwner is returned when a GameServerSet can't be found as an owner
	// for a GameServer
	ErrNoGameServerSetOwner = errors.New("No GameServerSet owner for this GameServer")
)

Functions

func ListGameServersByGameServerSetOwner

func ListGameServersByGameServerSetOwner(gameServerLister listerv1.GameServerLister,
	gsSet *agonesv1.GameServerSet) ([]*agonesv1.GameServer, error)

ListGameServersByGameServerSetOwner lists the GameServers for a given GameServerSet

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller is a the GameServerSet controller

func NewController

func NewController(
	health healthcheck.Handler,
	counter *gameservers.PerNodeCounter,
	kubeClient kubernetes.Interface,
	extClient extclientset.Interface,
	agonesClient versioned.Interface,
	agonesInformerFactory externalversions.SharedInformerFactory) *Controller

NewController returns a new gameserverset crd controller

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int) error

Run the GameServerSet controller. Will block until stop is closed. Runs threadiness number workers to process the rate limited queue

type Extensions added in v1.29.0

type Extensions struct {
	// contains filtered or unexported fields
}

Extensions struct contains what is needed to bind webhook handlers

func NewExtensions added in v1.29.0

func NewExtensions(wh *webhooks.WebHook) *Extensions

NewExtensions binds the handlers to the webhook outside the initialization of the controller initializes a new logger for extensions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL