DisableComputeNodeSchedulingOption type
Definieert waarden voor DisableComputeNodeSchedulingOption. Mogelijke waarden zijn: 'requeue', 'terminate', 'taskCompletion'
type DisableComputeNodeSchedulingOption =
| "requeue"
| "terminate"
| "taskcompletion"