ComputeNodeReimageOption type
Define valores para ComputeNodeReimageOption. Los valores posibles son: 'requeue', 'terminate', 'taskCompletion', 'retainedData'
type ComputeNodeReimageOption =
| "requeue"
| "terminate"
| "taskcompletion"
| "retaineddata"