v1alpha1

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepositoryLister

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

RepositoryLister helps list Repositories. All objects returned here must be treated as read-only.

func NewRepositoryLister

func NewRepositoryLister(indexer cache.Indexer) RepositoryLister

NewRepositoryLister returns a new RepositoryLister.

type RepositoryListerExpansion

type RepositoryListerExpansion interface{}

RepositoryListerExpansion allows custom methods to be added to RepositoryLister.

type RepositoryNamespaceLister

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

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

type RepositoryNamespaceListerExpansion

type RepositoryNamespaceListerExpansion interface{}

RepositoryNamespaceListerExpansion allows custom methods to be added to RepositoryNamespaceLister.

Jump to

Keyboard shortcuts

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