Class ConfigUtils.Prefix
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
- Enclosing class:
ConfigUtils
- Author:
- Ioannis Canellos
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigUtils.Prefixprefix has not been provided.static final ConfigUtils.Prefixprefix has been enabled, but the actual value will be known later; the value for the prefix will be the name of the source.static ConfigUtils.Prefixprefix is known at the callsite. -
Method Summary
-
Field Details
-
DEFAULT
prefix has not been provided. -
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
prefix is known at the callsite.
-
-
Method Details
-
prefixProvider
-
toString
-