Documentation
¶
Index ¶
- func NewCustomHTTPSConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCustomHTTPSConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFirewallPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFrontdoorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFirewallPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFrontdoorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CustomHTTPSConfigurationInformer
- type FirewallPolicyInformer
- type FrontdoorInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomHTTPSConfigurationInformer ¶
func NewCustomHTTPSConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCustomHTTPSConfigurationInformer constructs a new informer for CustomHTTPSConfiguration 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 NewFilteredCustomHTTPSConfigurationInformer ¶
func NewFilteredCustomHTTPSConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCustomHTTPSConfigurationInformer constructs a new informer for CustomHTTPSConfiguration 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 NewFilteredFirewallPolicyInformer ¶
func NewFilteredFirewallPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFirewallPolicyInformer constructs a new informer for FirewallPolicy 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 NewFilteredFrontdoorInformer ¶
func NewFilteredFrontdoorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFrontdoorInformer constructs a new informer for Frontdoor 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 NewFirewallPolicyInformer ¶
func NewFirewallPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFirewallPolicyInformer constructs a new informer for FirewallPolicy 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 NewFrontdoorInformer ¶
func NewFrontdoorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFrontdoorInformer constructs a new informer for Frontdoor 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 CustomHTTPSConfigurationInformer ¶
type CustomHTTPSConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CustomHTTPSConfigurationLister }
CustomHTTPSConfigurationInformer provides access to a shared informer and lister for CustomHTTPSConfigurations.
type FirewallPolicyInformer ¶
type FirewallPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.FirewallPolicyLister }
FirewallPolicyInformer provides access to a shared informer and lister for FirewallPolicies.
type FrontdoorInformer ¶
type FrontdoorInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.FrontdoorLister }
FrontdoorInformer provides access to a shared informer and lister for Frontdoors.
type Interface ¶
type Interface interface { // CustomHTTPSConfigurations returns a CustomHTTPSConfigurationInformer. CustomHTTPSConfigurations() CustomHTTPSConfigurationInformer // FirewallPolicies returns a FirewallPolicyInformer. FirewallPolicies() FirewallPolicyInformer // Frontdoors returns a FrontdoorInformer. Frontdoors() FrontdoorInformer }
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.