onPodConditions property
Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.
Implementation
final List<PodFailurePolicyOnPodConditionsPattern> onPodConditions;