Documentation ¶
Index ¶
- func NewApplicationServerCustomImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApplicationServerFirewallRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApplicationServerInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApplicationServerSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationServerCustomImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationServerFirewallRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationServerInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationServerSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ApplicationServerCustomImageInformer
- type ApplicationServerFirewallRuleInformer
- type ApplicationServerInstanceInformer
- type ApplicationServerSnapshotInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplicationServerCustomImageInformer ¶ added in v0.5.0
func NewApplicationServerCustomImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationServerCustomImageInformer constructs a new informer for ApplicationServerCustomImage 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 NewApplicationServerFirewallRuleInformer ¶ added in v0.5.0
func NewApplicationServerFirewallRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationServerFirewallRuleInformer constructs a new informer for ApplicationServerFirewallRule 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 NewApplicationServerInstanceInformer ¶
func NewApplicationServerInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationServerInstanceInformer constructs a new informer for ApplicationServerInstance 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 NewApplicationServerSnapshotInformer ¶ added in v0.5.0
func NewApplicationServerSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationServerSnapshotInformer constructs a new informer for ApplicationServerSnapshot 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 NewFilteredApplicationServerCustomImageInformer ¶ added in v0.5.0
func NewFilteredApplicationServerCustomImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationServerCustomImageInformer constructs a new informer for ApplicationServerCustomImage 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 NewFilteredApplicationServerFirewallRuleInformer ¶ added in v0.5.0
func NewFilteredApplicationServerFirewallRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationServerFirewallRuleInformer constructs a new informer for ApplicationServerFirewallRule 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 NewFilteredApplicationServerInstanceInformer ¶
func NewFilteredApplicationServerInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationServerInstanceInformer constructs a new informer for ApplicationServerInstance 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 NewFilteredApplicationServerSnapshotInformer ¶ added in v0.5.0
func NewFilteredApplicationServerSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationServerSnapshotInformer constructs a new informer for ApplicationServerSnapshot 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 ApplicationServerCustomImageInformer ¶ added in v0.5.0
type ApplicationServerCustomImageInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ApplicationServerCustomImageLister }
ApplicationServerCustomImageInformer provides access to a shared informer and lister for ApplicationServerCustomImages.
type ApplicationServerFirewallRuleInformer ¶ added in v0.5.0
type ApplicationServerFirewallRuleInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ApplicationServerFirewallRuleLister }
ApplicationServerFirewallRuleInformer provides access to a shared informer and lister for ApplicationServerFirewallRules.
type ApplicationServerInstanceInformer ¶
type ApplicationServerInstanceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ApplicationServerInstanceLister }
ApplicationServerInstanceInformer provides access to a shared informer and lister for ApplicationServerInstances.
type ApplicationServerSnapshotInformer ¶ added in v0.5.0
type ApplicationServerSnapshotInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ApplicationServerSnapshotLister }
ApplicationServerSnapshotInformer provides access to a shared informer and lister for ApplicationServerSnapshots.
type Interface ¶
type Interface interface { // ApplicationServerCustomImages returns a ApplicationServerCustomImageInformer. ApplicationServerCustomImages() ApplicationServerCustomImageInformer // ApplicationServerFirewallRules returns a ApplicationServerFirewallRuleInformer. ApplicationServerFirewallRules() ApplicationServerFirewallRuleInformer // ApplicationServerInstances returns a ApplicationServerInstanceInformer. ApplicationServerInstances() ApplicationServerInstanceInformer // ApplicationServerSnapshots returns a ApplicationServerSnapshotInformer. ApplicationServerSnapshots() ApplicationServerSnapshotInformer }
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.