Albert Zhang
|
23e9c39a96
|
make build script works on os x if the current dir is not the kubernetes root
|
2014-07-13 18:47:52 +08:00 |
|
brendandburns
|
20226d7c30
|
Merge pull request #438 from brendandburns/shell
Fix build script for os x.
|
2014-07-12 22:45:39 -07:00 |
|
Brendan Burns
|
96187c10f0
|
Fix build script for os x.
|
2014-07-12 21:46:28 -07:00 |
|
Clayton Coleman
|
f84a948c9c
|
Merge pull request #426 from claire921/cleanup
pkg/proxy/config: clean up file.Run()
|
2014-07-12 15:12:05 -04:00 |
|
Tim Hockin
|
e254962094
|
Merge pull request #432 from nyaxt/config-zsh
Make hack/config-go.sh sourceable from zsh
|
2014-07-12 11:53:52 -07:00 |
|
Clayton Coleman
|
de51331808
|
Merge pull request #435 from claire921/kubelet_server
pkg/kubelet: clean up server http error handling
|
2014-07-12 14:35:36 -04:00 |
|
Clayton Coleman
|
1603e17c4a
|
Merge pull request #436 from claire921/k
pkg/kubelet: explicitly return nil as error and nil as a result on error
|
2014-07-12 14:20:04 -04:00 |
|
Claire Li
|
10de5b12fe
|
pkg/kubelet: explicitly return nil as error and nil as a result on error
|
2014-07-12 11:03:08 -07:00 |
|
Clayton Coleman
|
1af753a396
|
Merge pull request #420 from claire921/proxy
pkg/proxy: remove unnecessary go routine
|
2014-07-12 13:58:42 -04:00 |
|
Clayton Coleman
|
5ad37f0f38
|
Merge pull request #427 from nyaxt/lint_registry2
Add comments on registry/etcd_registry.go to address some of golint errors.
|
2014-07-12 13:54:13 -04:00 |
|
Clayton Coleman
|
3fd730c5fe
|
Merge pull request #428 from claire921/selector
pkg/selector: set the cap for slice in SelectorFromSet
|
2014-07-12 13:52:36 -04:00 |
|
Clayton Coleman
|
c2f551172d
|
Merge pull request #430 from claire921/errstr
pkg/master: correct error string for GetPodInfo
|
2014-07-12 13:51:02 -04:00 |
|
Claire Li
|
cdc44387c6
|
pkg/kubelet: clean up server http error handling
|
2014-07-12 10:44:29 -07:00 |
|
Kouhei Ueno
|
663b80b6a3
|
make hack/config-go.sh sourceable from zsh
|
2014-07-12 15:37:24 +09:00 |
|
Claire Li
|
d0aad153ee
|
pkg/master: correct error string for GetPodInfo
|
2014-07-11 23:09:43 -07:00 |
|
Claire Li
|
2b183943c2
|
pkg/selector: set the cap for slice in SelectorFromSet
|
2014-07-11 22:59:50 -07:00 |
|
Kouhei Ueno
|
12c9a73205
|
Add comments on registry/etcd_registry.go
|
2014-07-12 14:44:13 +09:00 |
|
Claire Li
|
78cad3fd5e
|
pkg/proxy/config: clean up file.Run()
|
2014-07-11 22:41:06 -07:00 |
|
brendandburns
|
89655584eb
|
Merge pull request #423 from claire921/onpudate
pkg/proxy: filtering before comparing
|
2014-07-11 22:33:09 -07:00 |
|
brendandburns
|
cde7b5841b
|
Merge pull request #422 from claire921/use_splithostport
pkg/proxy: use net.SplitHostPort instead of strings.Split
|
2014-07-11 22:32:50 -07:00 |
|
brendandburns
|
ee4ec2af9e
|
Merge pull request #421 from claire921/proxy_checking
pkg/proxy: remove unnecessary io.EOF checking
|
2014-07-11 22:32:32 -07:00 |
|
Claire Li
|
094b78d7de
|
pkg/proxy: filtering before comparing
|
2014-07-11 22:13:29 -07:00 |
|
Claire Li
|
ba07dc804c
|
pkg/proxy: use net.SplitHostPort instead of strings.Split
|
2014-07-11 22:08:53 -07:00 |
|
Claire Li
|
abcbce55ce
|
pkg/proxy: remove unnecessary io.EOF checking
|
2014-07-11 21:51:24 -07:00 |
|
brendandburns
|
cdf75c57df
|
Merge pull request #411 from nyaxt/lint_registry
Fixes go lint errors on pkg/registry/controller_registry.go
|
2014-07-11 21:41:58 -07:00 |
|
brendandburns
|
2ee074f9fa
|
Merge pull request #410 from nyaxt/lint_scheduler
Add comments to pkg/scheduler/ to pass golint
|
2014-07-11 21:40:18 -07:00 |
|
Claire Li
|
4d47db8b5f
|
pkg/proxy: remove unnecessary go routine
|
2014-07-11 21:34:42 -07:00 |
|
Kouhei Ueno
|
f932891428
|
removes a comment on New and a typo fix
|
2014-07-12 13:21:52 +09:00 |
|
Kouhei Ueno
|
bf137c38e7
|
remove comments on Make.+()
|
2014-07-12 13:16:16 +09:00 |
|
brendandburns
|
93d45c1e71
|
Merge pull request #414 from thockin/cleanups
Fix go idiom feedback
|
2014-07-11 14:47:05 -07:00 |
|
brendandburns
|
34edf290d9
|
Merge pull request #416 from smarterclayton/covermode_atomic
-cover causes races in tests in Go 1.2
|
2014-07-11 14:46:52 -07:00 |
|
Tim Hockin
|
779cb84625
|
Merge pull request #397 from brendandburns/service
Add initial validation of Service objects
|
2014-07-11 14:43:47 -07:00 |
|
Brendan Burns
|
c9babe619e
|
Updated to use the makeInvalidError helper function.
|
2014-07-11 14:24:55 -07:00 |
|
Brendan Burns
|
5bf0820580
|
Fix integration tests.
|
2014-07-11 14:24:54 -07:00 |
|
Brendan Burns
|
b59dcbbb80
|
Fix tests.
|
2014-07-11 14:24:54 -07:00 |
|
Brendan Burns
|
e9edfc754e
|
Add initial validation of Service objects
|
2014-07-11 14:24:54 -07:00 |
|
Clayton Coleman
|
9a9d140a8a
|
-cover causes races in Go 1.2
Make -covermode=atomic the default until we drop 1.2 support
Enable Go 1.2 in Travis
|
2014-07-11 15:48:31 -04:00 |
|
Tim Hockin
|
1e05d1ac4e
|
Merge pull request #394 from brendandburns/poddata
Try to grab live data if the cache has errors.
|
2014-07-11 11:55:54 -07:00 |
|
Tim Hockin
|
7d5398bda7
|
Fix go idiom feedback
|
2014-07-11 11:43:42 -07:00 |
|
Tim Hockin
|
f532038281
|
Merge pull request #345 from smarterclayton/fix_ids
Ensure pod and manifest have a UUID in apiserver
|
2014-07-11 11:29:00 -07:00 |
|
Tim Hockin
|
9861f0d806
|
Merge pull request #388 from brendandburns/health
Address some comments from thockin@
|
2014-07-11 11:27:32 -07:00 |
|
Brendan Burns
|
1b4dfe7d14
|
Move from bool to HealthCheckStatus
|
2014-07-11 10:15:31 -07:00 |
|
Brendan Burns
|
6312ffebcf
|
Address some comments from thockin@
|
2014-07-11 10:14:45 -07:00 |
|
brendandburns
|
56735fe2ec
|
Merge pull request #412 from ggtools/master
Fixed SCRIPT_DIR computation when CDPATH is set.
|
2014-07-11 09:29:01 -07:00 |
|
Tim Hockin
|
59686bf2e2
|
Merge pull request #409 from nyaxt/fixlint2
fix go lint errors in util
|
2014-07-11 08:49:56 -07:00 |
|
Christophe Labouisse
|
3ce6fc116d
|
Fixed SCRIPT_DIR computation when CDPATH is set.
|
2014-07-11 16:55:47 +02:00 |
|
Kouhei Ueno
|
bcbdbf6558
|
use New instead of Make and add comments to make golint happy
|
2014-07-11 22:46:22 +09:00 |
|
Kouhei Ueno
|
e53658a3ed
|
s/controllerId/controllerID/ to make golint happy.
|
2014-07-11 22:16:51 +09:00 |
|
Kouhei Ueno
|
e268e4bb7a
|
Add comments to pkg/scheduler/ to pass golint
|
2014-07-11 22:01:12 +09:00 |
|
Kouhei Ueno
|
93def86a9e
|
fix go lint errors in util
|
2014-07-11 21:04:34 +09:00 |
|