Class ConfigMapConfigProperties.Source
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- Enclosing class:
- ConfigMapConfigProperties
Config map source.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanUse profile name to append to a config map name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanisEmpty()Deprecated.normalize(String defaultName, String defaultNamespace, boolean defaultUseNameAsPrefix, boolean defaultIncludeProfileSpecificSources) voidsetExplicitPrefix(String explicitPrefix) voidsetIncludeProfileSpecificSources(Boolean includeProfileSpecificSources) voidvoidsetNamespace(String namespace) voidsetUseNameAsPrefix(Boolean useNameAsPrefix)
-
Field Details
-
includeProfileSpecificSources
Use profile name to append to a config map name. Can't be a primitive, we need to know if it was explicitly set or not
-
-
Constructor Details
-
Source
public Source() -
Source
-
-
Method Details
-
getName
-
setName
-
getNamespace
-
setNamespace
-
isUseNameAsPrefix
-
setUseNameAsPrefix
-
getExplicitPrefix
-
setExplicitPrefix
-
getIncludeProfileSpecificSources
-
setIncludeProfileSpecificSources
-
isEmpty
public boolean isEmpty() -
normalize
@Deprecated public ConfigMapConfigProperties.NormalizedSource normalize(String defaultName, String defaultNamespace) Deprecated. -
normalize
public ConfigMapConfigProperties.NormalizedSource normalize(String defaultName, String defaultNamespace, boolean defaultUseNameAsPrefix, boolean defaultIncludeProfileSpecificSources) -
equals
-
hashCode
public int hashCode()
-