Documentation ¶
Index ¶
- func NewApisixRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixTlsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixUpstreamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixTlsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixUpstreamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ApisixRouteInformer
- type ApisixServiceInformer
- type ApisixTlsInformer
- type ApisixUpstreamInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApisixRouteInformer ¶
func NewApisixRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixRouteInformer constructs a new informer for ApisixRoute type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewApisixServiceInformer ¶
func NewApisixServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixServiceInformer constructs a new informer for ApisixService type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewApisixTlsInformer ¶
func NewApisixTlsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixTlsInformer constructs a new informer for ApisixTls type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewApisixUpstreamInformer ¶
func NewApisixUpstreamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixUpstreamInformer constructs a new informer for ApisixUpstream type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredApisixRouteInformer ¶
func NewFilteredApisixRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixRouteInformer constructs a new informer for ApisixRoute type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredApisixServiceInformer ¶
func NewFilteredApisixServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixServiceInformer constructs a new informer for ApisixService type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredApisixTlsInformer ¶
func NewFilteredApisixTlsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixTlsInformer constructs a new informer for ApisixTls type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredApisixUpstreamInformer ¶
func NewFilteredApisixUpstreamInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixUpstreamInformer constructs a new informer for ApisixUpstream type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type ApisixRouteInformer ¶
type ApisixRouteInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ApisixRouteLister }
ApisixRouteInformer provides access to a shared informer and lister for ApisixRoutes.
type ApisixServiceInformer ¶
type ApisixServiceInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ApisixServiceLister }
ApisixServiceInformer provides access to a shared informer and lister for ApisixServices.
type ApisixTlsInformer ¶
type ApisixTlsInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ApisixTlsLister }
ApisixTlsInformer provides access to a shared informer and lister for ApisixTlses.
type ApisixUpstreamInformer ¶
type ApisixUpstreamInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ApisixUpstreamLister }
ApisixUpstreamInformer provides access to a shared informer and lister for ApisixUpstreams.
type Interface ¶
type Interface interface { // ApisixRoutes returns a ApisixRouteInformer. ApisixRoutes() ApisixRouteInformer // ApisixServices returns a ApisixServiceInformer. ApisixServices() ApisixServiceInformer // ApisixTlses returns a ApisixTlsInformer. ApisixTlses() ApisixTlsInformer // ApisixUpstreams returns a ApisixUpstreamInformer. ApisixUpstreams() ApisixUpstreamInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.