} type PersistentVolumeSource struct { Flocker *FlockerVolumeSource `json:"flocker,omitempty"` … } type FlockerVolumeSource struct { // Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker DatasetName string `json:"datasetName"` }