java.lang.Object
org.springframework.cloud.kubernetes.commons.config.Constants

public final class Constants extends Object
  • Field Details

    • SPRING_APPLICATION_NAME

      public static final String SPRING_APPLICATION_NAME
      Spring application name property.
      See Also:
    • FALLBACK_APPLICATION_NAME

      public static final String FALLBACK_APPLICATION_NAME
      Default application name.
      See Also:
    • PROPERTY_SOURCE_NAME_SEPARATOR

      public static final String PROPERTY_SOURCE_NAME_SEPARATOR
      Property separator.
      See Also:
    • SPRING_PROFILES

      public static final String SPRING_PROFILES
      Property for legacy profile specific configuration.
      See Also:
    • SPRING_CONFIG_ACTIVATE_ON_PROFILE

      public static final String SPRING_CONFIG_ACTIVATE_ON_PROFILE
      Property for profile specific configuration.
      See Also:
    • APPLICATION_YML

      public static final String APPLICATION_YML
      application.yml property.
      See Also:
    • APPLICATION_YAML

      public static final String APPLICATION_YAML
      application.yaml property.
      See Also:
    • APPLICATION_PROPERTIES

      public static final String APPLICATION_PROPERTIES
      application.properties property.
      See Also:
    • PREFIX

      public static final String PREFIX
      prefix of the configMap.
      See Also: