BatchNodeReimageOption type

BatchNodeReimageOption enum

type BatchNodeReimageOption =
  | "requeue"
  | "terminate"
  | "taskcompletion"
  | "retaineddata"