Documentation ¶
Index ¶
- func NewCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumCIDRGroupInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCiliumL2AnnouncementPolicyInformer(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 NewCiliumPodIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumBGPPeeringPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumCIDRGroupInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumEndpointSliceInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumL2AnnouncementPolicyInformer(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
- func NewFilteredCiliumPodIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CiliumBGPPeeringPolicyInformer
- type CiliumCIDRGroupInformer
- type CiliumEndpointSliceInformer
- type CiliumL2AnnouncementPolicyInformer
- type CiliumLoadBalancerIPPoolInformer
- type CiliumNodeConfigInformer
- type CiliumPodIPPoolInformer
- 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 NewCiliumCIDRGroupInformer ¶
func NewCiliumCIDRGroupInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumCIDRGroupInformer constructs a new informer for CiliumCIDRGroup 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 NewCiliumL2AnnouncementPolicyInformer ¶
func NewCiliumL2AnnouncementPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumL2AnnouncementPolicyInformer constructs a new informer for CiliumL2AnnouncementPolicy 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 NewCiliumPodIPPoolInformer ¶
func NewCiliumPodIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCiliumPodIPPoolInformer constructs a new informer for CiliumPodIPPool 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 NewFilteredCiliumCIDRGroupInformer ¶
func NewFilteredCiliumCIDRGroupInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumCIDRGroupInformer constructs a new informer for CiliumCIDRGroup 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 NewFilteredCiliumL2AnnouncementPolicyInformer ¶
func NewFilteredCiliumL2AnnouncementPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumL2AnnouncementPolicyInformer constructs a new informer for CiliumL2AnnouncementPolicy 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.
func NewFilteredCiliumPodIPPoolInformer ¶
func NewFilteredCiliumPodIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCiliumPodIPPoolInformer constructs a new informer for CiliumPodIPPool 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 CiliumCIDRGroupInformer ¶
type CiliumCIDRGroupInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumCIDRGroupLister }
CiliumCIDRGroupInformer provides access to a shared informer and lister for CiliumCIDRGroups.
type CiliumEndpointSliceInformer ¶
type CiliumEndpointSliceInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumEndpointSliceLister }
CiliumEndpointSliceInformer provides access to a shared informer and lister for CiliumEndpointSlices.
type CiliumL2AnnouncementPolicyInformer ¶
type CiliumL2AnnouncementPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumL2AnnouncementPolicyLister }
CiliumL2AnnouncementPolicyInformer provides access to a shared informer and lister for CiliumL2AnnouncementPolicies.
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 CiliumPodIPPoolInformer ¶
type CiliumPodIPPoolInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.CiliumPodIPPoolLister }
CiliumPodIPPoolInformer provides access to a shared informer and lister for CiliumPodIPPools.
type Interface ¶
type Interface interface { // CiliumBGPPeeringPolicies returns a CiliumBGPPeeringPolicyInformer. CiliumBGPPeeringPolicies() CiliumBGPPeeringPolicyInformer // CiliumCIDRGroups returns a CiliumCIDRGroupInformer. CiliumCIDRGroups() CiliumCIDRGroupInformer // CiliumEndpointSlices returns a CiliumEndpointSliceInformer. CiliumEndpointSlices() CiliumEndpointSliceInformer // CiliumL2AnnouncementPolicies returns a CiliumL2AnnouncementPolicyInformer. CiliumL2AnnouncementPolicies() CiliumL2AnnouncementPolicyInformer // CiliumLoadBalancerIPPools returns a CiliumLoadBalancerIPPoolInformer. CiliumLoadBalancerIPPools() CiliumLoadBalancerIPPoolInformer // CiliumNodeConfigs returns a CiliumNodeConfigInformer. CiliumNodeConfigs() CiliumNodeConfigInformer // CiliumPodIPPools returns a CiliumPodIPPoolInformer. CiliumPodIPPools() CiliumPodIPPoolInformer }
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.