Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KnativeEventingLister ¶ added in v0.12.1
type KnativeEventingLister interface { // List lists all KnativeEventings in the indexer. List(selector labels.Selector) (ret []*v1alpha1.KnativeEventing, err error) // KnativeEventings returns an object that can list and get KnativeEventings. KnativeEventings(namespace string) KnativeEventingNamespaceLister KnativeEventingListerExpansion }
KnativeEventingLister helps list KnativeEventings.
func NewKnativeEventingLister ¶ added in v0.12.1
func NewKnativeEventingLister(indexer cache.Indexer) KnativeEventingLister
NewKnativeEventingLister returns a new KnativeEventingLister.
type KnativeEventingListerExpansion ¶ added in v0.12.1
type KnativeEventingListerExpansion interface{}
KnativeEventingListerExpansion allows custom methods to be added to KnativeEventingLister.
type KnativeEventingNamespaceLister ¶ added in v0.12.1
type KnativeEventingNamespaceLister interface { // List lists all KnativeEventings in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.KnativeEventing, err error) // Get retrieves the KnativeEventing from the indexer for a given namespace and name. Get(name string) (*v1alpha1.KnativeEventing, error) KnativeEventingNamespaceListerExpansion }
KnativeEventingNamespaceLister helps list and get KnativeEventings.
type KnativeEventingNamespaceListerExpansion ¶ added in v0.12.1
type KnativeEventingNamespaceListerExpansion interface{}
KnativeEventingNamespaceListerExpansion allows custom methods to be added to KnativeEventingNamespaceLister.
Click to show internal directories.
Click to hide internal directories.