kubernetes/pkg/controlplane
Laszlo Janosi c970a46bc1
Mixed protocol support for Services with type=LoadBalancer (#94028)
* Mixed protocol support for Services with type=LoadBalancer

KEP: https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20200103-mixed-protocol-lb.md
Add new feature gate to control the support of mixed protocols in Services with type=LoadBalancer
Add new fields to the ServiceStatus
  Add Ports to the LoadBalancerIngress, so cloud provider implementations can report the status of the requested load balanc
er ports
  Add ServiceCondition to the ServiceStatus so Service controllers can indicate the conditions of the Service

* regenerate conflicting stuff
2020-11-13 13:21:04 -08:00
..
controller add V(4) log when apiserver lease was deleted before this controller reacts 2020-11-10 15:32:16 -08:00
reconcilers Updates related to PR feedback 2020-11-12 12:30:50 -08:00
storageversionhashdata GA of RuntimeClass feature gate and API 2020-11-11 19:22:32 +00:00
tunneler update scripts 2020-09-02 10:49:40 -07:00
BUILD stop serving deleted APIs 2020-11-12 14:19:58 -05:00
client_util.go
controller_test.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
controller.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
deleted_kinds_test.go stop serving deleted APIs 2020-11-12 14:19:58 -05:00
deleted_kinds.go stop serving deleted APIs 2020-11-12 14:19:58 -05:00
doc.go fix doc file 2020-09-02 10:48:26 -07:00
import_known_versions_test.go Mixed protocol support for Services with type=LoadBalancer (#94028) 2020-11-13 13:21:04 -08:00
import_known_versions.go remove pod presets 2020-09-14 09:24:40 -04:00
instance_openapi_test.go rename some files 2020-09-10 16:34:05 -07:00
instance_test.go test: Fix using deprecated default cluster IPs 2020-10-17 07:38:10 +09:00
instance.go stop serving deleted APIs 2020-11-12 14:19:58 -05:00
OWNERS
services.go