Skip to content

Commit c98b2a8

Browse files
committed
add status=True note
1 parent ab98036 commit c98b2a8

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-apps/3329-retriable-and-non-retriable-failures

1 file changed

+2
-2
lines changed

keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ type BackoffPolicyOnPodConditionsRequirement struct {
741741
// and the set of specified Pod condition types
742742
Operator BackoffPolicyOnPodConditionsOperator
743743
744-
// Specifies the set of values. Each actual pod condition type is checked
745-
// against this set of values with respect to the operator
744+
// Specifies the set of values. Each actual pod condition type, with status=True,
745+
// is checked against this set of values with respect to the operator
746746
Values []api.PodConditionType
747747
}
748748

0 commit comments

Comments
 (0)