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_PROPERTY

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
  • 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

    • KubernetesClientProfileEnvironmentPostProcessor

      public KubernetesClientProfileEnvironmentPostProcessor()
  • Method Details

    • isInsideKubernetes

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