Class Constants
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringapplication.properties property.static final Stringapplication.yaml property.static final Stringapplication.yml property.static final Stringproperty set to true when there was an error reading config maps or secrets, when generating a property source.static final StringDefault application name.static final StringProperty separator.static final Stringreload mode spring property.static final StringSpring application name property.static final StringProperty for profile specific configuration.static final StringProperty for legacy profile specific configuration. -
Method Summary
-
Field Details
-
SPRING_APPLICATION_NAME
-
FALLBACK_APPLICATION_NAME
-
PROPERTY_SOURCE_NAME_SEPARATOR
-
SPRING_PROFILES
Property for legacy profile specific configuration.- See Also:
-
SPRING_CONFIG_ACTIVATE_ON_PROFILE
Property for profile specific configuration.- See Also:
-
APPLICATION_YML
-
APPLICATION_YAML
-
APPLICATION_PROPERTIES
-
RELOAD_MODE
-
ERROR_PROPERTY
property set to true when there was an error reading config maps or secrets, when generating a property source.- See Also:
-