Class SecretsPropertySourceLocator

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

public abstract class SecretsPropertySourceLocator extends Object implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
Kubernetes PropertySourceLocator for secrets.
Author:
l burgazzoli, Haytham Mohamed, wind57, Isik Erhan
  • 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 abstract org.springframework.core.env.MapPropertySource getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, SecretsConfigProperties.NormalizedSource normalizedSource, String configurationTarget)
    • putPathConfig

      protected void putPathConfig(org.springframework.core.env.CompositePropertySource composite)