kubernetes/pkg/cloudprovider/providers
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
..
aws Change default when no BE proto given, add test for that 2016-05-10 11:53:44 -04:00
fake Change LoadBalancer methods to take api.Service 2016-03-23 10:48:11 +00:00
gce GCE: Allow nodes to exceed target pool maximums 2016-05-09 21:44:58 -07:00
mesos Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
openstack Fix the rest of the code 2016-04-29 17:12:10 -04:00
ovirt Use newer home for gcfg package 2016-03-16 08:42:08 -07:00
rackspace Added Block Storage support to Rackspace provider, improved Node discovery. 2016-04-21 10:31:37 +02:00
vsphere Adding OWNERS file for vSphere cloud-provider package 2016-05-09 08:55:42 -07:00
providers.go Retreive VM Name from Running Instance 2016-05-09 08:31:18 -07:00