v1alpha1

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2020 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 PodChaperonLister

type PodChaperonLister interface {
	// List lists all PodChaperons in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PodChaperon, err error)
	// PodChaperons returns an object that can list and get PodChaperons.
	PodChaperons(namespace string) PodChaperonNamespaceLister
	PodChaperonListerExpansion
}

PodChaperonLister helps list PodChaperons.

func NewPodChaperonLister

func NewPodChaperonLister(indexer cache.Indexer) PodChaperonLister

NewPodChaperonLister returns a new PodChaperonLister.

type PodChaperonListerExpansion

type PodChaperonListerExpansion interface{}

PodChaperonListerExpansion allows custom methods to be added to PodChaperonLister.

type PodChaperonNamespaceLister

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

PodChaperonNamespaceLister helps list and get PodChaperons.

type PodChaperonNamespaceListerExpansion

type PodChaperonNamespaceListerExpansion interface{}

PodChaperonNamespaceListerExpansion allows custom methods to be added to PodChaperonNamespaceLister.

Jump to

Keyboard shortcuts

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