Package io.quarkus.kubernetes.deployment
Interface PvcVolumeConfig
public interface PvcVolumeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the claim to mount.Default mode.booleanoptional()Optional
-
Method Details
-
claimName
String claimName()The name of the claim to mount. -
defaultMode
Default mode. When specifying an octal number, leading zero must be present. -
optional
@WithDefault("false") boolean optional()Optional
-