v1alpha1

package
v0.0.0-...-c29577e Latest Latest
Warning

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

Go to latest
Published: Oct 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 RepoLister

type RepoLister interface {
	// List lists all Repos in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Repo, err error)
	// Repos returns an object that can list and get Repos.
	Repos(namespace string) RepoNamespaceLister
	RepoListerExpansion
}

RepoLister helps list Repos.

func NewRepoLister

func NewRepoLister(indexer cache.Indexer) RepoLister

NewRepoLister returns a new RepoLister.

type RepoListerExpansion

type RepoListerExpansion interface{}

RepoListerExpansion allows custom methods to be added to RepoLister.

type RepoNamespaceLister

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

RepoNamespaceLister helps list and get Repos.

type RepoNamespaceListerExpansion

type RepoNamespaceListerExpansion interface{}

RepoNamespaceListerExpansion allows custom methods to be added to RepoNamespaceLister.

Jump to

Keyboard shortcuts

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