v1beta1

package
v0.0.0-...-3763dc7 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2019 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 PizzaLister

type PizzaLister interface {
	// List lists all Pizzas in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Pizza, err error)
	// Pizzas returns an object that can list and get Pizzas.
	Pizzas(namespace string) PizzaNamespaceLister
	PizzaListerExpansion
}

PizzaLister helps list Pizzas.

func NewPizzaLister

func NewPizzaLister(indexer cache.Indexer) PizzaLister

NewPizzaLister returns a new PizzaLister.

type PizzaListerExpansion

type PizzaListerExpansion interface{}

PizzaListerExpansion allows custom methods to be added to PizzaLister.

type PizzaNamespaceLister

type PizzaNamespaceLister interface {
	// List lists all Pizzas in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.Pizza, err error)
	// Get retrieves the Pizza from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Pizza, error)
	PizzaNamespaceListerExpansion
}

PizzaNamespaceLister helps list and get Pizzas.

type PizzaNamespaceListerExpansion

type PizzaNamespaceListerExpansion interface{}

PizzaNamespaceListerExpansion allows custom methods to be added to PizzaNamespaceLister.

Jump to

Keyboard shortcuts

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