import { type SuccessPolicy } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/batch@v1/structs.ts";
SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.
Properties
rules: Array<SuccessPolicyRule>