Interface KubernetesPropertySourceSupplier


  • public interface KubernetesPropertySourceSupplier
    Author:
    Ryan Baxter
    • Method Detail

      • get

        List<org.springframework.core.env.MapPropertySource> get​(io.kubernetes.client.openapi.apis.CoreV1Api coreV1Api,
                                                                 String name,
                                                                 String namespace,
                                                                 org.springframework.core.env.Environment environment)
      • namespaceSplitter

        static List<String> namespaceSplitter​(String namespacesString,
                                              String currentNamespace)