Documentation
¶
Index ¶
- type DedicatedGameServerCollectionLister
- type DedicatedGameServerCollectionListerExpansion
- type DedicatedGameServerCollectionNamespaceLister
- type DedicatedGameServerCollectionNamespaceListerExpansion
- type DedicatedGameServerLister
- type DedicatedGameServerListerExpansion
- type DedicatedGameServerNamespaceLister
- type DedicatedGameServerNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DedicatedGameServerCollectionLister ¶
type DedicatedGameServerCollectionLister interface { // List lists all DedicatedGameServerCollections in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DedicatedGameServerCollection, err error) // DedicatedGameServerCollections returns an object that can list and get DedicatedGameServerCollections. DedicatedGameServerCollections(namespace string) DedicatedGameServerCollectionNamespaceLister DedicatedGameServerCollectionListerExpansion }
DedicatedGameServerCollectionLister helps list DedicatedGameServerCollections.
func NewDedicatedGameServerCollectionLister ¶
func NewDedicatedGameServerCollectionLister(indexer cache.Indexer) DedicatedGameServerCollectionLister
NewDedicatedGameServerCollectionLister returns a new DedicatedGameServerCollectionLister.
type DedicatedGameServerCollectionListerExpansion ¶
type DedicatedGameServerCollectionListerExpansion interface{}
DedicatedGameServerCollectionListerExpansion allows custom methods to be added to DedicatedGameServerCollectionLister.
type DedicatedGameServerCollectionNamespaceLister ¶
type DedicatedGameServerCollectionNamespaceLister interface { // List lists all DedicatedGameServerCollections in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DedicatedGameServerCollection, err error) // Get retrieves the DedicatedGameServerCollection from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DedicatedGameServerCollection, error) DedicatedGameServerCollectionNamespaceListerExpansion }
DedicatedGameServerCollectionNamespaceLister helps list and get DedicatedGameServerCollections.
type DedicatedGameServerCollectionNamespaceListerExpansion ¶
type DedicatedGameServerCollectionNamespaceListerExpansion interface{}
DedicatedGameServerCollectionNamespaceListerExpansion allows custom methods to be added to DedicatedGameServerCollectionNamespaceLister.
type DedicatedGameServerLister ¶
type DedicatedGameServerLister interface { // List lists all DedicatedGameServers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DedicatedGameServer, err error) // DedicatedGameServers returns an object that can list and get DedicatedGameServers. DedicatedGameServers(namespace string) DedicatedGameServerNamespaceLister DedicatedGameServerListerExpansion }
DedicatedGameServerLister helps list DedicatedGameServers.
func NewDedicatedGameServerLister ¶
func NewDedicatedGameServerLister(indexer cache.Indexer) DedicatedGameServerLister
NewDedicatedGameServerLister returns a new DedicatedGameServerLister.
type DedicatedGameServerListerExpansion ¶
type DedicatedGameServerListerExpansion interface{}
DedicatedGameServerListerExpansion allows custom methods to be added to DedicatedGameServerLister.
type DedicatedGameServerNamespaceLister ¶
type DedicatedGameServerNamespaceLister interface { // List lists all DedicatedGameServers in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DedicatedGameServer, err error) // Get retrieves the DedicatedGameServer from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DedicatedGameServer, error) DedicatedGameServerNamespaceListerExpansion }
DedicatedGameServerNamespaceLister helps list and get DedicatedGameServers.
type DedicatedGameServerNamespaceListerExpansion ¶
type DedicatedGameServerNamespaceListerExpansion interface{}
DedicatedGameServerNamespaceListerExpansion allows custom methods to be added to DedicatedGameServerNamespaceLister.