conditions

@JvmName(name = "dlwgtvihhxboiyyc")
suspend fun conditions(value: Output<List<JobConditionArgs>>)
@JvmName(name = "nasjvnrdgclkxxqa")
suspend fun conditions(value: List<JobConditionArgs>?)

Parameters

value

The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/


@JvmName(name = "luplvkhwvyukilai")
suspend fun conditions(vararg values: Output<JobConditionArgs>)


@JvmName(name = "ocwfuyprbsilfeab")
suspend fun conditions(values: List<Output<JobConditionArgs>>)
@JvmName(name = "kbjgaaqtcdsblsdp")
suspend fun conditions(vararg values: JobConditionArgs)

Parameters

values

The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/


@JvmName(name = "vnqaqqxijerbxgev")
suspend fun conditions(argument: List<suspend JobConditionArgsBuilder.() -> Unit>)
@JvmName(name = "ueiwqvgqdpgfkdej")
suspend fun conditions(vararg argument: suspend JobConditionArgsBuilder.() -> Unit)
@JvmName(name = "nwrlvigvlfsfpbtg")
suspend fun conditions(argument: suspend JobConditionArgsBuilder.() -> Unit)

Parameters

argument

The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/