v1alpha1

package
v0.0.0-...-6a55101 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredNodeClassInformer

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

NewFilteredNodeClassInformer constructs a new informer for NodeClass 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 NewFilteredNodeSetInformer

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

NewFilteredNodeSetInformer constructs a new informer for NodeSet 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 NewNodeClassInformer

func NewNodeClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNodeClassInformer constructs a new informer for NodeClass 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 NewNodeSetInformer

func NewNodeSetInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNodeSetInformer constructs a new informer for NodeSet 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 {
	// NodeClasses returns a NodeClassInformer.
	NodeClasses() NodeClassInformer
	// NodeSets returns a NodeSetInformer.
	NodeSets() NodeSetInformer
}

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

func New

New returns a new Interface.

type NodeClassInformer

type NodeClassInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.NodeClassLister
}

NodeClassInformer provides access to a shared informer and lister for NodeClasses.

type NodeSetInformer

type NodeSetInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.NodeSetLister
}

NodeSetInformer provides access to a shared informer and lister for NodeSets.

Jump to

Keyboard shortcuts

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