mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
External IPs support.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user