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