Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
Signed-off-by: kuizhiqing <[email protected]>
  • Loading branch information
kuizhiqing committed Feb 19, 2024
1 parent 31add86 commit 224e5e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/v2beta1/mpi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8192,7 +8192,7 @@ spec:
type: object
runLauncherAsWorker:
default: false
description: RunLauncherAsWorker indicates wether to run worker process
description: RunLauncherAsWorker indicates whether to run worker process
in launcher Defaults to false.
type: boolean
runPolicy:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kubeflow.org_mpijobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8169,7 +8169,7 @@ spec:
type: object
runLauncherAsWorker:
default: false
description: RunLauncherAsWorker indicates wether to run worker process
description: RunLauncherAsWorker indicates whether to run worker process
in launcher Defaults to false.
type: boolean
runPolicy:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/kubeflow/v2beta1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}
},
"runLauncherAsWorker": {
"description": "RunLauncherAsWorker indicates wether to run worker process in launcher Defaults to false.",
"description": "RunLauncherAsWorker indicates whether to run worker process in launcher Defaults to false.",
"type": "boolean"
},
"runPolicy": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/v2beta1/docs/V2beta1MPIJobSpec.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/v2beta1/mpijob/models/v2beta1_mpi_job_spec.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 224e5e2

Please sign in to comment.