v1alpha1

package
v0.0.0-...-8f52349 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 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 AppLister

type AppLister interface {
	// List lists all Apps in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.App, err error)
	// Apps returns an object that can list and get Apps.
	Apps(namespace string) AppNamespaceLister
	AppListerExpansion
}

AppLister helps list Apps.

func NewAppLister

func NewAppLister(indexer cache.Indexer) AppLister

NewAppLister returns a new AppLister.

type AppListerExpansion

type AppListerExpansion interface{}

AppListerExpansion allows custom methods to be added to AppLister.

type AppNamespaceLister

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

AppNamespaceLister helps list and get Apps.

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type RouteClaimLister

type RouteClaimLister interface {
	// List lists all RouteClaims in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RouteClaim, err error)
	// RouteClaims returns an object that can list and get RouteClaims.
	RouteClaims(namespace string) RouteClaimNamespaceLister
	RouteClaimListerExpansion
}

RouteClaimLister helps list RouteClaims.

func NewRouteClaimLister

func NewRouteClaimLister(indexer cache.Indexer) RouteClaimLister

NewRouteClaimLister returns a new RouteClaimLister.

type RouteClaimListerExpansion

type RouteClaimListerExpansion interface{}

RouteClaimListerExpansion allows custom methods to be added to RouteClaimLister.

type RouteClaimNamespaceLister

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

RouteClaimNamespaceLister helps list and get RouteClaims.

type RouteClaimNamespaceListerExpansion

type RouteClaimNamespaceListerExpansion interface{}

RouteClaimNamespaceListerExpansion allows custom methods to be added to RouteClaimNamespaceLister.

type RouteLister

type RouteLister interface {
	// List lists all Routes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Route, err error)
	// Routes returns an object that can list and get Routes.
	Routes(namespace string) RouteNamespaceLister
	RouteListerExpansion
}

RouteLister helps list Routes.

func NewRouteLister

func NewRouteLister(indexer cache.Indexer) RouteLister

NewRouteLister returns a new RouteLister.

type RouteListerExpansion

type RouteListerExpansion interface{}

RouteListerExpansion allows custom methods to be added to RouteLister.

type RouteNamespaceLister

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

RouteNamespaceLister helps list and get Routes.

type RouteNamespaceListerExpansion

type RouteNamespaceListerExpansion interface{}

RouteNamespaceListerExpansion allows custom methods to be added to RouteNamespaceLister.

type SourceLister

type SourceLister interface {
	// List lists all Sources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Source, err error)
	// Sources returns an object that can list and get Sources.
	Sources(namespace string) SourceNamespaceLister
	SourceListerExpansion
}

SourceLister helps list Sources.

func NewSourceLister

func NewSourceLister(indexer cache.Indexer) SourceLister

NewSourceLister returns a new SourceLister.

type SourceListerExpansion

type SourceListerExpansion interface{}

SourceListerExpansion allows custom methods to be added to SourceLister.

type SourceNamespaceLister

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

SourceNamespaceLister helps list and get Sources.

type SourceNamespaceListerExpansion

type SourceNamespaceListerExpansion interface{}

SourceNamespaceListerExpansion allows custom methods to be added to SourceNamespaceLister.

type SpaceLister

type SpaceLister interface {
	// List lists all Spaces in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Space, err error)
	// Get retrieves the Space from the index for a given name.
	Get(name string) (*v1alpha1.Space, error)
	SpaceListerExpansion
}

SpaceLister helps list Spaces.

func NewSpaceLister

func NewSpaceLister(indexer cache.Indexer) SpaceLister

NewSpaceLister returns a new SpaceLister.

type SpaceListerExpansion

type SpaceListerExpansion interface{}

SpaceListerExpansion allows custom methods to be added to SpaceLister.

Jump to

Keyboard shortcuts

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