Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespacedIngressLister ¶
type NamespacedIngressLister interface { // List lists all NamespacedIngresses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NamespacedIngress, err error) // NamespacedIngresses returns an object that can list and get NamespacedIngresses. NamespacedIngresses(namespace string) NamespacedIngressNamespaceLister NamespacedIngressListerExpansion }
NamespacedIngressLister helps list NamespacedIngresses. All objects returned here must be treated as read-only.
func NewNamespacedIngressLister ¶
func NewNamespacedIngressLister(indexer cache.Indexer) NamespacedIngressLister
NewNamespacedIngressLister returns a new NamespacedIngressLister.
type NamespacedIngressListerExpansion ¶
type NamespacedIngressListerExpansion interface{}
NamespacedIngressListerExpansion allows custom methods to be added to NamespacedIngressLister.
type NamespacedIngressNamespaceLister ¶
type NamespacedIngressNamespaceLister interface { // List lists all NamespacedIngresses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NamespacedIngress, err error) // Get retrieves the NamespacedIngress from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NamespacedIngress, error) NamespacedIngressNamespaceListerExpansion }
NamespacedIngressNamespaceLister helps list and get NamespacedIngresses. All objects returned here must be treated as read-only.
type NamespacedIngressNamespaceListerExpansion ¶
type NamespacedIngressNamespaceListerExpansion interface{}
NamespacedIngressNamespaceListerExpansion allows custom methods to be added to NamespacedIngressNamespaceLister.
Click to show internal directories.
Click to hide internal directories.