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 98a56b9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 36 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
4 changes: 0 additions & 4 deletions pkg/apis/kubeflow/v2beta1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@
"$ref": "#/definitions/v2beta1.ReplicaSpec"
}
},
"runLauncherAsWorker": {
"description": "RunLauncherAsWorker indicates wether to run worker process in launcher Defaults to false.",
"type": "boolean"
},
"runPolicy": {
"description": "RunPolicy encapsulates various runtime policies of the job.",
"default": {},
Expand Down
1 change: 0 additions & 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.

30 changes: 1 addition & 29 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 98a56b9

Please sign in to comment.