v1alpha2

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 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 SeldonDeploymentLister

type SeldonDeploymentLister interface {
	// List lists all SeldonDeployments in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.SeldonDeployment, err error)
	// SeldonDeployments returns an object that can list and get SeldonDeployments.
	SeldonDeployments(namespace string) SeldonDeploymentNamespaceLister
	SeldonDeploymentListerExpansion
}

SeldonDeploymentLister helps list SeldonDeployments.

func NewSeldonDeploymentLister

func NewSeldonDeploymentLister(indexer cache.Indexer) SeldonDeploymentLister

NewSeldonDeploymentLister returns a new SeldonDeploymentLister.

type SeldonDeploymentListerExpansion

type SeldonDeploymentListerExpansion interface{}

SeldonDeploymentListerExpansion allows custom methods to be added to SeldonDeploymentLister.

type SeldonDeploymentNamespaceLister

type SeldonDeploymentNamespaceLister interface {
	// List lists all SeldonDeployments in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.SeldonDeployment, err error)
	// Get retrieves the SeldonDeployment from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.SeldonDeployment, error)
	SeldonDeploymentNamespaceListerExpansion
}

SeldonDeploymentNamespaceLister helps list and get SeldonDeployments.

type SeldonDeploymentNamespaceListerExpansion

type SeldonDeploymentNamespaceListerExpansion interface{}

SeldonDeploymentNamespaceListerExpansion allows custom methods to be added to SeldonDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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