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