Adds spacing to table

Adds some spacing to the table to better separate each section.
This commit is contained in:
Charlie Drage 2017-04-21 11:35:09 -04:00
parent d24879f881
commit eb77221ca0

View File

@ -2,7 +2,7 @@
This document outlines all the conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts. This document outlines all the conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts.
| Value | Version | Supported | K8s / OpenShift | Notes | | Value | Ver. | Support | K8s / OpenShift | Notes |
|-------------------|---------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------| |-------------------|---------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| __SERVICE__ | | | | | | __SERVICE__ | | | | |
| build | | Y | OpenShift: [BuildConfig](https://docs.openshift.com/enterprise/3.1/dev_guide/builds.html#defining-a-buildconfig) | Converts, but local builds are not yet supported. See issue [97](https://github.com/kubernetes-incubator/kompose/issues/97) | | build | | Y | OpenShift: [BuildConfig](https://docs.openshift.com/enterprise/3.1/dev_guide/builds.html#defining-a-buildconfig) | Converts, but local builds are not yet supported. See issue [97](https://github.com/kubernetes-incubator/kompose/issues/97) |
@ -48,11 +48,13 @@ This document outlines all the conversion details regarding `docker-compose.yaml
| cpuset | v2 | N | | | | cpuset | v2 | N | | |
| mem_limit | v2 | Y | [...Containers.Resources.Limits.Memory](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_resourcefieldselector) | | | mem_limit | v2 | Y | [...Containers.Resources.Limits.Memory](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_resourcefieldselector) | |
| memswap_limit | v2 | N | | Use `mem_limit` | | memswap_limit | v2 | N | | Use `mem_limit` |
| | | | | |
| __VOLUME__ | | | | | | __VOLUME__ | | | | |
| driver | | N | | | | driver | | N | | |
| driver_opts | | N | | | | driver_opts | | N | | |
| external | | N | | | | external | | N | | |
| labels | | N | | | | labels | | N | | |
| | | | | |
| __NETWORK__ | | | | | | __NETWORK__ | | | | |
| driver | | N | | | | driver | | N | | |
| driver_opts | | N | | | | driver_opts | | N | | |