kompose/docs
Shubham Minglani 7e378cd546 implement expose service, add tests, fix #140
Implements a kompose specific docker compose label "kompose.service.expose" which can be used to expose the specified services externally. The accepted values are of type string.
If the value is set to "true", the provider sets the endpoint automatically, and for any other value, the value is set as the hostname. If multiple ports are defined in a service, the first one is chosen to be the exposed.

Unit tests, functional tests, glide updates and docs have also been added in this commit for the related feature.
2016-12-21 20:00:38 +05:30
..
images add architecture doc 2016-08-15 22:47:23 +07:00
architecture.md Update links in docs skippbox->kubernetes-incubator 2016-10-17 18:19:09 +02:00
development.md Update Developer Guide - switch to glide 2016-12-07 19:57:19 +01:00
README.md Moves examples to docs/user-guide and adds basic roadmap to main readme 2016-08-30 16:10:08 +02:00
user-guide.md implement expose service, add tests, fix #140 2016-12-21 20:00:38 +05:30