Documentation ¶
Index ¶
- func NewCiliumBGPLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumBGPLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CiliumBGPLoadBalancerIPPoolInformer
- type CiliumBGPPeeringPolicyInformer
- type CiliumEgressNATPolicyInformer
- type CiliumEndpointSliceInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCiliumBGPLoadBalancerIPPoolInformer ¶ added in v1.12.0
func NewCiliumBGPLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumBGPLoadBalancerIPPoolInformer constructs a new informer for CiliumBGPLoadBalancerIPPool 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 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 NewCiliumEgressNATPolicyInformer ¶ added in v1.10.0
func NewCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumEgressNATPolicyInformer constructs a new informer for CiliumEgressNATPolicy 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 NewFilteredCiliumBGPLoadBalancerIPPoolInformer ¶ added in v1.12.0
func NewFilteredCiliumBGPLoadBalancerIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumBGPLoadBalancerIPPoolInformer constructs a new informer for CiliumBGPLoadBalancerIPPool 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 NewFilteredCiliumEgressNATPolicyInformer ¶ added in v1.10.0
func NewFilteredCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumEgressNATPolicyInformer constructs a new informer for CiliumEgressNATPolicy 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.
Types ¶
type CiliumBGPLoadBalancerIPPoolInformer ¶ added in v1.12.0
type CiliumBGPLoadBalancerIPPoolInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumBGPLoadBalancerIPPoolLister }
CiliumBGPLoadBalancerIPPoolInformer provides access to a shared informer and lister for CiliumBGPLoadBalancerIPPools.
type CiliumBGPPeeringPolicyInformer ¶
type CiliumBGPPeeringPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumBGPPeeringPolicyLister }
CiliumBGPPeeringPolicyInformer provides access to a shared informer and lister for CiliumBGPPeeringPolicies.
type CiliumEgressNATPolicyInformer ¶ added in v1.10.0
type CiliumEgressNATPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumEgressNATPolicyLister }
CiliumEgressNATPolicyInformer provides access to a shared informer and lister for CiliumEgressNATPolicies.
type CiliumEndpointSliceInformer ¶
type CiliumEndpointSliceInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumEndpointSliceLister }
CiliumEndpointSliceInformer provides access to a shared informer and lister for CiliumEndpointSlices.
type Interface ¶
type Interface interface { // CiliumBGPLoadBalancerIPPools returns a CiliumBGPLoadBalancerIPPoolInformer. CiliumBGPLoadBalancerIPPools() CiliumBGPLoadBalancerIPPoolInformer // CiliumBGPPeeringPolicies returns a CiliumBGPPeeringPolicyInformer. CiliumBGPPeeringPolicies() CiliumBGPPeeringPolicyInformer // CiliumEgressNATPolicies returns a CiliumEgressNATPolicyInformer. CiliumEgressNATPolicies() CiliumEgressNATPolicyInformer // CiliumEndpointSlices returns a CiliumEndpointSliceInformer. CiliumEndpointSlices() CiliumEndpointSliceInformer }
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.