v1

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL