v1alpha1

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 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 GitLabSourceLister

type GitLabSourceLister interface {
	// List lists all GitLabSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GitLabSource, err error)
	// GitLabSources returns an object that can list and get GitLabSources.
	GitLabSources(namespace string) GitLabSourceNamespaceLister
	GitLabSourceListerExpansion
}

GitLabSourceLister helps list GitLabSources.

func NewGitLabSourceLister

func NewGitLabSourceLister(indexer cache.Indexer) GitLabSourceLister

NewGitLabSourceLister returns a new GitLabSourceLister.

type GitLabSourceListerExpansion

type GitLabSourceListerExpansion interface{}

GitLabSourceListerExpansion allows custom methods to be added to GitLabSourceLister.

type GitLabSourceNamespaceLister

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

GitLabSourceNamespaceLister helps list and get GitLabSources.

type GitLabSourceNamespaceListerExpansion

type GitLabSourceNamespaceListerExpansion interface{}

GitLabSourceNamespaceListerExpansion allows custom methods to be added to GitLabSourceNamespaceLister.

Jump to

Keyboard shortcuts

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