forked from LaconicNetwork/kompose
This does a major refactor on the compose.go functions as well as brings in a new era of v3 support to Kompose. Similar to how we utilize libcompose, we utilize docker/cli's "stack deploy" code which has a built-in v3 parser. We convert the parsed structure to our own and then convert it to Kubernetes/OpenShift artifacts. |
||
|---|---|---|
| .. | ||
| docker-compose-env.yaml | ||
| docker-compose-full-example.yaml | ||
| docker-compose-volumes.yaml | ||
| docker-compose.yaml | ||
| example1.env | ||
| example2.env | ||
| output-env-k8s.json | ||
| output-k8s-full-example.json | ||
| output-k8s.json | ||
| output-os-full-example.json | ||
| output-os.json | ||
| output-volumes-k8s.json | ||