Aracılığıyla paylaş


DisableComputeNodeSchedulingOption type

DisableComputeNodeSchedulingOption değerlerini tanımlar. Olası değerler şunlardır: 'requeue', 'terminate', 'taskCompletion'

type DisableComputeNodeSchedulingOption =
  | "requeue"
  | "terminate"
  | "taskcompletion"