DisableComputeNodeSchedulingOption type
Define valores para DisableComputeNodeSchedulingOption. Os valores possíveis incluem: 'requeue', 'terminate', 'taskCompletion'
type DisableComputeNodeSchedulingOption =
| "requeue"
| "terminate"
| "taskcompletion"