Class Fabric8SecretsPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySource

public class Fabric8SecretsPropertySource extends org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
Kubernetes property source for secrets.
Author:
l burgazzoli, Haytham Mohamed, Isik Erhan
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
    Fabric8SecretsPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, Map<String,String> labels, boolean failFast)
     
  • Method Summary

    Methods inherited from class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource

    getSourceName, putAll, toString

    Methods inherited from class org.springframework.core.env.MapPropertySource

    containsProperty, getProperty, getPropertyNames

    Methods inherited from class org.springframework.core.env.PropertySource

    equals, getName, getSource, hashCode, named

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Fabric8SecretsPropertySource

      public Fabric8SecretsPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, Map<String,String> labels, boolean failFast)