Commit Graph

2528 Commits (0212c9b29ae320bca2250a5f88fec1af5db1a1f8)

Author SHA1 Message Date
Brendan Burns 06827fb5db Merge pull request #1527 from bgrant0607/controller
Add documentation of replication controller.
2014-10-02 11:33:26 -07:00
Tim Hockin 1dda3072a4 Merge pull request #1525 from erictune/rename_dir
Directory renamed to Dir to match json property
2014-10-02 11:28:27 -07:00
Johan Euphrosine dbbe561a83 podex: gofmt -s 2014-10-02 10:57:30 -07:00
Johan Euphrosine 5aefc25dad podex: add comment about image name parsing 2014-10-02 10:56:53 -07:00
Johan Euphrosine dd571c5a76 podex: add TODO 2014-10-02 10:48:38 -07:00
Johan Euphrosine 02b12aff7a podex: fix filename typo 2014-10-02 10:46:42 -07:00
Johan Euphrosine 4102e0d78d podex: fix build and reject conflicting options 2014-10-02 10:46:18 -07:00
Johan Euphrosine e5b3e41ef9 podex: move to contrib 2014-10-02 10:37:41 -07:00
Joe Beda c43423a072 Merge pull request #1541 from proppy/fix-maintainer
MAINTAINERS.md: fix filename
2014-10-02 10:35:51 -07:00
Johan Euphrosine aa91a527b0 MAINTAINERS.md: fix filename 2014-10-02 10:34:44 -07:00
derekwaynecarr 0a290506c2 Fix integration tests 2014-10-02 12:56:42 -04:00
derekwaynecarr d5ec260db8 Fixup tests 2014-10-02 12:52:01 -04:00
derekwaynecarr fc67d822c6 Add context as parameter to client interface functions 2014-10-02 12:51:36 -04:00
Clayton Coleman c5fa765926 Merge pull request #1533 from jhadvig/upstream_k8_stream_new
Support for streaming
2014-10-02 12:49:57 -04:00
Tim Hockin 9caecc69b0 Merge pull request #1539 from eparis/bash_completions_mac
Bash completions for OS X
2014-10-02 09:24:07 -07:00
Clayton Coleman 7af3c7d75e Allow clients to skip TLS verification
Adds -skip_tls_verify to any API server client. Also store in auth
2014-10-02 12:08:58 -04:00
Eric Paris 707e6ac561 To support Macs which have a 5 year old bash, don't use associative arrays 2014-10-02 12:06:48 -04:00
jhadvig d6b1fa8e02 Support for streaming 2014-10-02 14:45:16 +02:00
Johan Euphrosine 1b2604f642 podex/nodejs-hello: add hostPort 2014-10-02 01:42:54 -07:00
Johan Euphrosine 68ce589d5f podex/nodejs-hello: remove generated restart policy 2014-10-02 01:36:03 -07:00
Johan Euphrosine 9fa593f054 podex: add manifests subdirectory 2014-10-02 01:29:54 -07:00
Johan Euphrosine 159035fba2 podex: add missing license header and examples 2014-10-02 01:22:25 -07:00
Johan Euphrosine 0d9119b4b6 podex: add google/nodejs-hello yaml manifest 2014-10-02 01:17:46 -07:00
Johan Euphrosine b6a9734940 podex: initial import 2014-10-02 01:16:07 -07:00
Brendan Burns d3816069e6 Merge pull request #1531 from brendandburns/auth
Re-add the ability to load certs from the config file.
2014-10-01 17:15:17 -07:00
Brendan Burns c3d2517371 Re-add the ability to load certs from the config file. 2014-10-01 17:10:07 -07:00
Brendan Burns 77196403dc Add support for fields. 2014-10-01 16:49:50 -07:00
Clayton Coleman 19fac35349 Merge pull request #1530 from smarterclayton/revert_streaming_support
Revert "Stream support for k8s client request"
2014-10-01 19:43:28 -04:00
Clayton Coleman a81dc44fc6 Revert "Stream support for k8s client request"
This reverts commit 755b598a7d.
2014-10-01 19:39:08 -04:00
Clayton Coleman 67ef24b410 Merge pull request #1506 from jhadvig/upstream_k8_stream
Stream support for client request
2014-10-01 19:32:27 -04:00
Brian Grant 15706c72c4 Add documentation of replication controller. 2014-10-01 23:22:10 +00:00
jhadvig 755b598a7d Stream support for k8s client request 2014-10-02 01:07:43 +02:00
erictune 883bb60b3a Merge pull request #1500 from smarterclayton/refactor_client_again
Refactor the client (again) to better support auth
2014-10-01 14:04:57 -07:00
Joe Beda a8de8d5f18 Merge pull request #1526 from thockin/docs
Minor point about assigned reviews
2014-10-01 14:01:16 -07:00
Tim Hockin 2c9edb747e Minor point about assigned reviews 2014-10-01 13:58:58 -07:00
Eric Tune 9c0769422d Directory renamed to Dir to match json property 2014-10-01 13:35:21 -07:00
Tim Hockin 710832b8b6 Merge pull request #1474 from brendandburns/resource
Add a resource fit predicate.
2014-10-01 13:12:28 -07:00
Tim Hockin db49dc0012 Merge pull request #1458 from brendandburns/dontpull
Add the ability to turn off image pulling.
2014-10-01 12:40:47 -07:00
Tim Hockin c391fe81a9 Merge pull request #1495 from derekwaynecarr/introduce_context_obj
Add and validate namespace to pod, service, replication controller objects
2014-10-01 12:40:37 -07:00
Brendan Burns 219ceac985 Initial website add. 2014-10-01 12:40:18 -07:00
Brendan Burns 39d03948e7 Add resource fit predicates. 2014-10-01 12:38:09 -07:00
Brendan Burns 4c456015b6 Add the ability to turn off image pulling. 2014-10-01 12:34:22 -07:00
Clayton Coleman ff2eca97d9 Refactor the client (again) to better support auth
* Allows consumers to provide their own transports for common cases.
* Supports KUBE_API_VERSION on test cases for controlling which
  api version they test against
* Provides a common flag registration method for CLIs that need
  to connect to an API server (to avoid duplicating flags)
* Ensures errors are properly returned by the server
* Add a Context field to client.Config
2014-10-01 15:23:37 -04:00
derekwaynecarr 016d394705 Remove redundant code in validation 2014-10-01 14:29:47 -04:00
Brendan Burns 1c29b50303 Merge pull request #1520 from davidreynolds/master
Fix typos
2014-10-01 10:14:36 -07:00
Brendan Burns 8363d18792 Merge pull request #1522 from bgrant0607/maintainers
Created maintainers file. Fixes #1175.
2014-10-01 10:13:32 -07:00
Brian Grant 50600da8fd Created maintainers file. Fixes #1175. 2014-10-01 17:09:13 +00:00
derekwaynecarr 6625e58a20 Updates to review comments 2014-10-01 10:57:50 -04:00
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