v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 AppLister

type AppLister interface {
	// List lists all Apps in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.App, err error)
	// Get retrieves the App from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.App, error)
	AppNamespaceListerExpansion
}

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

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type ProductLister

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

ProductLister helps list Products. All objects returned here must be treated as read-only.

func NewProductLister

func NewProductLister(indexer cache.Indexer) ProductLister

NewProductLister returns a new ProductLister.

type ProductListerExpansion

type ProductListerExpansion interface{}

ProductListerExpansion allows custom methods to be added to ProductLister.

type ProductNamespaceLister

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

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

type ProductNamespaceListerExpansion

type ProductNamespaceListerExpansion interface{}

ProductNamespaceListerExpansion allows custom methods to be added to ProductNamespaceLister.

Jump to

Keyboard shortcuts

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