Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Instance ¶
type Instance struct { Name string Namespace string Schedule string ConcurrencyPolicy string // Allow, Forbid and Replace RestartPolicy string Command []string Parallelism int32 // 0 means unlimited parallelism. BackoffLimit int32 // default is 6 Completions int32 SuccessfulJobsHistoryLimit int32 FailedJobsHistoryLimit int32 Pod struct { Name string Image string Command []string } }
Instance type refers to the Deployment object
Click to show internal directories.
Click to hide internal directories.