Package-level declarations
Types
CronJob represents the configuration of a single cron job.
CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobStatus represents the current state of a cron job.
CronJobStatus represents the current state of a cron job.
Job represents the configuration of a single job. This resource waits until its status is ready before registering success for create/update, and populating output properties from the current state of the resource. The following conditions are used to determine whether the resource creation has succeeded or failed:
JobSpec describes how the job execution will look like.
JobSpec describes how the job execution will look like.
JobStatus represents the current state of a Job.
JobStatus represents the current state of a Job.
JobTemplateSpec describes the data a Job should have when created from a template
JobTemplateSpec describes the data a Job should have when created from a template
PodFailurePolicy describes how failed pods influence the backoffLimit.
PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.
PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
PodFailurePolicy describes how failed pods influence the backoffLimit.
PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.
PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.