Commit Graph

2580 Commits

Author SHA1 Message Date
derekwaynecarr
f3859394ab Update schemas for api docs 2014-10-01 10:57:50 -04:00
derekwaynecarr
e032c3075c Fix examples test by setting a context prior to validation 2014-10-01 10:57:50 -04:00
derekwaynecarr
0312d80ffa Update test cases to use default context 2014-10-01 10:57:50 -04:00
derekwaynecarr
e4ec49ee6b Require namespace on controller, pod, service objects 2014-10-01 10:57:50 -04:00
erictune
1b2c62a8ca Merge pull request #1509 from roberthbailey/auth
Proofreading pass: Fix typos, add links.
2014-10-01 07:54:27 -07:00
David Reynolds
9fece09f26 Use -addr in start_etcd instead of -bind-addr 2014-09-30 19:33:28 -07:00
David Reynolds
d6dee3cad5 Fix typos in README.md 2014-09-30 19:33:28 -07:00
Tim Hockin
88bf01b008 Merge pull request #1225 from smarterclayton/v1beta3_proposals
Proposal: v1beta3 API overhaul
2014-09-30 16:12:13 -07:00
Tim Hockin
ef384944bd Merge pull request #1516 from derekwaynecarr/kubecfg_ns_updates
Add ctx object to kubecfg and client
2014-09-30 15:52:00 -07:00
Dawn Chen
6f66dd71f1 Merge pull request #1497 from jhadvig/k8s_all_containers
ListContainer filter
2014-09-30 15:48:44 -07:00
jhadvig
9b21053188 ListContainer filter 2014-09-30 23:30:32 +02:00
Joe Beda
9ef1e13630 Merge pull request #1508 from brendandburns/ux
Update the proxy server so that it passes labels along too.
2014-09-30 11:48:03 -07:00
derekwaynecarr
de1f94cbc7 Fix integration test 2014-09-30 14:31:17 -04:00
derekwaynecarr
02e1a2e79d Update unit tests to pass a context on client create 2014-09-30 14:27:56 -04:00
derekwaynecarr
b7b1193919 Add context object to kubecfg/client 2014-09-30 14:27:19 -04:00
Robert Bailey
0820555d22 Proofreading pass: Fix typos, add links. 2014-09-30 10:04:11 -07:00
Joe Beda
ca547bd29b Merge pull request #1504 from chmouel/patch-1
Fix typo, contianer => container
2014-09-30 09:54:08 -07:00
Brendan Burns
f630104538 Update the proxy server so that it passes labels along too. 2014-09-30 09:27:20 -07:00
Chmouel Boudjnah
79d1d33756 Fix typo, contianer => container
Fix trivial typo
2014-09-30 12:25:07 +02:00
Filipe Brandenburger
33afc2f210 Merge pull request #1246 from eparis/bash_completions
Introduce bash completions for kubecfg
2014-09-29 21:23:34 -07:00
Eric Paris
59e1c5c80a Introduce bash completions for kubecfg
completions only work for list, get, create, delete, update
2014-09-29 17:16:37 -04:00
Filipe Brandenburger
8469a3435e Merge pull request #1494 from jbeda/no-password-printing
Don't print Kubernetes username/password to console.
2014-09-29 13:41:12 -07:00
Joe Beda
c323179d9b Don't print Kubernetes username/password to console.
It is too easy to copy/paste this on-line.

Fixes #1483
2014-09-29 13:18:29 -07:00
Joe Beda
648a400e36 Merge pull request #1492 from jbeda/backports-fix
Change back to generic image description now that GCE is fixed.
2014-09-29 12:27:51 -07:00
Joe Beda
16a26a498d Merge pull request #1493 from MSOpenTech/azure-image
Update default image used for Azure.
2014-09-29 12:20:25 -07:00
Jeff Mendoza
9eefbab575 Update default image used for Azure.
Fixes CVE-2014-6271.
Still vulnerable to CVE-2014-7169.
2014-09-29 11:43:10 -07:00
Joe Beda
7cadeb2af3 Change back to generic image description now that GCE is fixed. 2014-09-29 11:30:39 -07:00
Joe Beda
cbdf3c7719 Merge pull request #1472 from proppy/master
build-image: use golang:cross
2014-09-29 11:13:37 -07:00
Johan Euphrosine
d728d00233 build-image: use golang:cross 2014-09-29 11:10:05 -07:00
Joe Beda
648d91b55f Merge pull request #1378 from andrewmichaelsmith/patch-1
The DO page now redirects you to the kelseyhightower page
2014-09-29 11:04:27 -07:00
Joe Beda
6c25ee6873 Merge pull request #1489 from jbeda/fix-image
For GCE hard code backports image version as autodetection is currently ...
2014-09-29 10:55:17 -07:00
Joe Beda
4ae3fa521e For GCE hard code backports image version as autodetection is currently broken. 2014-09-29 10:31:34 -07:00
Dawn Chen
e284e14222 Merge pull request #1475 from lavalamp/eventing3
Add GetReference()
2014-09-29 09:18:51 -07:00
Dawn Chen
a208fbfcf4 Merge pull request #1476 from brendandburns/print
Add the ability to print objects that are parsed in, without sending them anywhere.
2014-09-29 09:12:53 -07:00
Clayton Coleman
c0247d92ce Proposal for v1beta3 API
* Separate metadata from objects
* Treat lists differently from resources
* Add UID and Annotations on Metadata
* Introduce BoundPod(s) as distinct from Pod to represent pods
  scheduled onto a host
* Use "spec" instead of "state" and "status" instead of "currentState"
  * Identify current status of objects consistently
  * Use "condition" as the string label for substatus
* All string constants should be PublicGoCapitalized
* Rename Minion -> Node
* Rename ServerOp -> Operation
* Remove ContainerManifest
* Add api-conventions.md document
* Replace PodTemplateSpec in ReplCtrl with ObjectReference
2014-09-29 12:10:36 -04:00
bgrant0607
09a3231e67 Merge pull request #1480 from thockin/caps
Capitalize string constants
2014-09-28 15:34:49 -07:00
Dawn Chen
cf2662883c Merge pull request #1479 from korniste/master
fix spelling : docs/getting-started-guides/vagrant.md
2014-09-27 23:05:47 -07:00
Tim Hockin
f2cf958540 Caps for CauseType 2014-09-27 21:48:35 -07:00
Tim Hockin
e73de49f81 Caps on StatusReason* 2014-09-27 21:38:51 -07:00
Tim Hockin
523731c509 Capitalize Status.Status 2014-09-27 21:23:51 -07:00
Tim Hockin
1c02af3d16 Kill LivenessProbe.Type 2014-09-27 21:16:30 -07:00
Tim Hockin
04cdf286a4 Make and use api.Protocol type 2014-09-27 20:31:37 -07:00
KORNISTE
6462030a32 fix spelling : docs/getting-started-guides/vagrant.md 2014-09-28 00:54:35 +09:00
Brendan Burns
8f1643bc0c Add the ability to print objects that are parsed in, without sending them anywhere. 2014-09-26 20:35:12 -07:00
Daniel Smith
6ac7578699 Add GetReference() 2014-09-26 17:40:07 -07:00
Brendan Burns
621df0da32 Merge pull request #1455 from lavalamp/selfLink
Start setting SelfLink
2014-09-26 17:34:18 -07:00
Daniel Smith
97bdb86bf8 Merge pull request #1465 from brendandburns/controller
Second step in decoupling the service controller, use the apiserver for writes too.
2014-09-26 16:57:41 -07:00
Brendan Burns
17c82606eb Second step in decoupling the service controller, use the apiserver for writes too. 2014-09-26 16:44:25 -07:00
Daniel Smith
37e505601e add self linking to apiserver 2014-09-26 15:08:02 -07:00
Daniel Smith
b972f72248 convert multiple return values into a struct, add SelfLinker 2014-09-26 14:52:16 -07:00