Class Fabric8ProfileEnvironmentPostProcessor
java.lang.Object
org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
org.springframework.cloud.kubernetes.fabric8.profile.Fabric8ProfileEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class Fabric8ProfileEnvironmentPostProcessor
extends org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
-
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
-
Fabric8ProfileEnvironmentPostProcessor
public Fabric8ProfileEnvironmentPostProcessor()
-
-
Method Details
-
isInsideKubernetes
protected boolean isInsideKubernetes(org.springframework.core.env.Environment environment) - Specified by:
isInsideKubernetesin classorg.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
-