Documentation ¶
Index ¶
- func NewFilteredHTTPRouteGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredTCPRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHTTPRouteGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTCPRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type HTTPRouteGroupInformer
- type Interface
- type TCPRouteInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHTTPRouteGroupInformer ¶
func NewFilteredHTTPRouteGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHTTPRouteGroupInformer constructs a new informer for HTTPRouteGroup 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 NewFilteredTCPRouteInformer ¶
func NewFilteredTCPRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTCPRouteInformer constructs a new informer for TCPRoute 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 NewHTTPRouteGroupInformer ¶
func NewHTTPRouteGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHTTPRouteGroupInformer constructs a new informer for HTTPRouteGroup 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 NewTCPRouteInformer ¶
func NewTCPRouteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTCPRouteInformer constructs a new informer for TCPRoute 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 HTTPRouteGroupInformer ¶
type HTTPRouteGroupInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.HTTPRouteGroupLister }
HTTPRouteGroupInformer provides access to a shared informer and lister for HTTPRouteGroups.
type Interface ¶
type Interface interface { // HTTPRouteGroups returns a HTTPRouteGroupInformer. HTTPRouteGroups() HTTPRouteGroupInformer // TCPRoutes returns a TCPRouteInformer. TCPRoutes() TCPRouteInformer }
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 TCPRouteInformer ¶
type TCPRouteInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.TCPRouteLister }
TCPRouteInformer provides access to a shared informer and lister for TCPRoutes.