You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@
8
8
## About
9
9
10
10
The Devfile Parser library is a Golang module that:
11
-
1. parses the devfile.yaml as specified by the [api](https://devfile.github.io/devfile/api-reference.html) & [schema](https://github.com/devfile/api/tree/main/schemas/latest).
12
-
2. writes to the devfile.yaml with the updated data.
11
+
1. parses a devfile as specified by the [api](https://devfile.github.io/devfile/api-reference.html) & [schema](https://github.com/devfile/api/tree/main/schemas/latest).
12
+
2. writes to the specified devfile with the updated data.
13
13
3. generates Kubernetes objects for the various devfile resources.
14
14
4. defines util functions for the devfile.
15
-
5. downloads resources from a parent devfile if specified in the devfile.yaml
15
+
5. downloads resources from a parent devfile if specified in the devfile.
0 commit comments