We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab98036 commit c98b2a8Copy full SHA for c98b2a8
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
@@ -741,8 +741,8 @@ type BackoffPolicyOnPodConditionsRequirement struct {
741
// and the set of specified Pod condition types
742
Operator BackoffPolicyOnPodConditionsOperator
743
744
- // Specifies the set of values. Each actual pod condition type is checked
745
- // against this set of values with respect to the operator
+ // Specifies the set of values. Each actual pod condition type, with status=True,
+ // is checked against this set of values with respect to the operator
746
Values []api.PodConditionType
747
}
748
0 commit comments