Documentation ¶
Index ¶
- func NewAccessStrategyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAddressPoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCustomLineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAccessStrategyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAddressPoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCustomLineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDomainInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGtmInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMonitorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRecordInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGtmInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMonitorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRecordInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AccessStrategyInformer
- type AddressPoolInformer
- type CustomLineInformer
- type DomainAttachmentInformer
- type DomainGroupInformer
- type DomainInformer
- type GtmInstanceInformer
- type InstanceInformer
- type Interface
- type MonitorConfigInformer
- type RecordInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccessStrategyInformer ¶ added in v0.5.0
func NewAccessStrategyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAccessStrategyInformer constructs a new informer for AccessStrategy 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 NewAddressPoolInformer ¶ added in v0.5.0
func NewAddressPoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAddressPoolInformer constructs a new informer for AddressPool 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 NewCustomLineInformer ¶ added in v0.5.0
func NewCustomLineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCustomLineInformer constructs a new informer for CustomLine 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 NewDomainAttachmentInformer ¶
func NewDomainAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainAttachmentInformer constructs a new informer for DomainAttachment 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 NewDomainGroupInformer ¶
func NewDomainGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDomainGroupInformer constructs a new informer for DomainGroup 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 NewFilteredAccessStrategyInformer ¶ added in v0.5.0
func NewFilteredAccessStrategyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAccessStrategyInformer constructs a new informer for AccessStrategy 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 NewFilteredAddressPoolInformer ¶ added in v0.5.0
func NewFilteredAddressPoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAddressPoolInformer constructs a new informer for AddressPool 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 NewFilteredCustomLineInformer ¶ added in v0.5.0
func NewFilteredCustomLineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCustomLineInformer constructs a new informer for CustomLine 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 NewFilteredDomainAttachmentInformer ¶
func NewFilteredDomainAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainAttachmentInformer constructs a new informer for DomainAttachment 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 NewFilteredDomainGroupInformer ¶
func NewFilteredDomainGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDomainGroupInformer constructs a new informer for DomainGroup 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 NewFilteredGtmInstanceInformer ¶ added in v0.5.0
func NewFilteredGtmInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGtmInstanceInformer constructs a new informer for GtmInstance 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 NewFilteredInstanceInformer ¶
func NewFilteredInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredInstanceInformer constructs a new informer for Instance 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 NewFilteredMonitorConfigInformer ¶ added in v0.5.0
func NewFilteredMonitorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMonitorConfigInformer constructs a new informer for MonitorConfig 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 NewFilteredRecordInformer ¶
func NewFilteredRecordInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRecordInformer constructs a new informer for Record 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 NewGtmInstanceInformer ¶ added in v0.5.0
func NewGtmInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGtmInstanceInformer constructs a new informer for GtmInstance 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 NewInstanceInformer ¶
func NewInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewInstanceInformer constructs a new informer for Instance 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 NewMonitorConfigInformer ¶ added in v0.5.0
func NewMonitorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMonitorConfigInformer constructs a new informer for MonitorConfig 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 NewRecordInformer ¶
func NewRecordInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRecordInformer constructs a new informer for Record 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 AccessStrategyInformer ¶ added in v0.5.0
type AccessStrategyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AccessStrategyLister }
AccessStrategyInformer provides access to a shared informer and lister for AccessStrategies.
type AddressPoolInformer ¶ added in v0.5.0
type AddressPoolInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AddressPoolLister }
AddressPoolInformer provides access to a shared informer and lister for AddressPools.
type CustomLineInformer ¶ added in v0.5.0
type CustomLineInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CustomLineLister }
CustomLineInformer provides access to a shared informer and lister for CustomLines.
type DomainAttachmentInformer ¶
type DomainAttachmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainAttachmentLister }
DomainAttachmentInformer provides access to a shared informer and lister for DomainAttachments.
type DomainGroupInformer ¶
type DomainGroupInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainGroupLister }
DomainGroupInformer provides access to a shared informer and lister for DomainGroups.
type DomainInformer ¶
type DomainInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DomainLister }
DomainInformer provides access to a shared informer and lister for Domains.
type GtmInstanceInformer ¶ added in v0.5.0
type GtmInstanceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GtmInstanceLister }
GtmInstanceInformer provides access to a shared informer and lister for GtmInstances.
type InstanceInformer ¶
type InstanceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.InstanceLister }
InstanceInformer provides access to a shared informer and lister for Instances.
type Interface ¶
type Interface interface { // AccessStrategies returns a AccessStrategyInformer. AccessStrategies() AccessStrategyInformer // AddressPools returns a AddressPoolInformer. AddressPools() AddressPoolInformer // CustomLines returns a CustomLineInformer. CustomLines() CustomLineInformer // Domains returns a DomainInformer. Domains() DomainInformer // DomainAttachments returns a DomainAttachmentInformer. DomainAttachments() DomainAttachmentInformer // DomainGroups returns a DomainGroupInformer. DomainGroups() DomainGroupInformer // GtmInstances returns a GtmInstanceInformer. GtmInstances() GtmInstanceInformer // Instances returns a InstanceInformer. Instances() InstanceInformer // MonitorConfigs returns a MonitorConfigInformer. MonitorConfigs() MonitorConfigInformer // Records returns a RecordInformer. Records() RecordInformer }
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 MonitorConfigInformer ¶ added in v0.5.0
type MonitorConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MonitorConfigLister }
MonitorConfigInformer provides access to a shared informer and lister for MonitorConfigs.
type RecordInformer ¶
type RecordInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RecordLister }
RecordInformer provides access to a shared informer and lister for Records.