Class ConfigUtils.Prefix

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
Enclosing class:
ConfigUtils

public static final class ConfigUtils.Prefix extends Object
Author:
Ioannis Canellos
  • Field Details

    • DEFAULT

      public static final ConfigUtils.Prefix DEFAULT
      prefix has not been provided.
    • DELAYED

      public static final ConfigUtils.Prefix DELAYED
      prefix has been enabled, but the actual value will be known later; the value for the prefix will be the name of the source. (this is the case for a prefix-enabled labeled source for example)
    • KNOWN

      public static ConfigUtils.Prefix KNOWN
      prefix is known at the callsite.
  • Method Details