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_PROPERTY

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    isInsideKubernetes(org.springframework.core.env.Environment environment)
     

    Methods inherited from class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor

    getOrder, postProcessEnvironment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Fabric8ProfileEnvironmentPostProcessor

      public Fabric8ProfileEnvironmentPostProcessor()
  • Method Details

    • isInsideKubernetes

      protected boolean isInsideKubernetes(org.springframework.core.env.Environment environment)
      Specified by:
      isInsideKubernetes in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor