v1alpha1

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 KnativeServingLister

type KnativeServingLister interface {
	// List lists all KnativeServings in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KnativeServing, err error)
	// KnativeServings returns an object that can list and get KnativeServings.
	KnativeServings(namespace string) KnativeServingNamespaceLister
	KnativeServingListerExpansion
}

KnativeServingLister helps list KnativeServings.

func NewKnativeServingLister

func NewKnativeServingLister(indexer cache.Indexer) KnativeServingLister

NewKnativeServingLister returns a new KnativeServingLister.

type KnativeServingListerExpansion

type KnativeServingListerExpansion interface{}

KnativeServingListerExpansion allows custom methods to be added to KnativeServingLister.

type KnativeServingNamespaceLister

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

KnativeServingNamespaceLister helps list and get KnativeServings.

type KnativeServingNamespaceListerExpansion

type KnativeServingNamespaceListerExpansion interface{}

KnativeServingNamespaceListerExpansion allows custom methods to be added to KnativeServingNamespaceLister.

Jump to

Keyboard shortcuts

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