Class ConfigDataRetryableSecretsPropertySourceLocator

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator

public class ConfigDataRetryableSecretsPropertySourceLocator extends SecretsPropertySourceLocator
SecretsPropertySourceLocator for when retry is enabled.
Author:
Ryan Baxter
  • Field Details

  • Constructor Details

  • Method Details

    • locate

      public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment)
      Specified by:
      locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
    • locateCollection

      public Collection<org.springframework.core.env.PropertySource<?>> locateCollection(org.springframework.core.env.Environment environment)
      Specified by:
      locateCollection in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
    • getPropertySource

      protected org.springframework.core.env.MapPropertySource getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType)
    • getSecretsPropertySourceLocator

      public SecretsPropertySourceLocator getSecretsPropertySourceLocator()
    • setSecretsPropertySourceLocator

      public void setSecretsPropertySourceLocator(SecretsPropertySourceLocator secretsPropertySourceLocator)