Merge pull request #43197 from luoxiaohi/patch-1

Fix incorrect field path in Job concept
pull/43199/merge
Kubernetes Prow Robot 2023-09-25 03:46:58 -07:00 committed by GitHub
commit 8fdfbceaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ These are some requirements and semantics of the API:
are ignored. When no rule matches the Pod failure, the default
handling applies.
- you may want to restrict a rule to a specific container by specifying its name
in`spec.podFailurePolicy.rules[*].containerName`. When not specified the rule
in`spec.podFailurePolicy.rules[*].onExitCodes.containerName`. When not specified the rule
applies to all containers. When specified, it should match one the container
or `initContainer` names in the Pod template.
- you may specify the action taken when a Pod failure policy is matched by