Class LabeledSecretNormalizedSource
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.NormalizedSource
org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
A secret source that is based on labels.
- Author:
- wind57
-
Constructor Summary
ConstructorsConstructorDescriptionLabeledSecretNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix) -
Method Summary
Methods inherited from class NormalizedSource
failFast, name, namespace
-
Constructor Details
-
LabeledSecretNormalizedSource
public LabeledSecretNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix)
-
-
Method Details
-
labels
-
prefix
-
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
-