From d28c0d0186938099eb7074028fb70494f1fbdf01 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Sun, 2 Apr 2017 21:42:29 -0400 Subject: [PATCH] Update federation openapi spec --- federation/apis/swagger-spec/extensions_v1beta1.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/federation/apis/swagger-spec/extensions_v1beta1.json b/federation/apis/swagger-spec/extensions_v1beta1.json index 96471383239..ee02e8b0223 100644 --- a/federation/apis/swagger-spec/extensions_v1beta1.json +++ b/federation/apis/swagger-spec/extensions_v1beta1.json @@ -6085,6 +6085,10 @@ "port": { "type": "string", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." + }, + "host": { + "type": "string", + "description": "Optional: Host name to connect to, defaults to the pod IP." } } },