kubernetes/pkg
k8s-merge-robot 4ac4e0f6a2 Merge pull request #23495 from Clarifai/elb
Automatic merge from submit-queue

AWS: SSL support for ELB listeners through annotations

In the API, ports have only either TCP or UDP as their protocols, but ELB distinguishes HTTPS->HTTP[S]? from SSL->(SSL|TCP). 

Per #24978, this is implemented through two separate annotations:

`service.beta.kubernetes.io/aws-load-balancer-ssl-cert=arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012`
`service.beta.kubernetes.io/aws-load-balancer-backend-protocol=(https|http|ssl|tcp)`

Mixing plain-text and encrypted listeners will be in a separate PR, implementing #24978's `aws-load-balancer-ssl-ports=LIST`
2016-05-12 07:12:35 -07:00
..
admission fully qualify admission resources and kinds 2016-04-26 07:55:33 -04:00
api Merge pull request #24459 from fgrzadkowski/unschedulable_pod 2016-05-12 05:54:06 -07:00
apimachinery Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
apis Merge pull request #24902 from cjcullen/webhookAuthn 2016-05-11 22:08:58 -07:00
apiserver Merge pull request #24902 from cjcullen/webhookAuthn 2016-05-11 22:08:58 -07:00
auth add user.Info.GetExtra 2016-04-26 15:08:34 -04:00
capabilities
client Merge pull request #25465 from wojtek-t/client_renegotiation 2016-05-12 10:21:10 +02:00
cloudprovider Merge pull request #23495 from Clarifai/elb 2016-05-12 07:12:35 -07:00
controller Merge pull request #25465 from wojtek-t/client_renegotiation 2016-05-12 10:21:10 +02:00
conversion Avoid allocations and a reflect.Call in conversion 2016-04-26 16:42:12 -04:00
credentialprovider Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
fieldpath
fields
genericapiserver Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
healthz
httplog
hyperkube
kubectl Merge pull request #19946 from janetkuo/kubectl-rollout-status 2016-05-12 06:28:49 -07:00
kubelet Merge pull request #24459 from fgrzadkowski/unschedulable_pod 2016-05-12 05:54:06 -07:00
kubemark Fix the rest of the code 2016-04-29 17:12:10 -04:00
labels Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
master Merge pull request #25495 from davidopp/change-owners 2016-05-11 19:18:33 -07:00
metrics 1) Add docker operation timeout metrics. 2016-05-06 10:53:13 -07:00
probe followup to add http server close method 2016-05-05 12:04:41 +08:00
proxy Merge pull request #25011 from zhouhaibing089/addclose 2016-05-09 22:32:02 -07:00
quota Merge pull request #24514 from derekwaynecarr/pod_quota_fix 2016-04-27 06:27:51 -07:00
registry Merge pull request #24459 from fgrzadkowski/unschedulable_pod 2016-05-12 05:54:06 -07:00
runtime Corrects some misspellings in comments 2016-05-11 08:16:13 +01:00
security PSP types 2016-05-11 18:07:35 -04:00
securitycontext retain read only root file system in determineEffectiveSecurityContext 2016-05-11 17:27:20 -04:00
serviceaccount Improve error messages in jwt_test.go 2016-04-21 11:37:14 +08:00
ssh Merge pull request #24506 from timstclair/ssh 2016-04-19 22:36:44 -07:00
storage Merge pull request #25369 from liggitt/cached-watch 2016-05-10 18:15:15 -07:00
types
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #24014 from ihmccreery/chaosmonkey-no-ginkgo 2016-05-11 11:54:11 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Merge pull request #25325 from swagiaal/attacher-interface-update 2016-05-11 11:36:19 -07:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00