Documentation ¶
Index ¶
- func NewCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumNodeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumNodeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CiliumBGPPeeringPolicyInformer
- type CiliumEndpointSliceInformer
- type CiliumLoadBalancerIPPoolInformer
- type CiliumNodeConfigInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCiliumBGPPeeringPolicyInformer ¶
func NewCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumBGPPeeringPolicyInformer constructs a new informer for CiliumBGPPeeringPolicy 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 NewCiliumEndpointSliceInformer ¶
func NewCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumEndpointSliceInformer constructs a new informer for CiliumEndpointSlice 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 NewCiliumLoadBalancerIPPoolInformer ¶
func NewCiliumLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumLoadBalancerIPPoolInformer constructs a new informer for CiliumLoadBalancerIPPool 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 NewCiliumNodeConfigInformer ¶
func NewCiliumNodeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumNodeConfigInformer constructs a new informer for CiliumNodeConfig 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 NewFilteredCiliumBGPPeeringPolicyInformer ¶
func NewFilteredCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumBGPPeeringPolicyInformer constructs a new informer for CiliumBGPPeeringPolicy 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 NewFilteredCiliumEndpointSliceInformer ¶
func NewFilteredCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumEndpointSliceInformer constructs a new informer for CiliumEndpointSlice 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 NewFilteredCiliumLoadBalancerIPPoolInformer ¶
func NewFilteredCiliumLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumLoadBalancerIPPoolInformer constructs a new informer for CiliumLoadBalancerIPPool 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 NewFilteredCiliumNodeConfigInformer ¶
func NewFilteredCiliumNodeConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumNodeConfigInformer constructs a new informer for CiliumNodeConfig 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 CiliumBGPPeeringPolicyInformer ¶
type CiliumBGPPeeringPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumBGPPeeringPolicyLister }
CiliumBGPPeeringPolicyInformer provides access to a shared informer and lister for CiliumBGPPeeringPolicies.
type CiliumEndpointSliceInformer ¶
type CiliumEndpointSliceInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumEndpointSliceLister }
CiliumEndpointSliceInformer provides access to a shared informer and lister for CiliumEndpointSlices.
type CiliumLoadBalancerIPPoolInformer ¶
type CiliumLoadBalancerIPPoolInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumLoadBalancerIPPoolLister }
CiliumLoadBalancerIPPoolInformer provides access to a shared informer and lister for CiliumLoadBalancerIPPools.
type CiliumNodeConfigInformer ¶
type CiliumNodeConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumNodeConfigLister }
CiliumNodeConfigInformer provides access to a shared informer and lister for CiliumNodeConfigs.
type Interface ¶
type Interface interface { // CiliumBGPPeeringPolicies returns a CiliumBGPPeeringPolicyInformer. CiliumBGPPeeringPolicies() CiliumBGPPeeringPolicyInformer // CiliumEndpointSlices returns a CiliumEndpointSliceInformer. CiliumEndpointSlices() CiliumEndpointSliceInformer // CiliumLoadBalancerIPPools returns a CiliumLoadBalancerIPPoolInformer. CiliumLoadBalancerIPPools() CiliumLoadBalancerIPPoolInformer // CiliumNodeConfigs returns a CiliumNodeConfigInformer. CiliumNodeConfigs() CiliumNodeConfigInformer }
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.