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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GitLabSource, err error) // Get retrieves the GitLabSource from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GitLabSource, error) GitLabSourceNamespaceListerExpansion }
GitLabSourceNamespaceLister helps list and get GitLabSources. All objects returned here must be treated as read-only.
type GitLabSourceNamespaceListerExpansion ¶
type GitLabSourceNamespaceListerExpansion interface{}
GitLabSourceNamespaceListerExpansion allows custom methods to be added to GitLabSourceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.