Documentation ¶
Index ¶
- type IngressRouteLister
- type IngressRouteListerExpansion
- type IngressRouteNamespaceLister
- type IngressRouteNamespaceListerExpansion
- type TLSCertificateDelegationLister
- type TLSCertificateDelegationListerExpansion
- type TLSCertificateDelegationNamespaceLister
- type TLSCertificateDelegationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressRouteLister ¶
type IngressRouteLister interface { // List lists all IngressRoutes in the indexer. List(selector labels.Selector) (ret []*v1beta1.IngressRoute, err error) // IngressRoutes returns an object that can list and get IngressRoutes. IngressRoutes(namespace string) IngressRouteNamespaceLister IngressRouteListerExpansion }
IngressRouteLister helps list IngressRoutes.
func NewIngressRouteLister ¶
func NewIngressRouteLister(indexer cache.Indexer) IngressRouteLister
NewIngressRouteLister returns a new IngressRouteLister.
type IngressRouteListerExpansion ¶
type IngressRouteListerExpansion interface{}
IngressRouteListerExpansion allows custom methods to be added to IngressRouteLister.
type IngressRouteNamespaceLister ¶
type IngressRouteNamespaceLister interface { // List lists all IngressRoutes in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.IngressRoute, err error) // Get retrieves the IngressRoute from the indexer for a given namespace and name. Get(name string) (*v1beta1.IngressRoute, error) IngressRouteNamespaceListerExpansion }
IngressRouteNamespaceLister helps list and get IngressRoutes.
type IngressRouteNamespaceListerExpansion ¶
type IngressRouteNamespaceListerExpansion interface{}
IngressRouteNamespaceListerExpansion allows custom methods to be added to IngressRouteNamespaceLister.
type TLSCertificateDelegationLister ¶ added in v0.10.0
type TLSCertificateDelegationLister interface { // List lists all TLSCertificateDelegations in the indexer. List(selector labels.Selector) (ret []*v1beta1.TLSCertificateDelegation, err error) // TLSCertificateDelegations returns an object that can list and get TLSCertificateDelegations. TLSCertificateDelegations(namespace string) TLSCertificateDelegationNamespaceLister TLSCertificateDelegationListerExpansion }
TLSCertificateDelegationLister helps list TLSCertificateDelegations.
func NewTLSCertificateDelegationLister ¶ added in v0.10.0
func NewTLSCertificateDelegationLister(indexer cache.Indexer) TLSCertificateDelegationLister
NewTLSCertificateDelegationLister returns a new TLSCertificateDelegationLister.
type TLSCertificateDelegationListerExpansion ¶ added in v0.10.0
type TLSCertificateDelegationListerExpansion interface{}
TLSCertificateDelegationListerExpansion allows custom methods to be added to TLSCertificateDelegationLister.
type TLSCertificateDelegationNamespaceLister ¶ added in v0.10.0
type TLSCertificateDelegationNamespaceLister interface { // List lists all TLSCertificateDelegations in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.TLSCertificateDelegation, err error) // Get retrieves the TLSCertificateDelegation from the indexer for a given namespace and name. Get(name string) (*v1beta1.TLSCertificateDelegation, error) TLSCertificateDelegationNamespaceListerExpansion }
TLSCertificateDelegationNamespaceLister helps list and get TLSCertificateDelegations.
type TLSCertificateDelegationNamespaceListerExpansion ¶ added in v0.10.0
type TLSCertificateDelegationNamespaceListerExpansion interface{}
TLSCertificateDelegationNamespaceListerExpansion allows custom methods to be added to TLSCertificateDelegationNamespaceLister.