Class KubernetesConfigServerProperties


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

      • KubernetesConfigServerProperties

        public KubernetesConfigServerProperties()
    • Method Detail

      • getConfigMapNamespaces

        public String getConfigMapNamespaces()
      • setConfigMapNamespaces

        public void setConfigMapNamespaces​(String configMapNamespaces)
      • getSecretsNamespaces

        public String getSecretsNamespaces()
      • setSecretsNamespaces

        public void setSecretsNamespaces​(String secretsNamespaces)