Documentation ¶
Index ¶
- func NewDomainConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainNewInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainNewInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRealTimeLogDeliveryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRealTimeLogDeliveryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type DomainConfigInformer
- type DomainInformer
- type DomainNewInformer
- type Interface
- type RealTimeLogDeliveryInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDomainConfigInformer ¶
func NewDomainConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainConfigInformer constructs a new informer for DomainConfig 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 NewDomainInformer ¶
func NewDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainInformer constructs a new informer for Domain 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 NewDomainNewInformer ¶
func NewDomainNewInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainNewInformer constructs a new informer for DomainNew 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 NewFilteredDomainConfigInformer ¶
func NewFilteredDomainConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainConfigInformer constructs a new informer for DomainConfig 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 NewFilteredDomainInformer ¶
func NewFilteredDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainInformer constructs a new informer for Domain 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 NewFilteredDomainNewInformer ¶
func NewFilteredDomainNewInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainNewInformer constructs a new informer for DomainNew 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 NewFilteredRealTimeLogDeliveryInformer ¶ added in v0.4.0
func NewFilteredRealTimeLogDeliveryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRealTimeLogDeliveryInformer constructs a new informer for RealTimeLogDelivery 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 NewRealTimeLogDeliveryInformer ¶ added in v0.4.0
func NewRealTimeLogDeliveryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRealTimeLogDeliveryInformer constructs a new informer for RealTimeLogDelivery 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 DomainConfigInformer ¶
type DomainConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainConfigLister }
DomainConfigInformer provides access to a shared informer and lister for DomainConfigs.
type DomainInformer ¶
type DomainInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainLister }
DomainInformer provides access to a shared informer and lister for Domains.
type DomainNewInformer ¶
type DomainNewInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainNewLister }
DomainNewInformer provides access to a shared informer and lister for DomainNews.
type Interface ¶
type Interface interface { // Domains returns a DomainInformer. Domains() DomainInformer // DomainConfigs returns a DomainConfigInformer. DomainConfigs() DomainConfigInformer // DomainNews returns a DomainNewInformer. DomainNews() DomainNewInformer // RealTimeLogDeliveries returns a RealTimeLogDeliveryInformer. RealTimeLogDeliveries() RealTimeLogDeliveryInformer }
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.
type RealTimeLogDeliveryInformer ¶ added in v0.4.0
type RealTimeLogDeliveryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RealTimeLogDeliveryLister }
RealTimeLogDeliveryInformer provides access to a shared informer and lister for RealTimeLogDeliveries.