From c501d3e85139fe3d58bf14230270e86582c257f3 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Sun, 7 May 2017 18:57:06 +0200 Subject: [PATCH] Autogenerated files --- apis/openapi-spec/swagger.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apis/openapi-spec/swagger.json b/apis/openapi-spec/swagger.json index 14d86617..f9fccf4f 100644 --- a/apis/openapi-spec/swagger.json +++ b/apis/openapi-spec/swagger.json @@ -11430,6 +11430,15 @@ "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid DNS name and requires Type to be ExternalName.", "type": "string" }, + "externalTrafficPolicy": { + "description": "externalTrafficPolicy denotes if this Service desires to route external traffic to local endpoints only. This preserves Source IP and avoids a second hop for LoadBalancer and Nodeport type services.", + "type": "string" + }, + "healthCheckNodePort": { + "description": "healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.", + "type": "integer", + "format": "int32" + }, "loadBalancerIP": { "description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.", "type": "string"