RBDPersistent Volume Source Patch Args
data class RBDPersistentVolumeSourcePatchArgs(val fsType: Output<String>? = null, val image: Output<String>? = null, val keyring: Output<String>? = null, val monitors: Output<List<String>>? = null, val pool: Output<String>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<SecretReferencePatchArgs>? = null, val user: Output<String>? = null) : ConvertibleToJava<RBDPersistentVolumeSourcePatchArgs>
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Constructors
Link copied to clipboard
fun RBDPersistentVolumeSourcePatchArgs(fsType: Output<String>? = null, image: Output<String>? = null, keyring: Output<String>? = null, monitors: Output<List<String>>? = null, pool: Output<String>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<SecretReferencePatchArgs>? = null, user: Output<String>? = null)