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