v1alpha1

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NumatopoLister

type NumatopoLister interface {
	// List lists all Numatopos in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Numatopo, err error)
	// Numatopos returns an object that can list and get Numatopos.
	Numatopos(namespace string) NumatopoNamespaceLister
	NumatopoListerExpansion
}

NumatopoLister helps list Numatopos.

func NewNumatopoLister

func NewNumatopoLister(indexer cache.Indexer) NumatopoLister

NewNumatopoLister returns a new NumatopoLister.

type NumatopoListerExpansion

type NumatopoListerExpansion interface{}

NumatopoListerExpansion allows custom methods to be added to NumatopoLister.

type NumatopoNamespaceLister

type NumatopoNamespaceLister interface {
	// List lists all Numatopos in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Numatopo, err error)
	// Get retrieves the Numatopo from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Numatopo, error)
	NumatopoNamespaceListerExpansion
}

NumatopoNamespaceLister helps list and get Numatopos.

type NumatopoNamespaceListerExpansion

type NumatopoNamespaceListerExpansion interface{}

NumatopoNamespaceListerExpansion allows custom methods to be added to NumatopoNamespaceLister.

Jump to

Keyboard shortcuts

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