kompose/script
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
..
test implement expose service, add tests, fix #140 2016-12-21 20:00:38 +05:30
.build Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
.validate Clean up scripts/validate-*. Add vet,gofmt,lint tests. 2016-11-22 13:02:13 +01:00
bash_autocomplete Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
binary Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
binary-cross Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
check-vendor Add check-vendor script 2016-12-07 19:57:47 +01:00
make.sh Clean up scripts/validate-*. Add vet,gofmt,lint tests. 2016-11-22 13:02:13 +01:00
release.sh Add release script 2016-12-06 10:38:26 -05:00
test-cmd Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
test-unit Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
test-unit-cover Report code coverage to coveralls 2016-12-07 16:44:47 +01:00
validate-git-marks Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
validate-gofmt Clean up scripts/validate-*. Add vet,gofmt,lint tests. 2016-11-22 13:02:13 +01:00
validate-lint Clean up scripts/validate-*. Add vet,gofmt,lint tests. 2016-11-22 13:02:13 +01:00
validate-vet Clean up scripts/validate-*. Add vet,gofmt,lint tests. 2016-11-22 13:02:13 +01:00