Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/batch@v1/structs.ts>SuccessPolicyRule

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface SuccessPolicyRule
import { type SuccessPolicyRule } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/batch@v1/structs.ts";

SuccessPolicyRule describes rule for declaring a Job as succeeded. Each rule must have at least one of the "succeededIndexes" or "succeededCount" specified.

Properties

optional
succeededCount: number | null
optional
succeededIndexes: string | null