Flocker Volume Source Patch Args
data class FlockerVolumeSourcePatchArgs(val datasetName: Output<String>? = null, val datasetUUID: Output<String>? = null) : ConvertibleToJava<FlockerVolumeSourcePatchArgs>
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.