Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.
Click to show internal directories.
Click to hide internal directories.