v1alpha1

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 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 GitHubSourceLister

type GitHubSourceLister interface {
	// List lists all GitHubSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GitHubSource, err error)
	// GitHubSources returns an object that can list and get GitHubSources.
	GitHubSources(namespace string) GitHubSourceNamespaceLister
	GitHubSourceListerExpansion
}

GitHubSourceLister helps list GitHubSources.

func NewGitHubSourceLister

func NewGitHubSourceLister(indexer cache.Indexer) GitHubSourceLister

NewGitHubSourceLister returns a new GitHubSourceLister.

type GitHubSourceListerExpansion

type GitHubSourceListerExpansion interface{}

GitHubSourceListerExpansion allows custom methods to be added to GitHubSourceLister.

type GitHubSourceNamespaceLister

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

GitHubSourceNamespaceLister helps list and get GitHubSources.

type GitHubSourceNamespaceListerExpansion

type GitHubSourceNamespaceListerExpansion interface{}

GitHubSourceNamespaceListerExpansion allows custom methods to be added to GitHubSourceNamespaceLister.

Jump to

Keyboard shortcuts

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