Class AbstractKubernetesProfileEnvironmentPostProcessor

java.lang.Object
org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

public abstract class AbstractKubernetesProfileEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
Author:
Ryan Baxter
  • Field Details

  • Constructor Details

    • AbstractKubernetesProfileEnvironmentPostProcessor

      public AbstractKubernetesProfileEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor
    • isInsideKubernetes

      protected abstract boolean isInsideKubernetes(org.springframework.core.env.Environment environment)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered