Package io.quarkus.kubernetes.deployment
Class ConfigMapVolumeConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig
-
public class ConfigMapVolumeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StringconfigMapNameThe name of the ConfigMap to mount.(package private) StringdefaultModeDefault mode.(package private) Map<String,VolumeItemConfig>itemsThe list of files to be mounted.(package private) booleanoptionalOptional
-
Constructor Summary
Constructors Constructor Description ConfigMapVolumeConfig()
-
-
-
Field Detail
-
configMapName
@ConfigItem String configMapName
The name of the ConfigMap to mount.
-
defaultMode
@ConfigItem(defaultValue="0600") String defaultMode
Default mode. When specifying an octal number, leading zero must be present.
-
items
@ConfigItem Map<String,VolumeItemConfig> items
The list of files to be mounted.
-
optional
@ConfigItem boolean optional
Optional
-
-