Skip to content

Commit

Permalink
KEP-3998: Replace int with int32 in the rules[*].succeededCount
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Mar 11, 2024
1 parent 6b0fd99 commit 026cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/sig-apps/3998-job-success-completion-policy/README.md
Expand Up @@ -288,7 +288,7 @@ type SuccessPolicyRule struct {
// When specified it needs to be a positive integer.
//
// +optional
SucceededCount *int
SucceededCount *int32
}
...

Expand Down

0 comments on commit 026cf09

Please sign in to comment.