forked from LaconicNetwork/kompose
Merge pull request #494 from cdrage/remove-extend-from-unused
Remove extend from unused keys, add to conversion doc
This commit is contained in:
commit
c0e2d5a271
@ -18,7 +18,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml
|
|||||||
| env_file | | N | | |
|
| env_file | | N | | |
|
||||||
| environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |
|
| environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |
|
||||||
| expose | | Y | [Service.Spec.Ports](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_containerport) | |
|
| expose | | Y | [Service.Spec.Ports](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_containerport) | |
|
||||||
| extends | v2 | N | | |
|
| extends | v2 | Y | | Extends by utilizing the same image supplied |
|
||||||
| external_links | | N | | |
|
| external_links | | N | | |
|
||||||
| extra_hosts | | N | | |
|
| extra_hosts | | N | | |
|
||||||
| group_add | | N | | |
|
| group_add | | N | | |
|
||||||
|
|||||||
@ -60,7 +60,6 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
|
|||||||
"DNSSearch": false,
|
"DNSSearch": false,
|
||||||
"DomainName": false,
|
"DomainName": false,
|
||||||
"EnvFile": false,
|
"EnvFile": false,
|
||||||
"Extends": false,
|
|
||||||
"ExternalLinks": false,
|
"ExternalLinks": false,
|
||||||
"ExtraHosts": false,
|
"ExtraHosts": false,
|
||||||
"Hostname": false,
|
"Hostname": false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user