v1alpha1

package
v0.0.0-...-cd70a15 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 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 PersonLister

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

PersonLister helps list Persons. All objects returned here must be treated as read-only.

func NewPersonLister

func NewPersonLister(indexer cache.Indexer) PersonLister

NewPersonLister returns a new PersonLister.

type PersonListerExpansion

type PersonListerExpansion interface{}

PersonListerExpansion allows custom methods to be added to PersonLister.

type PersonNamespaceLister

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

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

type PersonNamespaceListerExpansion

type PersonNamespaceListerExpansion interface{}

PersonNamespaceListerExpansion allows custom methods to be added to PersonNamespaceLister.

Jump to

Keyboard shortcuts

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