Documentation
¶
Index ¶
- func NewConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConnectionRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConnectionRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGatewayAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGatewayRoutePropagationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGatewayAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGatewayInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGatewayRoutePropagationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ConnectionInformer
- type ConnectionRouteInformer
- type GatewayAttachmentInformer
- type GatewayInformer
- type GatewayRoutePropagationInformer
- type Interface
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 NewConnectionRouteInformer ¶
func NewConnectionRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConnectionRouteInformer constructs a new informer for ConnectionRoute 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 NewFilteredConnectionRouteInformer ¶
func NewFilteredConnectionRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConnectionRouteInformer constructs a new informer for ConnectionRoute 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 NewFilteredGatewayAttachmentInformer ¶
func NewFilteredGatewayAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGatewayAttachmentInformer constructs a new informer for GatewayAttachment 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 NewFilteredGatewayRoutePropagationInformer ¶
func NewFilteredGatewayRoutePropagationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGatewayRoutePropagationInformer constructs a new informer for GatewayRoutePropagation 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 NewGatewayAttachmentInformer ¶
func NewGatewayAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGatewayAttachmentInformer constructs a new informer for GatewayAttachment 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 NewGatewayRoutePropagationInformer ¶
func NewGatewayRoutePropagationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGatewayRoutePropagationInformer constructs a new informer for GatewayRoutePropagation 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 ConnectionRouteInformer ¶
type ConnectionRouteInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConnectionRouteLister }
ConnectionRouteInformer provides access to a shared informer and lister for ConnectionRoutes.
type GatewayAttachmentInformer ¶
type GatewayAttachmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GatewayAttachmentLister }
GatewayAttachmentInformer provides access to a shared informer and lister for GatewayAttachments.
type GatewayInformer ¶
type GatewayInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GatewayLister }
GatewayInformer provides access to a shared informer and lister for Gateways.
type GatewayRoutePropagationInformer ¶
type GatewayRoutePropagationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GatewayRoutePropagationLister }
GatewayRoutePropagationInformer provides access to a shared informer and lister for GatewayRoutePropagations.
type Interface ¶
type Interface interface { // Connections returns a ConnectionInformer. Connections() ConnectionInformer // ConnectionRoutes returns a ConnectionRouteInformer. ConnectionRoutes() ConnectionRouteInformer // Gateways returns a GatewayInformer. Gateways() GatewayInformer // GatewayAttachments returns a GatewayAttachmentInformer. GatewayAttachments() GatewayAttachmentInformer // GatewayRoutePropagations returns a GatewayRoutePropagationInformer. GatewayRoutePropagations() GatewayRoutePropagationInformer }
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.