Documentation
¶
Index ¶
- type AwsSqsSourceLister
- type AwsSqsSourceListerExpansion
- type AwsSqsSourceNamespaceLister
- type AwsSqsSourceNamespaceListerExpansion
- type ContainerSourceLister
- type ContainerSourceListerExpansion
- type ContainerSourceNamespaceLister
- type ContainerSourceNamespaceListerExpansion
- type CronJobSourceLister
- type CronJobSourceListerExpansion
- type CronJobSourceNamespaceLister
- type CronJobSourceNamespaceListerExpansion
- type GitHubSourceLister
- type GitHubSourceListerExpansion
- type GitHubSourceNamespaceLister
- type GitHubSourceNamespaceListerExpansion
- type KubernetesEventSourceLister
- type KubernetesEventSourceListerExpansion
- type KubernetesEventSourceNamespaceLister
- type KubernetesEventSourceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSqsSourceLister ¶ added in v0.3.0
type AwsSqsSourceLister interface {
// List lists all AwsSqsSources in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.AwsSqsSource, err error)
// AwsSqsSources returns an object that can list and get AwsSqsSources.
AwsSqsSources(namespace string) AwsSqsSourceNamespaceLister
AwsSqsSourceListerExpansion
}
AwsSqsSourceLister helps list AwsSqsSources.
func NewAwsSqsSourceLister ¶ added in v0.3.0
func NewAwsSqsSourceLister(indexer cache.Indexer) AwsSqsSourceLister
NewAwsSqsSourceLister returns a new AwsSqsSourceLister.
type AwsSqsSourceListerExpansion ¶ added in v0.3.0
type AwsSqsSourceListerExpansion interface{}
AwsSqsSourceListerExpansion allows custom methods to be added to AwsSqsSourceLister.
type AwsSqsSourceNamespaceLister ¶ added in v0.3.0
type AwsSqsSourceNamespaceLister interface {
// List lists all AwsSqsSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.AwsSqsSource, err error)
// Get retrieves the AwsSqsSource from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.AwsSqsSource, error)
AwsSqsSourceNamespaceListerExpansion
}
AwsSqsSourceNamespaceLister helps list and get AwsSqsSources.
type AwsSqsSourceNamespaceListerExpansion ¶ added in v0.3.0
type AwsSqsSourceNamespaceListerExpansion interface{}
AwsSqsSourceNamespaceListerExpansion allows custom methods to be added to AwsSqsSourceNamespaceLister.
type ContainerSourceLister ¶
type ContainerSourceLister interface {
// List lists all ContainerSources in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.ContainerSource, err error)
// ContainerSources returns an object that can list and get ContainerSources.
ContainerSources(namespace string) ContainerSourceNamespaceLister
ContainerSourceListerExpansion
}
ContainerSourceLister helps list ContainerSources.
func NewContainerSourceLister ¶
func NewContainerSourceLister(indexer cache.Indexer) ContainerSourceLister
NewContainerSourceLister returns a new ContainerSourceLister.
type ContainerSourceListerExpansion ¶
type ContainerSourceListerExpansion interface{}
ContainerSourceListerExpansion allows custom methods to be added to ContainerSourceLister.
type ContainerSourceNamespaceLister ¶
type ContainerSourceNamespaceLister interface {
// List lists all ContainerSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.ContainerSource, err error)
// Get retrieves the ContainerSource from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.ContainerSource, error)
ContainerSourceNamespaceListerExpansion
}
ContainerSourceNamespaceLister helps list and get ContainerSources.
type ContainerSourceNamespaceListerExpansion ¶
type ContainerSourceNamespaceListerExpansion interface{}
ContainerSourceNamespaceListerExpansion allows custom methods to be added to ContainerSourceNamespaceLister.
type CronJobSourceLister ¶ added in v0.3.0
type CronJobSourceLister interface {
// List lists all CronJobSources in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.CronJobSource, err error)
// CronJobSources returns an object that can list and get CronJobSources.
CronJobSources(namespace string) CronJobSourceNamespaceLister
CronJobSourceListerExpansion
}
CronJobSourceLister helps list CronJobSources.
func NewCronJobSourceLister ¶ added in v0.3.0
func NewCronJobSourceLister(indexer cache.Indexer) CronJobSourceLister
NewCronJobSourceLister returns a new CronJobSourceLister.
type CronJobSourceListerExpansion ¶ added in v0.3.0
type CronJobSourceListerExpansion interface{}
CronJobSourceListerExpansion allows custom methods to be added to CronJobSourceLister.
type CronJobSourceNamespaceLister ¶ added in v0.3.0
type CronJobSourceNamespaceLister interface {
// List lists all CronJobSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.CronJobSource, err error)
// Get retrieves the CronJobSource from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.CronJobSource, error)
CronJobSourceNamespaceListerExpansion
}
CronJobSourceNamespaceLister helps list and get CronJobSources.
type CronJobSourceNamespaceListerExpansion ¶ added in v0.3.0
type CronJobSourceNamespaceListerExpansion interface{}
CronJobSourceNamespaceListerExpansion allows custom methods to be added to CronJobSourceNamespaceLister.
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.
type KubernetesEventSourceLister ¶
type KubernetesEventSourceLister interface {
// List lists all KubernetesEventSources in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.KubernetesEventSource, err error)
// KubernetesEventSources returns an object that can list and get KubernetesEventSources.
KubernetesEventSources(namespace string) KubernetesEventSourceNamespaceLister
KubernetesEventSourceListerExpansion
}
KubernetesEventSourceLister helps list KubernetesEventSources.
func NewKubernetesEventSourceLister ¶
func NewKubernetesEventSourceLister(indexer cache.Indexer) KubernetesEventSourceLister
NewKubernetesEventSourceLister returns a new KubernetesEventSourceLister.
type KubernetesEventSourceListerExpansion ¶
type KubernetesEventSourceListerExpansion interface{}
KubernetesEventSourceListerExpansion allows custom methods to be added to KubernetesEventSourceLister.
type KubernetesEventSourceNamespaceLister ¶
type KubernetesEventSourceNamespaceLister interface {
// List lists all KubernetesEventSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.KubernetesEventSource, err error)
// Get retrieves the KubernetesEventSource from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.KubernetesEventSource, error)
KubernetesEventSourceNamespaceListerExpansion
}
KubernetesEventSourceNamespaceLister helps list and get KubernetesEventSources.
type KubernetesEventSourceNamespaceListerExpansion ¶
type KubernetesEventSourceNamespaceListerExpansion interface{}
KubernetesEventSourceNamespaceListerExpansion allows custom methods to be added to KubernetesEventSourceNamespaceLister.