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