v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FleetAllocationLister

type FleetAllocationLister interface {
	// List lists all FleetAllocations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.FleetAllocation, err error)
	// FleetAllocations returns an object that can list and get FleetAllocations.
	FleetAllocations(namespace string) FleetAllocationNamespaceLister
	FleetAllocationListerExpansion
}

FleetAllocationLister helps list FleetAllocations.

func NewFleetAllocationLister

func NewFleetAllocationLister(indexer cache.Indexer) FleetAllocationLister

NewFleetAllocationLister returns a new FleetAllocationLister.

type FleetAllocationListerExpansion

type FleetAllocationListerExpansion interface{}

FleetAllocationListerExpansion allows custom methods to be added to FleetAllocationLister.

type FleetAllocationNamespaceLister

type FleetAllocationNamespaceLister interface {
	// List lists all FleetAllocations in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.FleetAllocation, err error)
	// Get retrieves the FleetAllocation from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.FleetAllocation, error)
	FleetAllocationNamespaceListerExpansion
}

FleetAllocationNamespaceLister helps list and get FleetAllocations.

type FleetAllocationNamespaceListerExpansion

type FleetAllocationNamespaceListerExpansion interface{}

FleetAllocationNamespaceListerExpansion allows custom methods to be added to FleetAllocationNamespaceLister.

type FleetLister

type FleetLister interface {
	// List lists all Fleets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Fleet, err error)
	// Fleets returns an object that can list and get Fleets.
	Fleets(namespace string) FleetNamespaceLister
	FleetListerExpansion
}

FleetLister helps list Fleets.

func NewFleetLister

func NewFleetLister(indexer cache.Indexer) FleetLister

NewFleetLister returns a new FleetLister.

type FleetListerExpansion

type FleetListerExpansion interface{}

FleetListerExpansion allows custom methods to be added to FleetLister.

type FleetNamespaceLister

type FleetNamespaceLister interface {
	// List lists all Fleets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Fleet, err error)
	// Get retrieves the Fleet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Fleet, error)
	FleetNamespaceListerExpansion
}

FleetNamespaceLister helps list and get Fleets.

type FleetNamespaceListerExpansion

type FleetNamespaceListerExpansion interface{}

FleetNamespaceListerExpansion allows custom methods to be added to FleetNamespaceLister.

type GameServerLister

type GameServerLister interface {
	// List lists all GameServers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GameServer, err error)
	// GameServers returns an object that can list and get GameServers.
	GameServers(namespace string) GameServerNamespaceLister
	GameServerListerExpansion
}

GameServerLister helps list GameServers.

func NewGameServerLister

func NewGameServerLister(indexer cache.Indexer) GameServerLister

NewGameServerLister returns a new GameServerLister.

type GameServerListerExpansion

type GameServerListerExpansion interface{}

GameServerListerExpansion allows custom methods to be added to GameServerLister.

type GameServerNamespaceLister

type GameServerNamespaceLister interface {
	// List lists all GameServers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GameServer, err error)
	// Get retrieves the GameServer from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GameServer, error)
	GameServerNamespaceListerExpansion
}

GameServerNamespaceLister helps list and get GameServers.

type GameServerNamespaceListerExpansion

type GameServerNamespaceListerExpansion interface{}

GameServerNamespaceListerExpansion allows custom methods to be added to GameServerNamespaceLister.

type GameServerSetLister

type GameServerSetLister interface {
	// List lists all GameServerSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GameServerSet, err error)
	// GameServerSets returns an object that can list and get GameServerSets.
	GameServerSets(namespace string) GameServerSetNamespaceLister
	GameServerSetListerExpansion
}

GameServerSetLister helps list GameServerSets.

func NewGameServerSetLister

func NewGameServerSetLister(indexer cache.Indexer) GameServerSetLister

NewGameServerSetLister returns a new GameServerSetLister.

type GameServerSetListerExpansion

type GameServerSetListerExpansion interface{}

GameServerSetListerExpansion allows custom methods to be added to GameServerSetLister.

type GameServerSetNamespaceLister

type GameServerSetNamespaceLister interface {
	// List lists all GameServerSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GameServerSet, err error)
	// Get retrieves the GameServerSet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GameServerSet, error)
	GameServerSetNamespaceListerExpansion
}

GameServerSetNamespaceLister helps list and get GameServerSets.

type GameServerSetNamespaceListerExpansion

type GameServerSetNamespaceListerExpansion interface{}

GameServerSetNamespaceListerExpansion allows custom methods to be added to GameServerSetNamespaceLister.

Jump to

Keyboard shortcuts

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