CSIVolume Source Patch Args
data class CSIVolumeSourcePatchArgs(val driver: Output<String>? = null, val fsType: Output<String>? = null, val nodePublishSecretRef: Output<LocalObjectReferencePatchArgs>? = null, val readOnly: Output<Boolean>? = null, val volumeAttributes: Output<Map<String, String>>? = null) : ConvertibleToJava<CSIVolumeSourcePatchArgs>
Represents a source location of a volume to mount, managed by an external CSI driver
Constructors
Link copied to clipboard
fun CSIVolumeSourcePatchArgs(driver: Output<String>? = null, fsType: Output<String>? = null, nodePublishSecretRef: Output<LocalObjectReferencePatchArgs>? = null, readOnly: Output<Boolean>? = null, volumeAttributes: Output<Map<String, String>>? = null)
Functions
Properties
Link copied to clipboard
nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed.