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 NewApisixRouteInformer(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 NewFilteredApisixRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ApisixClusterConfigInformer
- type ApisixConsumerInformer
- type ApisixRouteInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApisixClusterConfigInformer ¶ added in v1.0.0
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 ¶ added in v1.0.0
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 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 NewFilteredApisixClusterConfigInformer ¶ added in v1.0.0
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 ¶ added in v1.0.0
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 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.
Types ¶
type ApisixClusterConfigInformer ¶ added in v1.0.0
type ApisixClusterConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ApisixClusterConfigLister }
ApisixClusterConfigInformer provides access to a shared informer and lister for ApisixClusterConfigs.
type ApisixConsumerInformer ¶ added in v1.0.0
type ApisixConsumerInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ApisixConsumerLister }
ApisixConsumerInformer provides access to a shared informer and lister for ApisixConsumers.
type ApisixRouteInformer ¶
type ApisixRouteInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ApisixRouteLister }
ApisixRouteInformer provides access to a shared informer and lister for ApisixRoutes.
type Interface ¶
type Interface interface { // ApisixClusterConfigs returns a ApisixClusterConfigInformer. ApisixClusterConfigs() ApisixClusterConfigInformer // ApisixConsumers returns a ApisixConsumerInformer. ApisixConsumers() ApisixConsumerInformer // ApisixRoutes returns a ApisixRouteInformer. ApisixRoutes() ApisixRouteInformer }
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.