blob: 1cf5672c35ef2aa2982c39e8dd5e6cf195613856 (
plain) (
blame)
1
2
3
4
5
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.
|