v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL