v1alpha1

package
v0.0.0-...-fc21188 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredHadoopHdfsInformer

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

NewFilteredHadoopHdfsInformer constructs a new informer for HadoopHdfs 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 NewFilteredHadoopInformer

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

NewFilteredHadoopInformer constructs a new informer for Hadoop 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 NewFilteredHadoopMapreduceInformer

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

NewFilteredHadoopMapreduceInformer constructs a new informer for HadoopMapreduce 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 NewFilteredHadoopNodeInformer

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

NewFilteredHadoopNodeInformer constructs a new informer for HadoopNode 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 NewFilteredHadoopYarnInformer

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

NewFilteredHadoopYarnInformer constructs a new informer for HadoopYarn 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 NewHadoopHdfsInformer

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

NewHadoopHdfsInformer constructs a new informer for HadoopHdfs 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 NewHadoopInformer

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

NewHadoopInformer constructs a new informer for Hadoop 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 NewHadoopMapreduceInformer

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

NewHadoopMapreduceInformer constructs a new informer for HadoopMapreduce 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 NewHadoopNodeInformer

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

NewHadoopNodeInformer constructs a new informer for HadoopNode 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 NewHadoopYarnInformer

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

NewHadoopYarnInformer constructs a new informer for HadoopYarn 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 HadoopHdfsInformer

type HadoopHdfsInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HadoopHdfsLister
}

HadoopHdfsInformer provides access to a shared informer and lister for HadoopHdfses.

type HadoopInformer

type HadoopInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HadoopLister
}

HadoopInformer provides access to a shared informer and lister for Hadoops.

type HadoopMapreduceInformer

type HadoopMapreduceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HadoopMapreduceLister
}

HadoopMapreduceInformer provides access to a shared informer and lister for HadoopMapreduces.

type HadoopNodeInformer

type HadoopNodeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HadoopNodeLister
}

HadoopNodeInformer provides access to a shared informer and lister for HadoopNodes.

type HadoopYarnInformer

type HadoopYarnInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HadoopYarnLister
}

HadoopYarnInformer provides access to a shared informer and lister for HadoopYarns.

type Interface

type Interface interface {
	// Hadoops returns a HadoopInformer.
	Hadoops() HadoopInformer
	// HadoopHdfses returns a HadoopHdfsInformer.
	HadoopHdfses() HadoopHdfsInformer
	// HadoopMapreduces returns a HadoopMapreduceInformer.
	HadoopMapreduces() HadoopMapreduceInformer
	// HadoopNodes returns a HadoopNodeInformer.
	HadoopNodes() HadoopNodeInformer
	// HadoopYarns returns a HadoopYarnInformer.
	HadoopYarns() HadoopYarnInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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