Clayton Coleman
d5ee171410
Allow clients to determine the difference between create or update on PUT
...
PUT allows an object to be created (http 201). This allows REST code to
indicate an object has been created and clients to react to it.
APIServer now deals with <-chan RESTResult instead of <-chan runtime.Object,
allowing more data to be passed through.
2014-10-24 14:41:15 -04:00
Tim Hockin
2bbd11eda6
Merge pull request #1975 from smarterclayton/split_type_meta
...
Split TypeMeta into ObjectMeta/ListMeta
2014-10-24 08:43:00 -07:00
Clayton Coleman
1a1d62653b
Merge pull request #1983 from smarterclayton/vagrant_util_wrong
...
Vagrant util has minion query for ID, not Name
2014-10-24 11:38:04 -04:00
Clayton Coleman
644eb70085
Refactor tests to split ObjectMeta from TypeMeta
2014-10-24 11:22:21 -04:00
Clayton Coleman
7550c146dc
Replace struct initializers for TypeMeta with ObjectMeta
2014-10-24 11:22:21 -04:00
Clayton Coleman
bc748fadfa
Whitespace and old comment removal
2014-10-24 11:22:21 -04:00
Clayton Coleman
1ffc82dfe6
createPod should copy the labels, not edit them in place
2014-10-24 11:22:21 -04:00
Clayton Coleman
2475eb06cb
Remove use of embedded TypeMeta accessor
2014-10-24 11:22:20 -04:00
Clayton Coleman
0f011a055f
Implement conversions for v1beta1/2 to internal ObjectMeta
2014-10-24 11:22:20 -04:00
Clayton Coleman
09800643e2
Change validation now that namespace is on ObjectMeta
2014-10-24 11:22:20 -04:00
Clayton Coleman
55163a7df1
Split TypeMeta into ObjectMeta and TypeMeta
2014-10-24 11:22:20 -04:00
Clayton Coleman
b5da5889e4
Merge pull request #1925 from thockin/klet
...
Accumulated cleanups to Kubelet
2014-10-24 11:20:29 -04:00
Clayton Coleman
bd1b3fb245
Vagrant util has minion query for ID, not Name
...
Related to the ID->Name refactor, noticed while running e2e
2014-10-23 23:12:04 -04:00
Tim Hockin
0a202354b9
Fix race between syncPod and syncPods
2014-10-23 15:53:26 -07:00
Tim Hockin
099934d49f
Cleanups in syncPod
2014-10-23 15:53:26 -07:00
Tim Hockin
76c33a88b6
Remove redundancy in SyncPods
2014-10-23 15:53:26 -07:00
Tim Hockin
36a05ee871
Improve kubelet logging
2014-10-23 15:53:26 -07:00
Tim Hockin
487867bd01
Extract cadvisor code to cadvisor.go
2014-10-23 15:53:26 -07:00
Tim Hockin
de3060e4eb
Rename httpGetInterface to httpGetter
2014-10-23 15:53:26 -07:00
Daniel Smith
e46af6e37f
Merge pull request #1969 from smarterclayton/new_typemeta
...
Allow Meta lookup to work across ObjectType and ListMeta
2014-10-23 15:29:57 -07:00
Clayton Coleman
3df1c2f29d
Use meta.Interface and meta.Accessor
2014-10-23 18:01:25 -04:00
Joe Beda
bf481a1546
Merge pull request #1976 from lavalamp/fix4
...
Fixes to e2e script
2014-10-23 14:59:33 -07:00
Daniel Smith
47f1cb966b
Fixes to e2e script
2014-10-23 14:54:50 -07:00
Daniel Smith
4d1f025b0d
Merge pull request #1974 from smarterclayton/errors_hidden_in_extract_list
...
EtcdHelper.decodeList was not properly returning errors
2014-10-23 14:10:02 -07:00
Clayton Coleman
3a89883223
EtcdHelper.decodeList was not properly returning errors
2014-10-23 16:48:16 -04:00
Joe Beda
02bfcd6b6d
Merge pull request #1970 from vbatts/vbatts-cleaner_rmi
...
build: cleaner `docker rmi`
2014-10-23 13:02:02 -07:00
Brendan Burns
e1ae7bd16c
Merge pull request #1973 from lavalamp/fix4
...
fix backwards compatible script
2014-10-23 12:52:37 -07:00
Daniel Smith
d055e279fe
fix backwards compatible script
2014-10-23 12:51:21 -07:00
Tim Hockin
8fb51e70f3
Merge pull request #1971 from brendandburns/fix
...
Fix the guestbook e2e test.
2014-10-23 11:54:36 -07:00
Brendan Burns
dbb23abac2
Fix the guestbook e2e test.
2014-10-23 11:32:01 -07:00
Vincent Batts
22a457e46f
build: cleaner docker rmi
...
no need to pipe to awk for orphan images
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2014-10-23 14:28:34 -04:00
Tim Hockin
edf729ce71
Merge pull request #1968 from lavalamp/fix4
...
New e2e script (in go this time) that doesn't completely suck
2014-10-23 11:12:46 -07:00
Daniel Smith
bfabb41604
New e2e script (in go this time) that doesn't completely suck
2014-10-23 11:03:30 -07:00
Clayton Coleman
1414e90258
Merge pull request #1938 from eparis/fed-manual-config
...
Update the Fedora getting started guide a little
2014-10-23 12:33:19 -04:00
Clayton Coleman
e5c924585c
Add support for ObjectMeta and ListMeta lookup
2014-10-22 23:56:49 -04:00
Clayton Coleman
35eaf90255
Add UID to MetaAccessor and Ref
2014-10-22 22:59:15 -04:00
Clayton Coleman
1ccb86c760
Rename methods in api/meta to be cleaner
2014-10-22 22:59:12 -04:00
Clayton Coleman
64d98cba73
Move typemeta.go to api/meta/meta.go
...
Prepares for the meta object to front multiple underlying types
when TypeMeta and ObjectMeta is split in internal and v1beta3, but
combined in v1beta1 and v1beta2
2014-10-22 22:28:06 -04:00
Brendan Burns
77d2815b86
Merge pull request #1967 from jbeda/e2e-fix
...
Fix e2e test for .ID->.Name change
2014-10-22 17:20:44 -07:00
Joe Beda
33763d07b2
Fix e2e test for .ID->.Name change
2014-10-22 17:19:53 -07:00
Dawn Chen
32231834fb
Merge pull request #1942 from proppy/podex-readme
...
podex: add todos
2014-10-22 17:07:47 -07:00
Joe Beda
0ce5e99ee5
Merge pull request #1658 from proppy/slim-kube-build
...
build: switch to golang:1.3 and build go for KUBE_CROSSPLATFORMS
2014-10-22 16:55:51 -07:00
Johan Euphrosine
5f8bde781c
README: add todos
2014-10-22 16:54:39 -07:00
Johan Euphrosine
29c4fd6bb3
build: add KUBE_BUILD_GOLANG_VERSION
2014-10-22 16:52:20 -07:00
Clayton Coleman
dd8c49fc47
Merge pull request #1746 from hmrm/refactor-kubelet-access
...
Refactor kubelet access and add SSL
2014-10-22 19:44:43 -04:00
Daniel Smith
6ef6ff5bc5
Merge pull request #1893 from crhym3/fix-1149-req-body
...
Replace custom ProxyServer (kubecfg/kubectl -proxy) with httputil.ReverseProxy
2014-10-22 15:29:59 -07:00
Haney Maxwell
3160500940
Refactor kubelet access and add SSL
2014-10-22 14:53:59 -07:00
Daniel Smith
f0f4092fc5
Merge pull request #1961 from smarterclayton/rename_id_to_name
...
Rename APIObject ID -> Name everywhere
2014-10-22 13:17:35 -07:00
Joe Beda
fdb7731de3
Merge pull request #1962 from dchen1107/fix
...
Increase memory limit of frontend-controller in our guestbook example.
2014-10-22 13:13:19 -07:00
Clayton Coleman
91d9a90e4e
Replace use of "id" in strings with "name"
2014-10-22 15:59:12 -04:00