Documentation ¶
Index ¶
- func NewDnsDomainInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDnsRuleInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDnsDomainInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDnsRuleInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type DnsDomainInformer
- type DnsRuleInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDnsDomainInformer ¶
func NewDnsDomainInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDnsDomainInformer constructs a new informer for DnsDomain 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 NewDnsRuleInformer ¶
func NewDnsRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDnsRuleInformer constructs a new informer for DnsRule 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 NewFilteredDnsDomainInformer ¶
func NewFilteredDnsDomainInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDnsDomainInformer constructs a new informer for DnsDomain 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 NewFilteredDnsRuleInformer ¶
func NewFilteredDnsRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDnsRuleInformer constructs a new informer for DnsRule 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 DnsDomainInformer ¶
type DnsDomainInformer interface { Informer() cache.SharedIndexInformer Lister() v1.DnsDomainLister }
DnsDomainInformer provides access to a shared informer and lister for DnsDomains.
type DnsRuleInformer ¶
type DnsRuleInformer interface { Informer() cache.SharedIndexInformer Lister() v1.DnsRuleLister }
DnsRuleInformer provides access to a shared informer and lister for DnsRules.
type Interface ¶
type Interface interface { // DnsDomains returns a DnsDomainInformer. DnsDomains() DnsDomainInformer // DnsRules returns a DnsRuleInformer. DnsRules() DnsRuleInformer }
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.