External IPs support.

This commit is contained in:
Abhishek Shah
2015-08-11 17:18:21 -07:00
parent 9b01580946
commit b6b8e99393
20 changed files with 173 additions and 100 deletions

View File

@@ -13430,12 +13430,12 @@
"type": "string",
"description": "type of this service; must be ClusterIP, NodePort, or LoadBalancer; defaults to ClusterIP; see http://releases.k8s.io/HEAD/docs/user-guide/services.md#external-services"
},
"deprecatedPublicIPs": {
"externalIPs": {
"type": "array",
"items": {
"type": "string"
},
"description": "deprecated. externally visible IPs (e.g. load balancers) that should be proxied to this service"
"description": "externally visible IPs (e.g. load balancers) that should be proxied to this service"
},
"sessionAffinity": {
"type": "string",