Interface KubernetesPropertySourceSupplier


public interface KubernetesPropertySourceSupplier
Author:
Ryan Baxter
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.springframework.core.env.MapPropertySource>
    get(io.kubernetes.client.openapi.apis.CoreV1Api coreV1Api, String name, String namespace, org.springframework.core.env.Environment environment)
     
    static List<String>
    namespaceSplitter(String namespacesString, String currentNamespace)
     
  • Method Details

    • 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)