Skip to main content
Schemaobject

io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern

PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.

Source
specs/apis__batch__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
status string
optional

Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True.

type string
required

Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.