Class KubernetesConfigServerProperties

java.lang.Object
org.springframework.cloud.kubernetes.configserver.KubernetesConfigServerProperties

@ConfigurationProperties("spring.cloud.kubernetes.configserver") public class KubernetesConfigServerProperties extends Object
Author:
Ryan Baxter
  • Constructor Details

    • KubernetesConfigServerProperties

      public KubernetesConfigServerProperties()
  • Method Details

    • getConfigMapNamespaces

      public String getConfigMapNamespaces()
    • setConfigMapNamespaces

      public void setConfigMapNamespaces(String configMapNamespaces)
    • getSecretsNamespaces

      public String getSecretsNamespaces()
    • setSecretsNamespaces

      public void setSecretsNamespaces(String secretsNamespaces)