Merge pull request #96454 from Sh4d1/revert_92312

Revert "Merge pull request #92312 from Sh4d1/kep_1860"
This commit is contained in:
Kubernetes Prow Robot
2020-11-12 16:03:24 -08:00
committed by GitHub
37 changed files with 915 additions and 1548 deletions

View File

@@ -7337,10 +7337,6 @@
"ip": {
"description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)",
"type": "string"
},
"ipMode": {
"description": "IPMode specifies how the load-balancer's IP behaves. Setting this to \"VIP\" indicates that the traffic passing through this load-balancer is delivered with the destination IP and port set to the load-balancer's IP and port. Setting this to \"Proxy\" indicates that the load-balancer acts like a proxy, delivering traffic with the destination IP and port set to the node's IP and nodePort or to the pod's IP and targetPort. This field can only be set when the ip field is also set, and defaults to \"VIP\" if not specified.",
"type": "string"
}
},
"type": "object"