Resource Type: kubernetes_job_condition
- Defined in:
- lib/puppet/type/kubernetes_job_condition.rb
- Providers:
-
swagger
Overview
JobCondition describes current state of a job.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
last_probe_time
Last time the condition was checked.
-
last_transition_time
Last time the condition transit from one status to another.
-
message
Human readable message indicating details about last transition.
-
reason
(brief) reason for the condition’s last transition.
-
status
Status of the condition, one of True, False, Unknown.
-
type
Type of job condition, Complete or Failed.
Parameters
-
name (namevar)
Name of the job_condition.
-
provider
The specific backend to use for this ‘kubernetes_job_condition` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.