Documentation
¶
Index ¶
- func NewConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCustomerGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCustomerGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRouteEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRouteEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ConnectionInformer
- type CustomerGatewayInformer
- type GatewayInformer
- type Interface
- type RouteEntryInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnectionInformer ¶
func NewConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConnectionInformer constructs a new informer for Connection 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 NewCustomerGatewayInformer ¶
func NewCustomerGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCustomerGatewayInformer constructs a new informer for CustomerGateway 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 NewFilteredConnectionInformer ¶
func NewFilteredConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConnectionInformer constructs a new informer for Connection 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 NewFilteredCustomerGatewayInformer ¶
func NewFilteredCustomerGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCustomerGatewayInformer constructs a new informer for CustomerGateway 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 NewFilteredGatewayInformer ¶
func NewFilteredGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGatewayInformer constructs a new informer for Gateway 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 NewFilteredRouteEntryInformer ¶
func NewFilteredRouteEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRouteEntryInformer constructs a new informer for RouteEntry 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 NewGatewayInformer ¶
func NewGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGatewayInformer constructs a new informer for Gateway 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 NewRouteEntryInformer ¶
func NewRouteEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRouteEntryInformer constructs a new informer for RouteEntry 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 ConnectionInformer ¶
type ConnectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConnectionLister }
ConnectionInformer provides access to a shared informer and lister for Connections.
type CustomerGatewayInformer ¶
type CustomerGatewayInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CustomerGatewayLister }
CustomerGatewayInformer provides access to a shared informer and lister for CustomerGateways.
type GatewayInformer ¶
type GatewayInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GatewayLister }
GatewayInformer provides access to a shared informer and lister for Gateways.
type Interface ¶
type Interface interface { // Connections returns a ConnectionInformer. Connections() ConnectionInformer // CustomerGateways returns a CustomerGatewayInformer. CustomerGateways() CustomerGatewayInformer // Gateways returns a GatewayInformer. Gateways() GatewayInformer // RouteEntries returns a RouteEntryInformer. RouteEntries() RouteEntryInformer }
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.
type RouteEntryInformer ¶
type RouteEntryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RouteEntryLister }
RouteEntryInformer provides access to a shared informer and lister for RouteEntries.