Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSqsSourceLister ¶
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 ¶
func NewAwsSqsSourceLister(indexer cache.Indexer) AwsSqsSourceLister
NewAwsSqsSourceLister returns a new AwsSqsSourceLister.
type AwsSqsSourceListerExpansion ¶
type AwsSqsSourceListerExpansion interface{}
AwsSqsSourceListerExpansion allows custom methods to be added to AwsSqsSourceLister.
type AwsSqsSourceNamespaceLister ¶
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 ¶
type AwsSqsSourceNamespaceListerExpansion interface{}
AwsSqsSourceNamespaceListerExpansion allows custom methods to be added to AwsSqsSourceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.