Package io.quarkus.kubernetes.deployment
Interface ConfigMapVolumeConfig
public interface ConfigMapVolumeConfig
-
Method Details
-
configMapName
String configMapName()The name of the ConfigMap to mount. -
defaultMode
Default mode. When specifying an octal number, leading zero must be present. -
items
Map<String,VolumeItemConfig> items()The list of files to be mounted. -
optional
@WithDefault("false") boolean optional()Optional
-