v1

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredKubeControllersConfigurationInformer

func NewFilteredKubeControllersConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredKubeControllersConfigurationInformer constructs a new informer for KubeControllersConfiguration 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 NewFilteredNodeTopologyInformer

func NewFilteredNodeTopologyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredNodeTopologyInformer constructs a new informer for NodeTopology 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 NewFilteredWorkLoadInformer

func NewFilteredWorkLoadInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredWorkLoadInformer constructs a new informer for WorkLoad 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 NewKubeControllersConfigurationInformer

func NewKubeControllersConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewKubeControllersConfigurationInformer constructs a new informer for KubeControllersConfiguration 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 NewNodeTopologyInformer

func NewNodeTopologyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNodeTopologyInformer constructs a new informer for NodeTopology 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 NewWorkLoadInformer

func NewWorkLoadInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewWorkLoadInformer constructs a new informer for WorkLoad 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 {
	// KubeControllersConfigurations returns a KubeControllersConfigurationInformer.
	KubeControllersConfigurations() KubeControllersConfigurationInformer
	// NodeTopologies returns a NodeTopologyInformer.
	NodeTopologies() NodeTopologyInformer
	// WorkLoads returns a WorkLoadInformer.
	WorkLoads() WorkLoadInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type KubeControllersConfigurationInformer

type KubeControllersConfigurationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.KubeControllersConfigurationLister
}

KubeControllersConfigurationInformer provides access to a shared informer and lister for KubeControllersConfigurations.

type NodeTopologyInformer

type NodeTopologyInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NodeTopologyLister
}

NodeTopologyInformer provides access to a shared informer and lister for NodeTopologies.

type WorkLoadInformer

type WorkLoadInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.WorkLoadLister
}

WorkLoadInformer provides access to a shared informer and lister for WorkLoads.

Jump to

Keyboard shortcuts

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