From 4924fbd29cc0ea0ae1cf204d6bc9880e25a7a8ce Mon Sep 17 00:00:00 2001 From: tpetr Date: Wed, 26 Dec 2018 21:12:53 -0500 Subject: [PATCH 1/2] add timeoutSeconds to list/watch calls --- openapi/custom_objects_spec.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openapi/custom_objects_spec.json b/openapi/custom_objects_spec.json index cf01181..ecb4316 100644 --- a/openapi/custom_objects_spec.json +++ b/openapi/custom_objects_spec.json @@ -61,6 +61,13 @@ "name": "resourceVersion", "in": "query" }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", + "name": "timeoutSeconds", + "in": "query" + }, { "name": "watch", "uniqueItems": true, @@ -186,6 +193,13 @@ "name": "resourceVersion", "in": "query" }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", + "name": "timeoutSeconds", + "in": "query" + } { "name": "watch", "uniqueItems": true, From c2a01960fcf9cdb2fadf249edc41a5da8a5a4b3c Mon Sep 17 00:00:00 2001 From: Tom Petr Date: Thu, 27 Dec 2018 09:24:47 -0500 Subject: [PATCH 2/2] forgot a comma --- openapi/custom_objects_spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/custom_objects_spec.json b/openapi/custom_objects_spec.json index ecb4316..2984614 100644 --- a/openapi/custom_objects_spec.json +++ b/openapi/custom_objects_spec.json @@ -199,7 +199,7 @@ "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" - } + }, { "name": "watch", "uniqueItems": true,