From 63f4827fca0a2fc8491a8340091fda3a0c952804 Mon Sep 17 00:00:00 2001 From: ajatprabha Date: Fri, 15 Feb 2019 12:31:20 +0530 Subject: [PATCH] update openapi-spec --- api/openapi-spec/swagger.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index c98abc7cd3b..572be2e0f68 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -17546,6 +17546,10 @@ "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": { "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", "properties": { + "resourceVersion": { + "description": "Specifies the target ResourceVersion", + "type": "string" + }, "uid": { "description": "Specifies the target UID.", "type": "string"