Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyLister ¶
type ProxyLister interface {
// List lists all Proxies in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Proxy, err error)
// Get retrieves the Proxy from the index for a given name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Proxy, error)
ProxyListerExpansion
}
ProxyLister helps list Proxies. All objects returned here must be treated as read-only.
func NewProxyLister ¶
func NewProxyLister(indexer cache.Indexer) ProxyLister
NewProxyLister returns a new ProxyLister.
type ProxyListerExpansion ¶
type ProxyListerExpansion interface{}
ProxyListerExpansion allows custom methods to be added to ProxyLister.
Click to show internal directories.
Click to hide internal directories.