Documentation ¶
Index ¶
- func NewFilteredManagementConnectivityTestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesEdgeCacheKeysetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesEdgeCacheOriginInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicesEdgeCacheServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewManagementConnectivityTestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesEdgeCacheKeysetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesEdgeCacheOriginInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicesEdgeCacheServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type ManagementConnectivityTestInformer
- type ServicesEdgeCacheKeysetInformer
- type ServicesEdgeCacheOriginInformer
- type ServicesEdgeCacheServiceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredManagementConnectivityTestInformer ¶
func NewFilteredManagementConnectivityTestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredManagementConnectivityTestInformer constructs a new informer for ManagementConnectivityTest 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 NewFilteredServicesEdgeCacheKeysetInformer ¶ added in v0.4.0
func NewFilteredServicesEdgeCacheKeysetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesEdgeCacheKeysetInformer constructs a new informer for ServicesEdgeCacheKeyset 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 NewFilteredServicesEdgeCacheOriginInformer ¶ added in v0.4.0
func NewFilteredServicesEdgeCacheOriginInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesEdgeCacheOriginInformer constructs a new informer for ServicesEdgeCacheOrigin 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 NewFilteredServicesEdgeCacheServiceInformer ¶ added in v0.4.0
func NewFilteredServicesEdgeCacheServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicesEdgeCacheServiceInformer constructs a new informer for ServicesEdgeCacheService 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 NewManagementConnectivityTestInformer ¶
func NewManagementConnectivityTestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewManagementConnectivityTestInformer constructs a new informer for ManagementConnectivityTest 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 NewServicesEdgeCacheKeysetInformer ¶ added in v0.4.0
func NewServicesEdgeCacheKeysetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesEdgeCacheKeysetInformer constructs a new informer for ServicesEdgeCacheKeyset 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 NewServicesEdgeCacheOriginInformer ¶ added in v0.4.0
func NewServicesEdgeCacheOriginInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesEdgeCacheOriginInformer constructs a new informer for ServicesEdgeCacheOrigin 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 NewServicesEdgeCacheServiceInformer ¶ added in v0.4.0
func NewServicesEdgeCacheServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicesEdgeCacheServiceInformer constructs a new informer for ServicesEdgeCacheService 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 Interface ¶
type Interface interface { // ManagementConnectivityTests returns a ManagementConnectivityTestInformer. ManagementConnectivityTests() ManagementConnectivityTestInformer // ServicesEdgeCacheKeysets returns a ServicesEdgeCacheKeysetInformer. ServicesEdgeCacheKeysets() ServicesEdgeCacheKeysetInformer // ServicesEdgeCacheOrigins returns a ServicesEdgeCacheOriginInformer. ServicesEdgeCacheOrigins() ServicesEdgeCacheOriginInformer // ServicesEdgeCacheServices returns a ServicesEdgeCacheServiceInformer. ServicesEdgeCacheServices() ServicesEdgeCacheServiceInformer }
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 ManagementConnectivityTestInformer ¶
type ManagementConnectivityTestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ManagementConnectivityTestLister }
ManagementConnectivityTestInformer provides access to a shared informer and lister for ManagementConnectivityTests.
type ServicesEdgeCacheKeysetInformer ¶ added in v0.4.0
type ServicesEdgeCacheKeysetInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesEdgeCacheKeysetLister }
ServicesEdgeCacheKeysetInformer provides access to a shared informer and lister for ServicesEdgeCacheKeysets.
type ServicesEdgeCacheOriginInformer ¶ added in v0.4.0
type ServicesEdgeCacheOriginInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesEdgeCacheOriginLister }
ServicesEdgeCacheOriginInformer provides access to a shared informer and lister for ServicesEdgeCacheOrigins.
type ServicesEdgeCacheServiceInformer ¶ added in v0.4.0
type ServicesEdgeCacheServiceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicesEdgeCacheServiceLister }
ServicesEdgeCacheServiceInformer provides access to a shared informer and lister for ServicesEdgeCacheServices.