Files
ports/net/devfile/pkg-descr
Po-Chuan Hsieh 95336f34a2 net/devfile: Add devfile 2.3.0
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.
2025-08-13 02:15:27 +08:00

7 lines
343 B
Plaintext

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.