v1alpha1

package
v1.11.3 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 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 AppRepositoryLister

type AppRepositoryLister interface {
	// List lists all AppRepositories in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AppRepository, err error)
	// AppRepositories returns an object that can list and get AppRepositories.
	AppRepositories(namespace string) AppRepositoryNamespaceLister
	AppRepositoryListerExpansion
}

AppRepositoryLister helps list AppRepositories.

func NewAppRepositoryLister

func NewAppRepositoryLister(indexer cache.Indexer) AppRepositoryLister

NewAppRepositoryLister returns a new AppRepositoryLister.

type AppRepositoryListerExpansion

type AppRepositoryListerExpansion interface{}

AppRepositoryListerExpansion allows custom methods to be added to AppRepositoryLister.

type AppRepositoryNamespaceLister

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

AppRepositoryNamespaceLister helps list and get AppRepositories.

type AppRepositoryNamespaceListerExpansion

type AppRepositoryNamespaceListerExpansion interface{}

AppRepositoryNamespaceListerExpansion allows custom methods to be added to AppRepositoryNamespaceLister.

Jump to

Keyboard shortcuts

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