Package io.quarkus.kubernetes.deployment
Interface SecretVolumeConfig
public interface SecretVolumeConfig
-
Method Details
-
secretName
String secretName()The name of the secret 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
-