Skip to content

Commit c0b0923

Browse files
mimowok8s-publishing-bot
authored andcommitted
Mark Job onPodConditions as optional in pod failure policy
Kubernetes-commit: 1ac405248c359758999b191caab67e481a9ec6f5
1 parent 191d751 commit c0b0923

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

batch/v1/generated.proto

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch/v1/types.go

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ type PodFailurePolicyRule struct {
190190
// as a list of pod condition patterns. The requirement is satisfied if at
191191
// least one pattern matches an actual pod condition. At most 20 elements are allowed.
192192
// +listType=atomic
193+
// +optional
193194
OnPodConditions []PodFailurePolicyOnPodConditionsPattern `json:"onPodConditions" protobuf:"bytes,3,opt,name=onPodConditions"`
194195
}
195196

0 commit comments

Comments
 (0)