Class Fabric8ConfigUtils
java.lang.Object
org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigUtils
Utility class that works with configuration properties.
- Author:
- Ioannis Canellos
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetApplicationNamespace(io.fabric8.kubernetes.client.KubernetesClient client, String namespace) Deprecated.static StringgetApplicationNamespace(io.fabric8.kubernetes.client.KubernetesClient client, String namespace, String configurationTarget) Deprecated.
-
Method Details
-
getApplicationNamespace
@Deprecated public static String getApplicationNamespace(io.fabric8.kubernetes.client.KubernetesClient client, String namespace, String configurationTarget) Deprecated. -
getApplicationNamespace
@Deprecated public static String getApplicationNamespace(io.fabric8.kubernetes.client.KubernetesClient client, String namespace) Deprecated.
-