Documentation ¶
Index ¶
- func NewDedicatedGameServerCollectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDedicatedGameServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDedicatedGameServerCollectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDedicatedGameServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type DedicatedGameServerCollectionInformer
- type DedicatedGameServerInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDedicatedGameServerCollectionInformer ¶
func NewDedicatedGameServerCollectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDedicatedGameServerCollectionInformer constructs a new informer for DedicatedGameServerCollection type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewDedicatedGameServerInformer ¶
func NewDedicatedGameServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDedicatedGameServerInformer constructs a new informer for DedicatedGameServer type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredDedicatedGameServerCollectionInformer ¶
func NewFilteredDedicatedGameServerCollectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDedicatedGameServerCollectionInformer constructs a new informer for DedicatedGameServerCollection type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredDedicatedGameServerInformer ¶
func NewFilteredDedicatedGameServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDedicatedGameServerInformer constructs a new informer for DedicatedGameServer type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type DedicatedGameServerCollectionInformer ¶
type DedicatedGameServerCollectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DedicatedGameServerCollectionLister }
DedicatedGameServerCollectionInformer provides access to a shared informer and lister for DedicatedGameServerCollections.
type DedicatedGameServerInformer ¶
type DedicatedGameServerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DedicatedGameServerLister }
DedicatedGameServerInformer provides access to a shared informer and lister for DedicatedGameServers.
type Interface ¶
type Interface interface { // DedicatedGameServers returns a DedicatedGameServerInformer. DedicatedGameServers() DedicatedGameServerInformer // DedicatedGameServerCollections returns a DedicatedGameServerCollectionInformer. DedicatedGameServerCollections() DedicatedGameServerCollectionInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.