Documentation ¶
Index ¶
- func NewFilteredServicesGameServerClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesGameServerConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesGameServerDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesGameServerDeploymentRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesRealmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesGameServerClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesGameServerConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesGameServerDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesGameServerDeploymentRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesRealmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type ServicesGameServerClusterInformer
- type ServicesGameServerConfigInformer
- type ServicesGameServerDeploymentInformer
- type ServicesGameServerDeploymentRolloutInformer
- type ServicesRealmInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredServicesGameServerClusterInformer ¶
func NewFilteredServicesGameServerClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesGameServerClusterInformer constructs a new informer for ServicesGameServerCluster 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 NewFilteredServicesGameServerConfigInformer ¶
func NewFilteredServicesGameServerConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesGameServerConfigInformer constructs a new informer for ServicesGameServerConfig 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 NewFilteredServicesGameServerDeploymentInformer ¶
func NewFilteredServicesGameServerDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesGameServerDeploymentInformer constructs a new informer for ServicesGameServerDeployment 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 NewFilteredServicesGameServerDeploymentRolloutInformer ¶
func NewFilteredServicesGameServerDeploymentRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesGameServerDeploymentRolloutInformer constructs a new informer for ServicesGameServerDeploymentRollout 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 NewFilteredServicesRealmInformer ¶
func NewFilteredServicesRealmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesRealmInformer constructs a new informer for ServicesRealm 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 NewServicesGameServerClusterInformer ¶
func NewServicesGameServerClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesGameServerClusterInformer constructs a new informer for ServicesGameServerCluster 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 NewServicesGameServerConfigInformer ¶
func NewServicesGameServerConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesGameServerConfigInformer constructs a new informer for ServicesGameServerConfig 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 NewServicesGameServerDeploymentInformer ¶
func NewServicesGameServerDeploymentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesGameServerDeploymentInformer constructs a new informer for ServicesGameServerDeployment 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 NewServicesGameServerDeploymentRolloutInformer ¶
func NewServicesGameServerDeploymentRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesGameServerDeploymentRolloutInformer constructs a new informer for ServicesGameServerDeploymentRollout 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 NewServicesRealmInformer ¶
func NewServicesRealmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesRealmInformer constructs a new informer for ServicesRealm 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 Interface ¶
type Interface interface { // ServicesGameServerClusters returns a ServicesGameServerClusterInformer. ServicesGameServerClusters() ServicesGameServerClusterInformer // ServicesGameServerConfigs returns a ServicesGameServerConfigInformer. ServicesGameServerConfigs() ServicesGameServerConfigInformer // ServicesGameServerDeployments returns a ServicesGameServerDeploymentInformer. ServicesGameServerDeployments() ServicesGameServerDeploymentInformer // ServicesGameServerDeploymentRollouts returns a ServicesGameServerDeploymentRolloutInformer. ServicesGameServerDeploymentRollouts() ServicesGameServerDeploymentRolloutInformer // ServicesRealms returns a ServicesRealmInformer. ServicesRealms() ServicesRealmInformer }
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.
type ServicesGameServerClusterInformer ¶
type ServicesGameServerClusterInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesGameServerClusterLister }
ServicesGameServerClusterInformer provides access to a shared informer and lister for ServicesGameServerClusters.
type ServicesGameServerConfigInformer ¶
type ServicesGameServerConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesGameServerConfigLister }
ServicesGameServerConfigInformer provides access to a shared informer and lister for ServicesGameServerConfigs.
type ServicesGameServerDeploymentInformer ¶
type ServicesGameServerDeploymentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesGameServerDeploymentLister }
ServicesGameServerDeploymentInformer provides access to a shared informer and lister for ServicesGameServerDeployments.
type ServicesGameServerDeploymentRolloutInformer ¶
type ServicesGameServerDeploymentRolloutInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesGameServerDeploymentRolloutLister }
ServicesGameServerDeploymentRolloutInformer provides access to a shared informer and lister for ServicesGameServerDeploymentRollouts.
type ServicesRealmInformer ¶
type ServicesRealmInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesRealmLister }
ServicesRealmInformer provides access to a shared informer and lister for ServicesRealms.