Documentation ¶
Index ¶
- func New(f internalinterfaces.SharedInformerFactory, namespaces informers.NamespaceSet, ...) v1beta1.Interface
- func NewFilteredGatewayClassInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGatewayInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- func NewFilteredHTTPRouteInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- func NewFilteredReferenceGrantInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- func NewGatewayClassInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGatewayInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- func NewHTTPRouteInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- func NewReferenceGrantInformer(client versioned.Interface, namespaces informers.NamespaceSet, ...) cache.SharedIndexInformer
- type GatewayClassInformer
- type GatewayInformer
- type HTTPRouteInformer
- type ReferenceGrantInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespaces informers.NamespaceSet, tweakListOptions internalinterfaces.TweakListOptionsFunc) v1beta1.Interface
New returns a new Interface.
func NewFilteredGatewayClassInformer ¶
func NewFilteredGatewayClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGatewayClassInformer constructs a new informer for GatewayClass 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, namespaces informers.NamespaceSet, 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 NewFilteredHTTPRouteInformer ¶
func NewFilteredHTTPRouteInformer(client versioned.Interface, namespaces informers.NamespaceSet, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHTTPRouteInformer constructs a new informer for HTTPRoute 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 NewFilteredReferenceGrantInformer ¶
func NewFilteredReferenceGrantInformer(client versioned.Interface, namespaces informers.NamespaceSet, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredReferenceGrantInformer constructs a new informer for ReferenceGrant 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 NewGatewayClassInformer ¶
func NewGatewayClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGatewayClassInformer constructs a new informer for GatewayClass 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, namespaces informers.NamespaceSet, 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 NewHTTPRouteInformer ¶
func NewHTTPRouteInformer(client versioned.Interface, namespaces informers.NamespaceSet, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHTTPRouteInformer constructs a new informer for HTTPRoute 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 NewReferenceGrantInformer ¶
func NewReferenceGrantInformer(client versioned.Interface, namespaces informers.NamespaceSet, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewReferenceGrantInformer constructs a new informer for ReferenceGrant 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 GatewayClassInformer ¶
type GatewayClassInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.GatewayClassLister }
GatewayClassInformer provides access to a shared informer and lister for GatewayClasses.
type GatewayInformer ¶
type GatewayInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.GatewayLister }
GatewayInformer provides access to a shared informer and lister for Gateways.
type HTTPRouteInformer ¶
type HTTPRouteInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.HTTPRouteLister }
HTTPRouteInformer provides access to a shared informer and lister for HTTPRoutes.
type ReferenceGrantInformer ¶
type ReferenceGrantInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.ReferenceGrantLister }
ReferenceGrantInformer provides access to a shared informer and lister for ReferenceGrants.