Schema
objectio.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
optionalSpecifies 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
requiredSpecifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.