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.
Click to show internal directories.
Click to hide internal directories.