Tim Hockin
6a624a2b4f
try to fix data race
2014-09-02 13:51:15 -07:00
Tim Hockin
0b67934123
Merge pull request #1140 from GoogleCloudPlatform/revert-1126-master
...
Revert "Fixed annoying typo"
2014-09-02 13:18:30 -07:00
Tim Hockin
a711770e19
Revert "Fixed annoying typo"
2014-09-02 13:18:13 -07:00
Daniel Smith
597099af18
Merge pull request #1125 from lavalamp/fixApi
...
pkg/api: Separation of concerns
2014-09-02 11:47:31 -07:00
Daniel Smith
3354cfb6d5
Disable running travis at tip, it's finding a bunch of races that don't seem to be our fault
2014-09-02 11:34:54 -07:00
Daniel Smith
a63966e73c
Combine pkg/apitools and pkg/api/common and call the result pkg/runtime
2014-09-02 11:15:44 -07:00
Daniel Smith
099c8fd36f
Propagate rename; tests pass again.
2014-09-02 10:42:06 -07:00
Daniel Smith
7615c00a9a
Make validation work when not in the api package.
2014-09-02 10:42:06 -07:00
Daniel Smith
eb5ca80946
Split helper test, move fuzzing to api package as serialization_test.go
2014-09-02 10:40:52 -07:00
Daniel Smith
6121e61f99
Split api into api, api/common, api/validation & apitools
2014-09-02 10:40:52 -07:00
Tim Hockin
5bed06f614
Merge pull request #1129 from VojtechVitek/godoc
...
Godoc improvements
2014-09-02 09:45:05 -07:00
Tim Hockin
bd45c33d15
Merge pull request #1131 from smarterclayton/add_versioner_test
...
Expand api ResourceVersioner test
2014-09-02 09:36:48 -07:00
Clayton Coleman
64c7348a19
Expand api ResourceVersioner test
2014-09-02 09:52:37 -04:00
Vojtech Vitek (V-Teq)
42c656501c
Add several missing pkg Godoc files
...
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2014-09-02 13:41:11 +02:00
Vojtech Vitek (V-Teq)
59f58cd043
Unify Godoc formatting, fix various typos
...
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2014-09-02 13:41:03 +02:00
Tim Hockin
7b44f88c2b
Merge pull request #1127 from ddysher/pod-list
...
Fix pod status error with List method.
2014-09-01 21:29:48 -07:00
Tim Hockin
a762fb855a
Merge pull request #617 from johnwilkes/master
...
Add initial resources.md for discussion
2014-09-01 20:37:08 -07:00
Tim Hockin
7c67de2f25
Merge pull request #1126 from 7oku/master
...
Fixed annoying typo
2014-09-01 20:14:27 -07:00
john wilkes
783836de87
Initial version of a resource model.
...
Tweaks to reflect comments from thockin
2014-09-01 19:48:00 -07:00
Deyuan Deng
d528949547
Fix pod status error with List method.
2014-09-01 21:23:50 -04:00
7oku
28eb96f2aa
Fixed anoying typo
...
Anoying typo fixed
2014-09-01 11:40:07 +02:00
Joe Beda
dc4becd976
Merge pull request #1093 from thockin/Makefile2
...
Add a Makefile
2014-08-29 15:03:54 -07:00
Joe Beda
2d8e160775
Merge pull request #1117 from lavalamp/fixApi
...
Invert api and api/v1beta1 dependencies
2014-08-29 14:59:15 -07:00
Tim Hockin
51fd21c9e7
Add a Makefile
...
This is a very simple Makefile that just passes through to the current hack/*
scripts. Only "make", "make test", and "make clean" are supported for now.
2014-08-29 14:56:27 -07:00
Daniel Smith
54412b35da
Merge pull request #1119 from jbeda/rename_output
...
Make `godep go build ./...` work
2014-08-29 14:49:15 -07:00
Joe Beda
90a9cb3aa1
Only build pause.go under linux.
...
This makes `godep go build ./...` work.
2014-08-29 14:44:59 -07:00
Joe Beda
ed500cfacb
Remove dead code now that we are using godep.
2014-08-29 14:44:59 -07:00
Joe Beda
843ae1fbe2
Rename output/
directory to _output/
...
go build ./... will ignore any directory starting with an underscore.
2014-08-29 14:44:55 -07:00
bgrant0607
9073d9b163
Merge pull request #1106 from smarterclayton/describe_ecosystem_projects
...
Describe some ecosystem projects around Kube
2014-08-29 13:47:48 -07:00
Daniel Smith
9928c40ea6
Merge pull request #1099 from smarterclayton/return_resource_version_on_list
...
Add the resource version to api.*List items from etcd
2014-08-29 13:41:46 -07:00
Daniel Smith
aa9b9b9fa8
Invert api and api/v1beta1 dependencies
...
This is some cleanup that has been needed for a while.
There's still one more step that could usefully be done, which is to
split up our api package into the part that provides the helper
functions and the part that provides the internal types. That can come
later.
The v1beta1 package is now a good example of what an api plugin should
do to version its types.
2014-08-29 12:15:30 -07:00
Joe Beda
d13e59c8d9
Merge pull request #1113 from filbranden/vagrant_salt_master3
...
Remove workaround for salt-minion startup in vagrant/provision-minion.sh
2014-08-29 09:08:38 -07:00
Filipe Brandenburger
c5520dd39d
Remove workaround for salt-minion startup in vagrant/provision-minion.sh
...
The workaround was not needed, as salt-minion was always correctly
started in the Vagrant minion setup.
The issue reported in #270 was clearly specific do System V style init
scripts and will not affect systemd.
Also remove the inaccurate comment from provision-master.sh, since -X
was not even really in use there.
Tested:
- Performed 3 full `vagrant up` and `vagrant destroy -f` cycles with at
least 3 minions and up to 6 minions in one case. Checked that
salt-minion was up in each of the minions using a `systemctl status
salt-minion` command.
- Started nginx on the cluster using cluster/kubecfg.sh, confirmed it
was up with `list /pods` and confirmed it was reachable using wget on
port 8080 of the minions.
Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2014-08-29 08:50:10 -07:00
Clayton Coleman
821f9bd5e7
Merge pull request #1102 from lavalamp/fixApi
...
Fix incorrect tag in MinionList
2014-08-29 10:54:15 -04:00
Clayton Coleman
ab0d88667c
Merge pull request #1104 from lavalamp/fix
...
Fix flaky scheduler factory test.
2014-08-29 09:18:19 -04:00
Filipe Brandenburger
9d6bbb7a64
Merge pull request #1108 from thockin/build_cleanups
...
Build tweaks
2014-08-28 23:31:55 -07:00
Tim Hockin
f0c3896281
Build tweaks
...
Wrap long lines.
Add GOFLAGS support to build and test.
Comments.
2014-08-28 22:56:00 -07:00
Clayton Coleman
6c43c8f935
Describe some ecosystem projects around Kube
2014-08-28 23:38:58 -04:00
Daniel Smith
dd862a7c53
Fix flaky scheduler factory test.
2014-08-28 20:32:20 -07:00
Clayton Coleman
bafc422ac0
Add the resource version to api.*List items from etcd
...
Allows clients to watch more easily (can invoke Get, then
Watch).
2014-08-28 23:17:00 -04:00
Daniel Smith
a2b03ea93b
Fix incorrect tag in MinionList
2014-08-28 20:06:17 -07:00
Daniel Smith
c380dd0426
Merge pull request #1100 from ddysher/local-start-scheduler
...
Start scheduler locally.
2014-08-28 19:42:34 -07:00
Deyuan Deng
c63205b0a7
Add quotes for variable; change shell redirection.
2014-08-28 22:31:53 -04:00
Deyuan Deng
9fed990da6
Start scheduler locally.
2014-08-28 20:48:36 -04:00
Daniel Smith
e30d229a34
Merge pull request #1097 from bcwaldon/remove-code
...
Remove unnecessary parameter from NewRegistry
2014-08-28 17:37:05 -07:00
bgrant0607
892459ce27
Merge pull request #1084 from thockin/roadmap
...
Roadmap Updates
2014-08-28 17:31:56 -07:00
Daniel Smith
93818a9ce0
Merge pull request #1095 from dchen1107/cleanup
...
Fixed kubelet /healthz by using healthz package
2014-08-28 17:25:56 -07:00
Joe Beda
788b23cb5c
Merge pull request #1096 from jbeda/fix-jinja-map
...
Make salt configs work with Jinja 2.6.
2014-08-28 17:05:43 -07:00
Joe Beda
2ac0770694
Make salt configs work with Jinja 2.6.
...
Fixes #1089
2014-08-28 16:54:14 -07:00
Brian Waldon
816c4a3c76
Remove unnecessary parameter from NewRegistry
2014-08-28 16:52:45 -07:00