v1alpha1

package
v0.0.0-...-77edef9 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrucoLister

type BrucoLister interface {
	// List lists all Brucos in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Bruco, err error)
	// Brucos returns an object that can list and get Brucos.
	Brucos(namespace string) BrucoNamespaceLister
	BrucoListerExpansion
}

BrucoLister helps list Brucos. All objects returned here must be treated as read-only.

func NewBrucoLister

func NewBrucoLister(indexer cache.Indexer) BrucoLister

NewBrucoLister returns a new BrucoLister.

type BrucoListerExpansion

type BrucoListerExpansion interface{}

BrucoListerExpansion allows custom methods to be added to BrucoLister.

type BrucoNamespaceLister

type BrucoNamespaceLister interface {
	// List lists all Brucos in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Bruco, err error)
	// Get retrieves the Bruco from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Bruco, error)
	BrucoNamespaceListerExpansion
}

BrucoNamespaceLister helps list and get Brucos. All objects returned here must be treated as read-only.

type BrucoNamespaceListerExpansion

type BrucoNamespaceListerExpansion interface{}

BrucoNamespaceListerExpansion allows custom methods to be added to BrucoNamespaceLister.

type BrucoProjectLister

type BrucoProjectLister interface {
	// List lists all BrucoProjects in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BrucoProject, err error)
	// BrucoProjects returns an object that can list and get BrucoProjects.
	BrucoProjects(namespace string) BrucoProjectNamespaceLister
	BrucoProjectListerExpansion
}

BrucoProjectLister helps list BrucoProjects. All objects returned here must be treated as read-only.

func NewBrucoProjectLister

func NewBrucoProjectLister(indexer cache.Indexer) BrucoProjectLister

NewBrucoProjectLister returns a new BrucoProjectLister.

type BrucoProjectListerExpansion

type BrucoProjectListerExpansion interface{}

BrucoProjectListerExpansion allows custom methods to be added to BrucoProjectLister.

type BrucoProjectNamespaceLister

type BrucoProjectNamespaceLister interface {
	// List lists all BrucoProjects in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BrucoProject, err error)
	// Get retrieves the BrucoProject from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.BrucoProject, error)
	BrucoProjectNamespaceListerExpansion
}

BrucoProjectNamespaceLister helps list and get BrucoProjects. All objects returned here must be treated as read-only.

type BrucoProjectNamespaceListerExpansion

type BrucoProjectNamespaceListerExpansion interface{}

BrucoProjectNamespaceListerExpansion allows custom methods to be added to BrucoProjectNamespaceLister.

Jump to

Keyboard shortcuts

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