Uses of Class
org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySourceLocator
Packages that use Fabric8SecretsPropertySourceLocator
Package
Description
-
Uses of Fabric8SecretsPropertySourceLocator in org.springframework.cloud.kubernetes.fabric8.config
Methods in org.springframework.cloud.kubernetes.fabric8.config that return Fabric8SecretsPropertySourceLocatorModifier and TypeMethodDescriptionFabric8BootstrapConfiguration.secretsPropertySourceLocator(org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties properties, io.fabric8.kubernetes.client.KubernetesClient client, org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider provider) Fabric8RetryBootstrapConfiguration.secretsPropertySourceLocator(org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties properties, io.fabric8.kubernetes.client.KubernetesClient client, org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider provider) -
Uses of Fabric8SecretsPropertySourceLocator in org.springframework.cloud.kubernetes.fabric8.config.reload
Methods in org.springframework.cloud.kubernetes.fabric8.config.reload with parameters of type Fabric8SecretsPropertySourceLocatorModifier and TypeMethodDescriptionorg.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetectorConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.secretsPropertyChangeEventWatcher(org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy strategy, Fabric8SecretsPropertySourceLocator fabric8SecretsPropertySourceLocator) Event Based secrets ConfigurationChangeDetector.org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetectorConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans.secretsPropertyChangeEventWatcher(org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy strategy, Fabric8SecretsPropertySourceLocator fabric8SecretsPropertySourceLocator) Event Based secrets ConfigurationChangeDetector.org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetectorConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.secretsPropertyChangePollingWatcher(org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy strategy, Fabric8SecretsPropertySourceLocator fabric8SecretsPropertySourceLocator, org.springframework.cloud.commons.util.TaskSchedulerWrapper taskScheduler) Polling secrets ConfigurationChangeDetector.org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetectorConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans.secretsPropertyChangePollingWatcher(org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy strategy, Fabric8SecretsPropertySourceLocator fabric8SecretsPropertySourceLocator, org.springframework.cloud.commons.util.TaskSchedulerWrapper taskScheduler) Polling secrets ConfigurationChangeDetector.Constructors in org.springframework.cloud.kubernetes.fabric8.config.reload with parameters of type Fabric8SecretsPropertySourceLocatorModifierConstructorDescriptionEventBasedSecretsChangeDetector(org.springframework.core.env.AbstractEnvironment environment, org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, io.fabric8.kubernetes.client.KubernetesClient kubernetesClient, org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy strategy, Fabric8SecretsPropertySourceLocator fabric8SecretsPropertySourceLocator)