Class LabeledConfigMapNormalizedSource
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.NormalizedSource
org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
A config map source that is based on labels.
- Author:
- wind57
-
Constructor Summary
ConstructorsConstructorDescriptionLabeledConfigMapNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, boolean includeProfileSpecificSources) LabeledConfigMapNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources) -
Method Summary
Methods inherited from class NormalizedSource
failFast, name, namespace
-
Constructor Details
-
LabeledConfigMapNormalizedSource
public LabeledConfigMapNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources) -
LabeledConfigMapNormalizedSource
-
-
Method Details
-
labels
-
prefix
-
profileSpecificSources
public boolean profileSpecificSources() -
type
Description copied from class:NormalizedSourcetype of this normalized source. Callers are sensitive towards the actual type specified.- Specified by:
typein classNormalizedSource
-
target
- Specified by:
targetin classNormalizedSource
-
toString
- Specified by:
toStringin classNormalizedSource
-
equals
- Specified by:
equalsin classNormalizedSource
-
hashCode
public int hashCode()- Specified by:
hashCodein classNormalizedSource
-