Documentation
¶
Index ¶
- func NewApisixClusterConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixConsumerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixGlobalRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixPluginConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApisixRouteInformer(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 NewFilteredApisixClusterConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixConsumerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixGlobalRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixPluginConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApisixRouteInformer(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 ApisixClusterConfigInformer
- type ApisixConsumerInformer
- type ApisixGlobalRuleInformer
- type ApisixPluginConfigInformer
- type ApisixRouteInformer
- type ApisixTlsInformer
- type ApisixUpstreamInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApisixClusterConfigInformer ¶
func NewApisixClusterConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixClusterConfigInformer constructs a new informer for ApisixClusterConfig 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 NewApisixConsumerInformer ¶
func NewApisixConsumerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixConsumerInformer constructs a new informer for ApisixConsumer 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 NewApisixGlobalRuleInformer ¶
func NewApisixGlobalRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixGlobalRuleInformer constructs a new informer for ApisixGlobalRule 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 NewApisixPluginConfigInformer ¶
func NewApisixPluginConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApisixPluginConfigInformer constructs a new informer for ApisixPluginConfig 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 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 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 NewFilteredApisixClusterConfigInformer ¶
func NewFilteredApisixClusterConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixClusterConfigInformer constructs a new informer for ApisixClusterConfig 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 NewFilteredApisixConsumerInformer ¶
func NewFilteredApisixConsumerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixConsumerInformer constructs a new informer for ApisixConsumer 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 NewFilteredApisixGlobalRuleInformer ¶
func NewFilteredApisixGlobalRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixGlobalRuleInformer constructs a new informer for ApisixGlobalRule 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 NewFilteredApisixPluginConfigInformer ¶
func NewFilteredApisixPluginConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApisixPluginConfigInformer constructs a new informer for ApisixPluginConfig 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 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 ApisixClusterConfigInformer ¶
type ApisixClusterConfigInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixClusterConfigLister
}
ApisixClusterConfigInformer provides access to a shared informer and lister for ApisixClusterConfigs.
type ApisixConsumerInformer ¶
type ApisixConsumerInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixConsumerLister
}
ApisixConsumerInformer provides access to a shared informer and lister for ApisixConsumers.
type ApisixGlobalRuleInformer ¶
type ApisixGlobalRuleInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixGlobalRuleLister
}
ApisixGlobalRuleInformer provides access to a shared informer and lister for ApisixGlobalRules.
type ApisixPluginConfigInformer ¶
type ApisixPluginConfigInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixPluginConfigLister
}
ApisixPluginConfigInformer provides access to a shared informer and lister for ApisixPluginConfigs.
type ApisixRouteInformer ¶
type ApisixRouteInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixRouteLister
}
ApisixRouteInformer provides access to a shared informer and lister for ApisixRoutes.
type ApisixTlsInformer ¶
type ApisixTlsInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixTlsLister
}
ApisixTlsInformer provides access to a shared informer and lister for ApisixTlses.
type ApisixUpstreamInformer ¶
type ApisixUpstreamInformer interface {
Informer() cache.SharedIndexInformer
Lister() v2.ApisixUpstreamLister
}
ApisixUpstreamInformer provides access to a shared informer and lister for ApisixUpstreams.
type Interface ¶
type Interface interface {
// ApisixClusterConfigs returns a ApisixClusterConfigInformer.
ApisixClusterConfigs() ApisixClusterConfigInformer
// ApisixConsumers returns a ApisixConsumerInformer.
ApisixConsumers() ApisixConsumerInformer
// ApisixGlobalRules returns a ApisixGlobalRuleInformer.
ApisixGlobalRules() ApisixGlobalRuleInformer
// ApisixPluginConfigs returns a ApisixPluginConfigInformer.
ApisixPluginConfigs() ApisixPluginConfigInformer
// ApisixRoutes returns a ApisixRouteInformer.
ApisixRoutes() ApisixRouteInformer
// 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.