diff options
Diffstat (limited to 'net/devfile/pkg-descr')
-rw-r--r-- | net/devfile/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/devfile/pkg-descr b/net/devfile/pkg-descr new file mode 100644 index 000000000000..1cf5672c35ef --- /dev/null +++ b/net/devfile/pkg-descr @@ -0,0 +1,6 @@ +The Devfile Parser library is a Golang module that: +- parses a devfile as specified by the api & schema. +- writes to the specified devfile with the updated data. +- generates Kubernetes objects for the various devfile resources. +- defines util functions for the devfile. +- downloads resources from a parent devfile if specified in the devfile. |