Skip to content

Commit

Permalink
Merge pull request #313 from hey-kong/main
Browse files Browse the repository at this point in the history
update DirectoryorCreate to DirectoryOrCreate
  • Loading branch information
kubeedge-bot authored Jun 2, 2022
2 parents 7fe830a + e5e80cc commit c0e76f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/incremental_learning/helmet_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ spec:
- name: localvideo
hostPath:
path: /incremental_learning/video/
type: DirectoryorCreate
type: DirectoryOrCreate
- name: hedir
hostPath:
path: /incremental_learning/he/
type: DirectoryorCreate
type: DirectoryOrCreate
outputDir: "/output"
EOF
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ spec:
- name: localvideo
hostPath:
path: /incremental_learning/video/
type: DirectoryorCreate
type: DirectoryOrCreate
- name: hedir
hostPath:
path: /incremental_learning/he/
type: DirectoryorCreate
type: DirectoryOrCreate
outputDir: "/output"
2 changes: 1 addition & 1 deletion examples/storage/s3/joint_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
hostPath:
# user must create the directory in host
path: /joint_inference/output
type: DirectoryorCreate
type: DirectoryOrCreate
cloudWorker:
model:
Expand Down
2 changes: 1 addition & 1 deletion pkg/localcontroller/managers/dataset/dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
// CSVFormat is commas separated value format with a extra header.
// It can be used in structured data scenarios.
CSVFormat = "csv"
// FormatTXT is line separated format.
// TXTFormat is line separated format.
// It can be used in unstructured data scenarios.
TXTFormat = "txt"
)
Expand Down

0 comments on commit c0e76f5

Please sign in to comment.