Documentation ¶
Index ¶
- func NewCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCiliumEgressNATPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CiliumEgressNATPolicyInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 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.
Types ¶
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 Interface ¶
type Interface interface { // CiliumEgressNATPolicies returns a CiliumEgressNATPolicyInformer. CiliumEgressNATPolicies() CiliumEgressNATPolicyInformer }
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.