k8s-merge-robot
|
44c76d5319
|
Merge pull request #12957 from smarterclayton/handle_terminating_pods
Auto commit by PR queue bot
|
2015-08-20 21:47:00 -07:00 |
Abhishek Shah
|
b6b8e99393
|
External IPs support.
|
2015-08-20 16:10:01 -07:00 |
Clayton Coleman
|
02dbb95447
|
Add TerminationGracePeriodSeconds to API
Set defaulting for pod spec
|
2015-08-20 11:03:38 -04:00 |
Tim Hockin
|
16a33318b7
|
Use a valid address for swagger
|
2015-08-18 21:50:27 -07:00 |
Tim Hockin
|
86f4535871
|
Check loopback and link-local multicast endpoints
Previously we just disallowed link-local (unicast). This disallows loopback
and link-local multicast.
|
2015-08-18 21:50:27 -07:00 |
Robert Bailey
|
08e6a43c1d
|
Revert "Merge pull request #9165 from smarterclayton/graceful"
This reverts commit 4f856b595d , reversing
changes made to d78525a83b .
Conflicts:
pkg/kubelet/status_manager.go
|
2015-08-18 17:34:49 -07:00 |
Clayton Coleman
|
71d10c6c7a
|
Update swagger
|
2015-08-18 09:08:44 -04:00 |
Robert Bailey
|
736945faba
|
Merge pull request #12831 from thockin/nodeport-optional
Make nodePort optional in v1 API
|
2015-08-17 16:27:17 -07:00 |
Tim Hockin
|
75941afab2
|
Make nodePort optional in v1 API
|
2015-08-17 15:44:37 -07:00 |
Paul Morie
|
8ddef45679
|
Fix issue 10587; update SecurityContext godoc
|
2015-08-17 11:23:11 -04:00 |
Wojciech Tyczynski
|
5de0f11b1d
|
Unify events registry to be generic.
|
2015-08-12 11:23:07 +02:00 |
Kris Rousey
|
565189f5b8
|
Correcting all go vet errors
|
2015-08-11 13:55:37 -07:00 |
Filip Grzadkowski
|
3f7b54cbdb
|
Merge pull request #11669 from pweil-/sc-nonroot
add non-root directive to SC and kubelet checking
|
2015-08-11 10:30:53 +02:00 |
Wojciech Tyczynski
|
5ea99310f1
|
Unify limitrange registry to be generic.
|
2015-08-11 09:06:44 +02:00 |
Alex Robinson
|
33178dce96
|
Merge pull request #12496 from nikhiljindal/portDescription
Fixing a typo in port swagger description
|
2015-08-10 14:10:48 -07:00 |
nikhiljindal
|
a698acd3c8
|
Fixing a typo in port swagger description
|
2015-08-10 13:32:46 -07:00 |
Paul Weil
|
e490c20c22
|
add non-root directive to SC and kubelet checking
|
2015-08-10 13:30:34 -04:00 |
Veres Lajos
|
9f77e49109
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-08 22:31:48 +01:00 |
Ananya Kumar
|
ef1e576810
|
Add support for request
|
2015-08-05 19:00:19 -07:00 |
Alex Mohr
|
3d2d99c6fd
|
Merge pull request #12007 from brendandburns/stdin
Auto commit by PR queue bot
|
2015-08-03 19:28:16 -07:00 |
Brendan Burns
|
51757f6552
|
Add parameters for interactive containers. Useful with kubectl attach.
|
2015-07-31 21:41:58 -07:00 |
Brendan Burns
|
e8e756a719
|
Add pod/attach to the APIServer.
|
2015-07-30 10:55:53 -07:00 |
Mike Danese
|
59611d7160
|
Merge pull request #10426 from csrwng/api_versioned_options
API Server: Use versioned objects for GET and CONNECT operations
|
2015-07-29 15:35:04 -07:00 |
Cesar Wong
|
a84fa79a01
|
Use versioned objects for GET and CONNECT operations
|
2015-07-28 13:43:23 -04:00 |
David Oppenheimer
|
2236fee028
|
Fix link to node selector documentation.
|
2015-07-24 23:04:59 -07:00 |
Chao Xu
|
44c4f54acf
|
update api/swagger-spec/
|
2015-07-24 18:08:05 -07:00 |
nikhiljindal
|
2f946b7aee
|
Stop allowing unnamespaced POST for namespaced objects
|
2015-07-24 12:03:19 -07:00 |
Tim Hockin
|
1c3233a1d4
|
Remove v1beta3
|
2015-07-23 17:21:27 -07:00 |
Max Forbes
|
7a3891e5f8
|
Add ServiceAccount as an alias for ServiceAccountName
|
2015-07-16 15:48:49 -07:00 |
nikhiljindal
|
dda71bdc7b
|
Add namespace to nickname to prevent dup swagger nicknames
|
2015-07-14 13:41:13 -07:00 |
Janet Kuo
|
9c3c23686f
|
Embed doc URLs in swagger document
|
2015-07-07 14:23:52 -07:00 |
Tim Hockin
|
3caf3ccad2
|
make API descriptions use releases.k8s.io
|
2015-07-04 13:32:22 -07:00 |
Zach Loafman
|
df753b74ed
|
Merge pull request #10509 from nikhiljindal/getToPost
Support both GET and POST methods in api server for /exec and /portforward
|
2015-06-30 15:56:31 -07:00 |
nikhiljindal
|
e0d48d4983
|
Support both GET and POST methods for /exec and /portforward
|
2015-06-29 16:01:01 -07:00 |
Tim Hockin
|
025f728e50
|
Fix 'a' vs 'an'
|
2015-06-28 20:51:36 -07:00 |
Robert Bailey
|
6b97ac0880
|
Merge pull request #10131 from thockin/svc-docs
Hopefully make NodePort docs clearer
|
2015-06-26 21:50:46 -07:00 |
Robert Bailey
|
0048eae8eb
|
Merge pull request #9965 from stevekuznetsov/skuznets/allow-https
Allowing for HTTPS Probes
|
2015-06-26 10:43:37 -07:00 |
Maxwell Forbes
|
712f303350
|
Merge pull request #9736 from sdminonne/bug_fix2
To add validation for service ports when defined as string
|
2015-06-25 19:37:04 -07:00 |
Steve Kuznetsov
|
3008ff6150
|
Changed HTTPGetAction to allow user-defined schemes
|
2015-06-25 16:59:12 -04:00 |
Tim Hockin
|
ff91fef26b
|
Hopefully make NodePort docs clearer
|
2015-06-25 10:46:15 -07:00 |
nikhiljindal
|
6c6398edaa
|
Update the path param name to namespace instead of namespaces
|
2015-06-24 13:45:49 -07:00 |
Jeff Lowdermilk
|
2418173784
|
Merge pull request #9963 from smarterclayton/add_options_to_proxy
OPTIONS should be passed through the proxy
|
2015-06-22 10:36:25 -07:00 |
Salvatore Dario Minonne
|
4b13faa346
|
To add validation for service ports when defined as string (fixing issue #9734)
|
2015-06-22 17:21:51 +02:00 |
Anastasis Andronidis
|
101739a6be
|
Added Reason in PodStatus
|
2015-06-21 17:05:34 +02:00 |
Prashanth Balasubramanian
|
9ed9bd1c4f
|
Add a generation number to the object meta of all objects, and status of rcs
|
2015-06-19 14:32:08 -07:00 |
Clayton Coleman
|
e7aedf297f
|
Update Swagger doc
|
2015-06-19 14:37:10 -04:00 |
Jordan Liggitt
|
68a8a25494
|
Rename pod.spec.serviceAccount -> pod.spec.serviceAccountName for v1
|
2015-06-18 22:38:00 -04:00 |
Satnam Singh
|
1d7f70a531
|
Merge pull request #9991 from nikhiljindal/dupPost
Do not register cross namespace actions with subresources in path
|
2015-06-18 15:33:37 -07:00 |
Satnam Singh
|
de457c3e49
|
Merge pull request #9962 from smarterclayton/type_patch
Give PATCH operations a better output in Swagger
|
2015-06-18 14:31:49 -07:00 |
nikhiljindal
|
d3d579f59d
|
Do not register cross namespace actions with subresources in path
|
2015-06-18 13:50:38 -07:00 |