Class KubernetesClientProfileEnvironmentPostProcessor
java.lang.Object
org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
org.springframework.cloud.kubernetes.client.profile.KubernetesClientProfileEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class KubernetesClientProfileEnvironmentPostProcessor
extends org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- Author:
- Ryan Baxter, Thomas Vitale
-
Field Summary
Fields inherited from class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
KUBERNETES_PROFILE, NAMESPACE_PROPERTYFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisInsideKubernetes(org.springframework.core.env.Environment environment) Methods inherited from class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
getOrder, postProcessEnvironment
-
Constructor Details
-
KubernetesClientProfileEnvironmentPostProcessor
public KubernetesClientProfileEnvironmentPostProcessor()
-
-
Method Details
-
isInsideKubernetes
protected boolean isInsideKubernetes(org.springframework.core.env.Environment environment) - Specified by:
isInsideKubernetesin classorg.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
-