Documentation ¶
Index ¶
- func NewFilteredGlobalVariableInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPrivateLocationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSyntheticstestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGlobalVariableInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPrivateLocationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSyntheticstestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type GlobalVariableInformer
- type Interface
- type PrivateLocationInformer
- type SyntheticstestInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredGlobalVariableInformer ¶
func NewFilteredGlobalVariableInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGlobalVariableInformer constructs a new informer for GlobalVariable 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 NewFilteredPrivateLocationInformer ¶
func NewFilteredPrivateLocationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPrivateLocationInformer constructs a new informer for PrivateLocation 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 NewFilteredSyntheticstestInformer ¶ added in v0.4.0
func NewFilteredSyntheticstestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSyntheticstestInformer constructs a new informer for Syntheticstest 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 NewGlobalVariableInformer ¶
func NewGlobalVariableInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGlobalVariableInformer constructs a new informer for GlobalVariable 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 NewPrivateLocationInformer ¶
func NewPrivateLocationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPrivateLocationInformer constructs a new informer for PrivateLocation 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 NewSyntheticstestInformer ¶ added in v0.4.0
func NewSyntheticstestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSyntheticstestInformer constructs a new informer for Syntheticstest 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 GlobalVariableInformer ¶
type GlobalVariableInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GlobalVariableLister }
GlobalVariableInformer provides access to a shared informer and lister for GlobalVariables.
type Interface ¶
type Interface interface { // GlobalVariables returns a GlobalVariableInformer. GlobalVariables() GlobalVariableInformer // PrivateLocations returns a PrivateLocationInformer. PrivateLocations() PrivateLocationInformer // Syntheticstests returns a SyntheticstestInformer. Syntheticstests() SyntheticstestInformer }
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 PrivateLocationInformer ¶
type PrivateLocationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PrivateLocationLister }
PrivateLocationInformer provides access to a shared informer and lister for PrivateLocations.
type SyntheticstestInformer ¶ added in v0.4.0
type SyntheticstestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SyntheticstestLister }
SyntheticstestInformer provides access to a shared informer and lister for Syntheticstests.