Tomas Kral
03877dfb60
don't use HostPort
...
HostPort can lead to problems.
Port mappings are handled via Service
2016-07-21 20:37:50 +02:00
Tomas Kral
7892ea1bff
transformer fce now also converts k8s and openshift objects to versioned object
2016-07-21 20:37:50 +02:00
Tomas Kral
eef44ca57b
openshift: use unversioned api
2016-07-21 20:37:50 +02:00
Tomas Kral
8cbd1831a7
add wrapper script for 'godep restore'
2016-07-21 20:37:18 +02:00
Tomas Kral
02a899a644
openshift: use deploy/api/v1 instead of unversioned deploy/api
2016-07-21 20:37:18 +02:00
Tomas Kral
3db5069ff5
added OpenShifts fork of Kubernetes
...
reason for this is that openshift/kubernetes backported
k8s.io/kubernetes/pkg/securitycontextconstraints/util
that is currently required by something that
github.com/openshift/origin/pkg/deploy/api/v1 depends on
2016-07-21 20:37:18 +02:00
Tomas Kral
2626b51dee
openshift: add deploymentconfig
2016-07-21 20:35:15 +02:00
Tomas Kral
c2a07f764d
update vendor with openshift
2016-07-21 20:35:15 +02:00
Tuna
713aadff8f
Merge pull request #48 from kadel/fix-win-build
...
Fix failing windows build
2016-07-22 01:34:28 +07:00
Tomas Kral
657ccf133d
add '-tag experimental' to gox build
...
This is required by Docker to build it with bundlefile support.
2016-07-21 20:20:43 +02:00
Tomas Kral
81744fccb4
bump(github.com/Azure/go-ansiterm) 388960b655244e76e24c75f48631564eaefade62
...
fixes failing windows build
2016-07-21 20:19:09 +02:00
ngtuna
91d981858f
Merge branch 'dab-support'
2016-07-21 22:26:41 +07:00
runseb
b9efc7d8c1
Fix contributing doc, contact OWNERS to get CLA
2016-07-21 14:07:00 +02:00
Tuna
7da15effd8
Update slack badge
2016-07-21 16:01:42 +07:00
ngtuna
b72980fade
fix load environment function, not using UnmarshalYAML
2016-07-21 14:19:09 +07:00
ngtuna
f800f542f8
support volumes, envs, labels, ports, workingdir, privilegeds, and other fields of compose v2
2016-07-20 23:55:37 +07:00
ngtuna
37a154700b
remove unused from-compose-v2 flag
2016-07-20 16:46:25 +07:00
ngtuna
a8add081ab
initially support compose v2 format, and close #8 as well
2016-07-20 16:28:09 +07:00
ngtuna
a9184491b7
Support docker bundles format
2016-07-20 02:01:40 +07:00
ngtuna
7a41edb65e
add komposeObject struct, remove factory, refactor cli/app
2016-07-19 23:07:28 +07:00
ngtuna
3164cd8abb
update vendoring dependencies
2016-07-19 17:20:46 +07:00
ngtuna
daa85e2027
merge master branch
2016-07-19 00:17:33 +07:00
ngtuna
78feadc695
vendoring dependencies
2016-07-18 23:23:39 +07:00
ngtuna
f09b640e90
support bash completion for commands, not for flags
2016-07-17 02:21:15 +07:00
ngtuna
d5414877b5
changed kompose2 to kompose
2016-07-17 00:48:44 +07:00
Tuna
dc6c23238e
Merge pull request #42 from janetkuo/refactor-controller-update
...
Refactor how we update controllers
2016-07-17 00:40:02 +07:00
Janet Kuo
e55044b9e9
Refactor how we update controllers
2016-07-15 17:04:38 -07:00
ngtuna
eb8e5be7b4
changed kompose2 to kompose
2016-07-15 16:20:40 +07:00
Tuna
ba1c66af42
Add skippbox slack to README
2016-07-15 11:52:34 +07:00
ngtuna
a2ae1c3990
adding replicas to --rc, it's going to be kompose convert --rc <replica>. Close #15
2016-07-14 02:10:00 +07:00
Tuna
e5af4ed2a8
Merge pull request #35 from kadel/only-specified-objects
...
Generate only controllers set by flag
2016-07-14 01:17:37 +07:00
Tomas Kral
b346667912
Generate only controllers set by flag
2016-07-13 19:05:08 +02:00
Tuna
e74f9f51e3
Merge pull request #32 from janetkuo/deployment-default-rc-not
...
Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates
2016-07-13 11:04:02 +07:00
ngtuna
c49eccf313
initial commit, parse dab file into objects
2016-07-13 10:51:26 +07:00
Janet Kuo
0bcec2aa23
Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates
2016-07-12 19:53:20 -07:00
Tuna
8871baf9be
Merge pull request #28 from janetkuo/chart-hint-verify
...
Validate flags when generating charts, and prints message for file created
2016-07-11 00:08:37 +07:00
Janet Kuo
54e5dfae78
Validate flags when generating charts, and prints message for file created
2016-07-08 16:13:29 -07:00
Tuna
e5a1d9dd9c
Merge pull request #26 from janetkuo/convert-c-y
...
Support creating Charts when --yaml set
2016-07-08 10:32:57 +07:00
Janet Kuo
dea476fe24
Support creating Charts when --yaml set
2016-07-07 15:05:38 -07:00
ngtuna
2e986b61e7
Merge branch 'refactor-convert', close #21
2016-07-08 02:05:09 +07:00
ngtuna
d201adf0bf
close #21
2016-07-08 02:04:41 +07:00
Tuna
90dda5000b
Merge pull request #24 from janetkuo/single-file-bug
...
Fix the 'failed to write to file' error when --out is set
2016-07-08 01:43:31 +07:00
Janet Kuo
b4fbd3d6d6
Fix the 'failed to write to file' error when --out is set
2016-07-07 11:36:44 -07:00
ngtuna
9b1041f1ae
clean convert function
2016-07-07 16:41:12 +07:00
ngtuna
bdf7acde12
Merge PR #19 'janetkuo-overwrite-not-append-file'
2016-07-07 11:28:21 +07:00
ngtuna
30fa304e9c
Merge pull request #19 from janetkuo
2016-07-07 11:27:48 +07:00
Tuna
e9d6a5283b
Merge pull request #22 from janetkuo/validation-multi-controller
...
Allow multiple types of controllers be generated unless --out or --stdout is set
2016-07-07 10:30:14 +07:00
Janet Kuo
dec96d2253
Allow multiple types of controllers be generated unless --out or --stdout is set
2016-07-06 16:54:07 -07:00
Janet Kuo
134ba7af04
Remove redundant file creation message, and always overwirte files when converting
2016-07-06 16:06:29 -07:00
ngtuna
22898a97c0
close #13
2016-07-06 23:37:54 +07:00