Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPProxyLister ¶
type HTTPProxyLister interface { // List lists all HTTPProxies in the indexer. List(selector labels.Selector) (ret []*v1.HTTPProxy, err error) // HTTPProxies returns an object that can list and get HTTPProxies. HTTPProxies(namespace string) HTTPProxyNamespaceLister HTTPProxyListerExpansion }
HTTPProxyLister helps list HTTPProxies.
func NewHTTPProxyLister ¶
func NewHTTPProxyLister(indexer cache.Indexer) HTTPProxyLister
NewHTTPProxyLister returns a new HTTPProxyLister.
type HTTPProxyListerExpansion ¶
type HTTPProxyListerExpansion interface{}
HTTPProxyListerExpansion allows custom methods to be added to HTTPProxyLister.
type HTTPProxyNamespaceLister ¶
type HTTPProxyNamespaceLister interface { // List lists all HTTPProxies in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.HTTPProxy, err error) // Get retrieves the HTTPProxy from the indexer for a given namespace and name. Get(name string) (*v1.HTTPProxy, error) HTTPProxyNamespaceListerExpansion }
HTTPProxyNamespaceLister helps list and get HTTPProxies.
type HTTPProxyNamespaceListerExpansion ¶
type HTTPProxyNamespaceListerExpansion interface{}
HTTPProxyNamespaceListerExpansion allows custom methods to be added to HTTPProxyNamespaceLister.
type TLSCertificateDelegationLister ¶
type TLSCertificateDelegationLister interface { // List lists all TLSCertificateDelegations in the indexer. List(selector labels.Selector) (ret []*v1.TLSCertificateDelegation, err error) // TLSCertificateDelegations returns an object that can list and get TLSCertificateDelegations. TLSCertificateDelegations(namespace string) TLSCertificateDelegationNamespaceLister TLSCertificateDelegationListerExpansion }
TLSCertificateDelegationLister helps list TLSCertificateDelegations.
func NewTLSCertificateDelegationLister ¶
func NewTLSCertificateDelegationLister(indexer cache.Indexer) TLSCertificateDelegationLister
NewTLSCertificateDelegationLister returns a new TLSCertificateDelegationLister.
type TLSCertificateDelegationListerExpansion ¶
type TLSCertificateDelegationListerExpansion interface{}
TLSCertificateDelegationListerExpansion allows custom methods to be added to TLSCertificateDelegationLister.
type TLSCertificateDelegationNamespaceLister ¶
type TLSCertificateDelegationNamespaceLister interface { // List lists all TLSCertificateDelegations in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.TLSCertificateDelegation, err error) // Get retrieves the TLSCertificateDelegation from the indexer for a given namespace and name. Get(name string) (*v1.TLSCertificateDelegation, error) TLSCertificateDelegationNamespaceListerExpansion }
TLSCertificateDelegationNamespaceLister helps list and get TLSCertificateDelegations.
type TLSCertificateDelegationNamespaceListerExpansion ¶
type TLSCertificateDelegationNamespaceListerExpansion interface{}
TLSCertificateDelegationNamespaceListerExpansion allows custom methods to be added to TLSCertificateDelegationNamespaceLister.