Documentation
¶
Index ¶
- type ContainerSourceLister
- type ContainerSourceListerExpansion
- type ContainerSourceNamespaceLister
- type ContainerSourceNamespaceListerExpansion
- type GcpPubSubSourceLister
- type GcpPubSubSourceListerExpansion
- type GcpPubSubSourceNamespaceLister
- type GcpPubSubSourceNamespaceListerExpansion
- 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 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 GcpPubSubSourceLister ¶
type GcpPubSubSourceLister interface {
// List lists all GcpPubSubSources in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.GcpPubSubSource, err error)
// GcpPubSubSources returns an object that can list and get GcpPubSubSources.
GcpPubSubSources(namespace string) GcpPubSubSourceNamespaceLister
GcpPubSubSourceListerExpansion
}
GcpPubSubSourceLister helps list GcpPubSubSources.
func NewGcpPubSubSourceLister ¶
func NewGcpPubSubSourceLister(indexer cache.Indexer) GcpPubSubSourceLister
NewGcpPubSubSourceLister returns a new GcpPubSubSourceLister.
type GcpPubSubSourceListerExpansion ¶
type GcpPubSubSourceListerExpansion interface{}
GcpPubSubSourceListerExpansion allows custom methods to be added to GcpPubSubSourceLister.
type GcpPubSubSourceNamespaceLister ¶
type GcpPubSubSourceNamespaceLister interface {
// List lists all GcpPubSubSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.GcpPubSubSource, err error)
// Get retrieves the GcpPubSubSource from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.GcpPubSubSource, error)
GcpPubSubSourceNamespaceListerExpansion
}
GcpPubSubSourceNamespaceLister helps list and get GcpPubSubSources.
type GcpPubSubSourceNamespaceListerExpansion ¶
type GcpPubSubSourceNamespaceListerExpansion interface{}
GcpPubSubSourceNamespaceListerExpansion allows custom methods to be added to GcpPubSubSourceNamespaceLister.
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.