Documentation
¶
Index ¶
- type AliasLister
- type AliasListerExpansion
- type AliasNamespaceLister
- type AliasNamespaceListerExpansion
- type BuildLister
- type BuildListerExpansion
- type BuildNamespaceLister
- type BuildNamespaceListerExpansion
- type FleetLister
- type FleetListerExpansion
- type FleetNamespaceLister
- type FleetNamespaceListerExpansion
- type GameSessionQueueLister
- type GameSessionQueueListerExpansion
- type GameSessionQueueNamespaceLister
- type GameSessionQueueNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasLister ¶
type AliasLister interface { // List lists all Aliases in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alias, err error) // Aliases returns an object that can list and get Aliases. Aliases(namespace string) AliasNamespaceLister AliasListerExpansion }
AliasLister helps list Aliases. All objects returned here must be treated as read-only.
func NewAliasLister ¶
func NewAliasLister(indexer cache.Indexer) AliasLister
NewAliasLister returns a new AliasLister.
type AliasListerExpansion ¶
type AliasListerExpansion interface{}
AliasListerExpansion allows custom methods to be added to AliasLister.
type AliasNamespaceLister ¶
type AliasNamespaceLister interface { // List lists all Aliases in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alias, err error) // Get retrieves the Alias from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Alias, error) AliasNamespaceListerExpansion }
AliasNamespaceLister helps list and get Aliases. All objects returned here must be treated as read-only.
type AliasNamespaceListerExpansion ¶
type AliasNamespaceListerExpansion interface{}
AliasNamespaceListerExpansion allows custom methods to be added to AliasNamespaceLister.
type BuildLister ¶
type BuildLister interface { // List lists all Builds in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Build, err error) // Builds returns an object that can list and get Builds. Builds(namespace string) BuildNamespaceLister BuildListerExpansion }
BuildLister helps list Builds. All objects returned here must be treated as read-only.
func NewBuildLister ¶
func NewBuildLister(indexer cache.Indexer) BuildLister
NewBuildLister returns a new BuildLister.
type BuildListerExpansion ¶
type BuildListerExpansion interface{}
BuildListerExpansion allows custom methods to be added to BuildLister.
type BuildNamespaceLister ¶
type BuildNamespaceLister interface { // List lists all Builds in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Build, err error) // Get retrieves the Build from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Build, error) BuildNamespaceListerExpansion }
BuildNamespaceLister helps list and get Builds. All objects returned here must be treated as read-only.
type BuildNamespaceListerExpansion ¶
type BuildNamespaceListerExpansion interface{}
BuildNamespaceListerExpansion allows custom methods to be added to BuildNamespaceLister.
type FleetLister ¶
type FleetLister interface { // List lists all Fleets in the indexer. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Fleet, err error) // Get retrieves the Fleet from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Fleet, error) FleetNamespaceListerExpansion }
FleetNamespaceLister helps list and get Fleets. All objects returned here must be treated as read-only.
type FleetNamespaceListerExpansion ¶
type FleetNamespaceListerExpansion interface{}
FleetNamespaceListerExpansion allows custom methods to be added to FleetNamespaceLister.
type GameSessionQueueLister ¶
type GameSessionQueueLister interface { // List lists all GameSessionQueues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GameSessionQueue, err error) // GameSessionQueues returns an object that can list and get GameSessionQueues. GameSessionQueues(namespace string) GameSessionQueueNamespaceLister GameSessionQueueListerExpansion }
GameSessionQueueLister helps list GameSessionQueues. All objects returned here must be treated as read-only.
func NewGameSessionQueueLister ¶
func NewGameSessionQueueLister(indexer cache.Indexer) GameSessionQueueLister
NewGameSessionQueueLister returns a new GameSessionQueueLister.
type GameSessionQueueListerExpansion ¶
type GameSessionQueueListerExpansion interface{}
GameSessionQueueListerExpansion allows custom methods to be added to GameSessionQueueLister.
type GameSessionQueueNamespaceLister ¶
type GameSessionQueueNamespaceLister interface { // List lists all GameSessionQueues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GameSessionQueue, err error) // Get retrieves the GameSessionQueue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GameSessionQueue, error) GameSessionQueueNamespaceListerExpansion }
GameSessionQueueNamespaceLister helps list and get GameSessionQueues. All objects returned here must be treated as read-only.
type GameSessionQueueNamespaceListerExpansion ¶
type GameSessionQueueNamespaceListerExpansion interface{}
GameSessionQueueNamespaceListerExpansion allows custom methods to be added to GameSessionQueueNamespaceLister.