Documentation ¶
Index ¶
- func NewConfigurationFeatureInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConfigurationKeyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConfigurationFeatureInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConfigurationKeyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceActiveSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceCertificateBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceCertificateOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceEnvironmentV3Informer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceHybridConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceManagedCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServicePublicCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceSlotCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceSlotVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceSourceControlTokenInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceActiveSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceCertificateBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceCertificateOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceEnvironmentV3Informer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceHybridConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceManagedCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServicePublicCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceSlotCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceSlotVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceSourceControlTokenInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ConfigurationFeatureInformer
- type ConfigurationInformer
- type ConfigurationKeyInformer
- type Interface
- type ServiceActiveSlotInformer
- type ServiceCertificateBindingInformer
- type ServiceCertificateInformer
- type ServiceCertificateOrderInformer
- type ServiceCustomHostnameBindingInformer
- type ServiceEnvironmentInformer
- type ServiceEnvironmentV3Informer
- type ServiceHybridConnectionInformer
- type ServiceInformer
- type ServiceManagedCertificateInformer
- type ServicePlanInformer
- type ServicePublicCertificateInformer
- type ServiceSlotCustomHostnameBindingInformer
- type ServiceSlotInformer
- type ServiceSlotVirtualNetworkSwiftConnectionInformer
- type ServiceSourceControlTokenInformer
- type ServiceVirtualNetworkSwiftConnectionInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigurationFeatureInformer ¶ added in v0.5.0
func NewConfigurationFeatureInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConfigurationFeatureInformer constructs a new informer for ConfigurationFeature 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 NewConfigurationInformer ¶
func NewConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConfigurationInformer constructs a new informer for Configuration 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 NewConfigurationKeyInformer ¶ added in v0.5.0
func NewConfigurationKeyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConfigurationKeyInformer constructs a new informer for ConfigurationKey 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 NewFilteredConfigurationFeatureInformer ¶ added in v0.5.0
func NewFilteredConfigurationFeatureInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConfigurationFeatureInformer constructs a new informer for ConfigurationFeature 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 NewFilteredConfigurationInformer ¶
func NewFilteredConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConfigurationInformer constructs a new informer for Configuration 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 NewFilteredConfigurationKeyInformer ¶ added in v0.5.0
func NewFilteredConfigurationKeyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConfigurationKeyInformer constructs a new informer for ConfigurationKey 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 NewFilteredServiceActiveSlotInformer ¶
func NewFilteredServiceActiveSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceActiveSlotInformer constructs a new informer for ServiceActiveSlot 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 NewFilteredServiceCertificateBindingInformer ¶
func NewFilteredServiceCertificateBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceCertificateBindingInformer constructs a new informer for ServiceCertificateBinding 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 NewFilteredServiceCertificateInformer ¶
func NewFilteredServiceCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceCertificateInformer constructs a new informer for ServiceCertificate 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 NewFilteredServiceCertificateOrderInformer ¶
func NewFilteredServiceCertificateOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceCertificateOrderInformer constructs a new informer for ServiceCertificateOrder 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 NewFilteredServiceCustomHostnameBindingInformer ¶
func NewFilteredServiceCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceCustomHostnameBindingInformer constructs a new informer for ServiceCustomHostnameBinding 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 NewFilteredServiceEnvironmentInformer ¶
func NewFilteredServiceEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceEnvironmentInformer constructs a new informer for ServiceEnvironment 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 NewFilteredServiceEnvironmentV3Informer ¶
func NewFilteredServiceEnvironmentV3Informer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceEnvironmentV3Informer constructs a new informer for ServiceEnvironmentV3 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 NewFilteredServiceHybridConnectionInformer ¶
func NewFilteredServiceHybridConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceHybridConnectionInformer constructs a new informer for ServiceHybridConnection 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 NewFilteredServiceInformer ¶
func NewFilteredServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceInformer constructs a new informer for Service 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 NewFilteredServiceManagedCertificateInformer ¶
func NewFilteredServiceManagedCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceManagedCertificateInformer constructs a new informer for ServiceManagedCertificate 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 NewFilteredServicePlanInformer ¶
func NewFilteredServicePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicePlanInformer constructs a new informer for ServicePlan 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 NewFilteredServicePublicCertificateInformer ¶ added in v0.5.0
func NewFilteredServicePublicCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServicePublicCertificateInformer constructs a new informer for ServicePublicCertificate 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 NewFilteredServiceSlotCustomHostnameBindingInformer ¶ added in v0.5.0
func NewFilteredServiceSlotCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceSlotCustomHostnameBindingInformer constructs a new informer for ServiceSlotCustomHostnameBinding 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 NewFilteredServiceSlotInformer ¶
func NewFilteredServiceSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceSlotInformer constructs a new informer for ServiceSlot 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 NewFilteredServiceSlotVirtualNetworkSwiftConnectionInformer ¶
func NewFilteredServiceSlotVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceSlotVirtualNetworkSwiftConnectionInformer constructs a new informer for ServiceSlotVirtualNetworkSwiftConnection 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 NewFilteredServiceSourceControlTokenInformer ¶
func NewFilteredServiceSourceControlTokenInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceSourceControlTokenInformer constructs a new informer for ServiceSourceControlToken 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 NewFilteredServiceVirtualNetworkSwiftConnectionInformer ¶
func NewFilteredServiceVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceVirtualNetworkSwiftConnectionInformer constructs a new informer for ServiceVirtualNetworkSwiftConnection 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 NewServiceActiveSlotInformer ¶
func NewServiceActiveSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceActiveSlotInformer constructs a new informer for ServiceActiveSlot 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 NewServiceCertificateBindingInformer ¶
func NewServiceCertificateBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceCertificateBindingInformer constructs a new informer for ServiceCertificateBinding 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 NewServiceCertificateInformer ¶
func NewServiceCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceCertificateInformer constructs a new informer for ServiceCertificate 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 NewServiceCertificateOrderInformer ¶
func NewServiceCertificateOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceCertificateOrderInformer constructs a new informer for ServiceCertificateOrder 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 NewServiceCustomHostnameBindingInformer ¶
func NewServiceCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceCustomHostnameBindingInformer constructs a new informer for ServiceCustomHostnameBinding 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 NewServiceEnvironmentInformer ¶
func NewServiceEnvironmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceEnvironmentInformer constructs a new informer for ServiceEnvironment 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 NewServiceEnvironmentV3Informer ¶
func NewServiceEnvironmentV3Informer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceEnvironmentV3Informer constructs a new informer for ServiceEnvironmentV3 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 NewServiceHybridConnectionInformer ¶
func NewServiceHybridConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceHybridConnectionInformer constructs a new informer for ServiceHybridConnection 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 NewServiceInformer ¶
func NewServiceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceInformer constructs a new informer for Service 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 NewServiceManagedCertificateInformer ¶
func NewServiceManagedCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceManagedCertificateInformer constructs a new informer for ServiceManagedCertificate 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 NewServicePlanInformer ¶
func NewServicePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicePlanInformer constructs a new informer for ServicePlan 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 NewServicePublicCertificateInformer ¶ added in v0.5.0
func NewServicePublicCertificateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServicePublicCertificateInformer constructs a new informer for ServicePublicCertificate 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 NewServiceSlotCustomHostnameBindingInformer ¶ added in v0.5.0
func NewServiceSlotCustomHostnameBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceSlotCustomHostnameBindingInformer constructs a new informer for ServiceSlotCustomHostnameBinding 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 NewServiceSlotInformer ¶
func NewServiceSlotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceSlotInformer constructs a new informer for ServiceSlot 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 NewServiceSlotVirtualNetworkSwiftConnectionInformer ¶
func NewServiceSlotVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceSlotVirtualNetworkSwiftConnectionInformer constructs a new informer for ServiceSlotVirtualNetworkSwiftConnection 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 NewServiceSourceControlTokenInformer ¶
func NewServiceSourceControlTokenInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceSourceControlTokenInformer constructs a new informer for ServiceSourceControlToken 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 NewServiceVirtualNetworkSwiftConnectionInformer ¶
func NewServiceVirtualNetworkSwiftConnectionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceVirtualNetworkSwiftConnectionInformer constructs a new informer for ServiceVirtualNetworkSwiftConnection 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 ConfigurationFeatureInformer ¶ added in v0.5.0
type ConfigurationFeatureInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConfigurationFeatureLister }
ConfigurationFeatureInformer provides access to a shared informer and lister for ConfigurationFeatures.
type ConfigurationInformer ¶
type ConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConfigurationLister }
ConfigurationInformer provides access to a shared informer and lister for Configurations.
type ConfigurationKeyInformer ¶ added in v0.5.0
type ConfigurationKeyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConfigurationKeyLister }
ConfigurationKeyInformer provides access to a shared informer and lister for ConfigurationKeys.
type Interface ¶
type Interface interface { // Configurations returns a ConfigurationInformer. Configurations() ConfigurationInformer // ConfigurationFeatures returns a ConfigurationFeatureInformer. ConfigurationFeatures() ConfigurationFeatureInformer // ConfigurationKeys returns a ConfigurationKeyInformer. ConfigurationKeys() ConfigurationKeyInformer // Services returns a ServiceInformer. Services() ServiceInformer // ServiceActiveSlots returns a ServiceActiveSlotInformer. ServiceActiveSlots() ServiceActiveSlotInformer // ServiceCertificates returns a ServiceCertificateInformer. ServiceCertificates() ServiceCertificateInformer // ServiceCertificateBindings returns a ServiceCertificateBindingInformer. ServiceCertificateBindings() ServiceCertificateBindingInformer // ServiceCertificateOrders returns a ServiceCertificateOrderInformer. ServiceCertificateOrders() ServiceCertificateOrderInformer // ServiceCustomHostnameBindings returns a ServiceCustomHostnameBindingInformer. ServiceCustomHostnameBindings() ServiceCustomHostnameBindingInformer // ServiceEnvironments returns a ServiceEnvironmentInformer. ServiceEnvironments() ServiceEnvironmentInformer // ServiceEnvironmentV3s returns a ServiceEnvironmentV3Informer. ServiceEnvironmentV3s() ServiceEnvironmentV3Informer // ServiceHybridConnections returns a ServiceHybridConnectionInformer. ServiceHybridConnections() ServiceHybridConnectionInformer // ServiceManagedCertificates returns a ServiceManagedCertificateInformer. ServiceManagedCertificates() ServiceManagedCertificateInformer // ServicePlans returns a ServicePlanInformer. ServicePlans() ServicePlanInformer // ServicePublicCertificates returns a ServicePublicCertificateInformer. ServicePublicCertificates() ServicePublicCertificateInformer // ServiceSlots returns a ServiceSlotInformer. ServiceSlots() ServiceSlotInformer // ServiceSlotCustomHostnameBindings returns a ServiceSlotCustomHostnameBindingInformer. ServiceSlotCustomHostnameBindings() ServiceSlotCustomHostnameBindingInformer // ServiceSlotVirtualNetworkSwiftConnections returns a ServiceSlotVirtualNetworkSwiftConnectionInformer. ServiceSlotVirtualNetworkSwiftConnections() ServiceSlotVirtualNetworkSwiftConnectionInformer // ServiceSourceControlTokens returns a ServiceSourceControlTokenInformer. ServiceSourceControlTokens() ServiceSourceControlTokenInformer // ServiceVirtualNetworkSwiftConnections returns a ServiceVirtualNetworkSwiftConnectionInformer. ServiceVirtualNetworkSwiftConnections() ServiceVirtualNetworkSwiftConnectionInformer }
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 ServiceActiveSlotInformer ¶
type ServiceActiveSlotInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceActiveSlotLister }
ServiceActiveSlotInformer provides access to a shared informer and lister for ServiceActiveSlots.
type ServiceCertificateBindingInformer ¶
type ServiceCertificateBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceCertificateBindingLister }
ServiceCertificateBindingInformer provides access to a shared informer and lister for ServiceCertificateBindings.
type ServiceCertificateInformer ¶
type ServiceCertificateInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceCertificateLister }
ServiceCertificateInformer provides access to a shared informer and lister for ServiceCertificates.
type ServiceCertificateOrderInformer ¶
type ServiceCertificateOrderInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceCertificateOrderLister }
ServiceCertificateOrderInformer provides access to a shared informer and lister for ServiceCertificateOrders.
type ServiceCustomHostnameBindingInformer ¶
type ServiceCustomHostnameBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceCustomHostnameBindingLister }
ServiceCustomHostnameBindingInformer provides access to a shared informer and lister for ServiceCustomHostnameBindings.
type ServiceEnvironmentInformer ¶
type ServiceEnvironmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceEnvironmentLister }
ServiceEnvironmentInformer provides access to a shared informer and lister for ServiceEnvironments.
type ServiceEnvironmentV3Informer ¶
type ServiceEnvironmentV3Informer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceEnvironmentV3Lister }
ServiceEnvironmentV3Informer provides access to a shared informer and lister for ServiceEnvironmentV3s.
type ServiceHybridConnectionInformer ¶
type ServiceHybridConnectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceHybridConnectionLister }
ServiceHybridConnectionInformer provides access to a shared informer and lister for ServiceHybridConnections.
type ServiceInformer ¶
type ServiceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceLister }
ServiceInformer provides access to a shared informer and lister for Services.
type ServiceManagedCertificateInformer ¶
type ServiceManagedCertificateInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceManagedCertificateLister }
ServiceManagedCertificateInformer provides access to a shared informer and lister for ServiceManagedCertificates.
type ServicePlanInformer ¶
type ServicePlanInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicePlanLister }
ServicePlanInformer provides access to a shared informer and lister for ServicePlans.
type ServicePublicCertificateInformer ¶ added in v0.5.0
type ServicePublicCertificateInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServicePublicCertificateLister }
ServicePublicCertificateInformer provides access to a shared informer and lister for ServicePublicCertificates.
type ServiceSlotCustomHostnameBindingInformer ¶ added in v0.5.0
type ServiceSlotCustomHostnameBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceSlotCustomHostnameBindingLister }
ServiceSlotCustomHostnameBindingInformer provides access to a shared informer and lister for ServiceSlotCustomHostnameBindings.
type ServiceSlotInformer ¶
type ServiceSlotInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceSlotLister }
ServiceSlotInformer provides access to a shared informer and lister for ServiceSlots.
type ServiceSlotVirtualNetworkSwiftConnectionInformer ¶
type ServiceSlotVirtualNetworkSwiftConnectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceSlotVirtualNetworkSwiftConnectionLister }
ServiceSlotVirtualNetworkSwiftConnectionInformer provides access to a shared informer and lister for ServiceSlotVirtualNetworkSwiftConnections.
type ServiceSourceControlTokenInformer ¶
type ServiceSourceControlTokenInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceSourceControlTokenLister }
ServiceSourceControlTokenInformer provides access to a shared informer and lister for ServiceSourceControlTokens.
type ServiceVirtualNetworkSwiftConnectionInformer ¶
type ServiceVirtualNetworkSwiftConnectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceVirtualNetworkSwiftConnectionLister }
ServiceVirtualNetworkSwiftConnectionInformer provides access to a shared informer and lister for ServiceVirtualNetworkSwiftConnections.
Source Files ¶
- configuration.go
- configurationfeature.go
- configurationkey.go
- interface.go
- service.go
- serviceactiveslot.go
- servicecertificate.go
- servicecertificatebinding.go
- servicecertificateorder.go
- servicecustomhostnamebinding.go
- serviceenvironment.go
- serviceenvironmentv3.go
- servicehybridconnection.go
- servicemanagedcertificate.go
- serviceplan.go
- servicepubliccertificate.go
- serviceslot.go
- serviceslotcustomhostnamebinding.go
- serviceslotvirtualnetworkswiftconnection.go
- servicesourcecontroltoken.go
- servicevirtualnetworkswiftconnection.go