Class SecretsPropertySourceLocator

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

public abstract class SecretsPropertySourceLocator extends Object
Kubernetes PropertySourceLocator for secrets.
Author:
l burgazzoli, Haytham Mohamed, wind57, Isik Erhan
  • Field Details

  • Constructor Details

  • Method Details

    • getPropertySource

      protected abstract org.springframework.core.env.MapPropertySource getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType)
    • 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