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 |
|
Kouhei Ueno
|
f932891428
|
removes a comment on New and a typo fix
|
2014-07-12 13:21:52 +09:00 |
|
Kouhei Ueno
|
bcbdbf6558
|
use New instead of Make and add comments to make golint happy
|
2014-07-11 22:46:22 +09:00 |
|
Clayton Coleman
|
5896ac14da
|
Ensure pod and manifest always have a UUID
* Fixes implication #2 in docs/identifiers.md
* Replication controller lets the apiserver set the pod ID
|
2014-07-10 18:03:48 -04:00 |
|
Brendan Burns
|
a391b2ff03
|
Implement sync behavior for controllers.
|
2014-06-26 19:44:28 -07:00 |
|
Daniel Smith
|
c9246dc130
|
Implement required sync changes everywhere.
Make requests sync by default, so that usage of them doesn't have to
change.
|
2014-06-26 10:33:21 -07:00 |
|
Daniel Smith
|
41534c1cc5
|
Encode/decode working everywhere now.
|
2014-06-23 09:54:17 -07:00 |
|
Daniel Smith
|
2bcb44b6bd
|
make Registry use Encode
|
2014-06-23 09:54:17 -07:00 |
|
Daniel Smith
|
fb991fb84e
|
Change type to []byte
|
2014-06-23 09:54:17 -07:00 |
|
Daniel Smith
|
466be48c74
|
Merge pull request #166 from brendandburns/sync
Part #1 of synchronous requests: Add channels and a mechanism for waiting
|
2014-06-19 16:40:25 -07:00 |
|
Brendan Burns
|
2640de5c02
|
Part #1 of synchronous requests: Add channels and a mechanism for waiting on them
|
2014-06-19 16:13:13 -07:00 |
|
Daniel Smith
|
bc02b3c21a
|
Rename [label] query to selector
|
2014-06-19 13:31:42 -07:00 |
|
Daniel Smith
|
c534d070e5
|
Rename LabelSet labels.Set
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
ad2ec27e91
|
Implement label queries for controller registry
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
b95eef522b
|
Add nice(r) error message on api server panic. Fix nil ptr derefs.
|
2014-06-13 14:59:36 -07:00 |
|
Daniel Smith
|
f9a5fadf45
|
Merge pull request #86 from brendandburns/dot
Remove dot import syntax from registry package.
|
2014-06-12 20:58:13 -07:00 |
|
Brendan Burns
|
164160adef
|
Address package level comments for readability.
|
2014-06-12 20:26:12 -07:00 |
|
Brendan Burns
|
0c3b9f2b69
|
fix dot import.
|
2014-06-12 20:14:41 -07:00 |
|
Brendan Burns
|
fdcf273d50
|
Add pretty printing.
|
2014-06-08 23:07:29 -07:00 |
|
Brendan Burns
|
0181953242
|
Add kind in all cases for list.
|
2014-06-07 21:57:36 -07:00 |
|
Brendan Burns
|
ef7cce5dad
|
Populate 'Kind' field in all API types being returned.
|
2014-06-07 21:07:20 -07:00 |
|
Joe Beda
|
2c4b3a562c
|
First commit
|
2014-06-06 16:40:48 -07:00 |
|