Flocker Volume Source Args
    data class FlockerVolumeSourceArgs(val datasetName: Output<String>? = null, val datasetUUID: Output<String>? = null) : ConvertibleToJava<FlockerVolumeSourceArgs> 
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.