Documentation ¶
Index ¶
- type FleetAllocationLister
- type FleetAllocationListerExpansion
- type FleetAllocationNamespaceLister
- type FleetAllocationNamespaceListerExpansion
- type FleetAutoscalerLister
- type FleetAutoscalerListerExpansion
- type FleetAutoscalerNamespaceLister
- type FleetAutoscalerNamespaceListerExpansion
- type FleetLister
- type FleetListerExpansion
- type FleetNamespaceLister
- type FleetNamespaceListerExpansion
- type GameServerLister
- type GameServerListerExpansion
- type GameServerNamespaceLister
- type GameServerNamespaceListerExpansion
- type GameServerSetLister
- type GameServerSetListerExpansion
- type GameServerSetNamespaceLister
- type GameServerSetNamespaceListerExpansion
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 FleetAutoscalerLister ¶ added in v0.5.0
type FleetAutoscalerLister interface { // List lists all FleetAutoscalers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.FleetAutoscaler, err error) // FleetAutoscalers returns an object that can list and get FleetAutoscalers. FleetAutoscalers(namespace string) FleetAutoscalerNamespaceLister FleetAutoscalerListerExpansion }
FleetAutoscalerLister helps list FleetAutoscalers.
func NewFleetAutoscalerLister ¶ added in v0.5.0
func NewFleetAutoscalerLister(indexer cache.Indexer) FleetAutoscalerLister
NewFleetAutoscalerLister returns a new FleetAutoscalerLister.
type FleetAutoscalerListerExpansion ¶ added in v0.5.0
type FleetAutoscalerListerExpansion interface{}
FleetAutoscalerListerExpansion allows custom methods to be added to FleetAutoscalerLister.
type FleetAutoscalerNamespaceLister ¶ added in v0.5.0
type FleetAutoscalerNamespaceLister interface { // List lists all FleetAutoscalers in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.FleetAutoscaler, err error) // Get retrieves the FleetAutoscaler from the indexer for a given namespace and name. Get(name string) (*v1alpha1.FleetAutoscaler, error) FleetAutoscalerNamespaceListerExpansion }
FleetAutoscalerNamespaceLister helps list and get FleetAutoscalers.
type FleetAutoscalerNamespaceListerExpansion ¶ added in v0.5.0
type FleetAutoscalerNamespaceListerExpansion interface{}
FleetAutoscalerNamespaceListerExpansion allows custom methods to be added to FleetAutoscalerNamespaceLister.
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.