From 54b1480cc46c92db1009c0ff4243ce04b2636de6 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Thu, 7 Mar 2019 16:09:19 -0800 Subject: [PATCH] Regenerating schemas for v1beta6 and v1beta7 --- docs/content/en/schemas/v1beta6.json | 11 ----------- docs/content/en/schemas/v1beta7.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/content/en/schemas/v1beta6.json b/docs/content/en/schemas/v1beta6.json index ad789defb44..cdc96da81c4 100755 --- a/docs/content/en/schemas/v1beta6.json +++ b/docs/content/en/schemas/v1beta6.json @@ -1424,17 +1424,6 @@ "x-intellij-html-description": "beta describes how to do a build on the local docker daemon and optionally push to a repository." }, "LocalDir": { - "properties": { - "initImage": { - "type": "string", - "description": "image used to run init container which mounts kaniko context.", - "x-intellij-html-description": "image used to run init container which mounts kaniko context." - } - }, - "preferredOrder": [ - "initImage" - ], - "additionalProperties": false, "description": "configures how Kaniko mounts sources directly via an `emptyDir` volume.", "x-intellij-html-description": "configures how Kaniko mounts sources directly via an emptyDir volume." }, diff --git a/docs/content/en/schemas/v1beta7.json b/docs/content/en/schemas/v1beta7.json index cdc96da81c4..ad789defb44 100755 --- a/docs/content/en/schemas/v1beta7.json +++ b/docs/content/en/schemas/v1beta7.json @@ -1424,6 +1424,17 @@ "x-intellij-html-description": "beta describes how to do a build on the local docker daemon and optionally push to a repository." }, "LocalDir": { + "properties": { + "initImage": { + "type": "string", + "description": "image used to run init container which mounts kaniko context.", + "x-intellij-html-description": "image used to run init container which mounts kaniko context." + } + }, + "preferredOrder": [ + "initImage" + ], + "additionalProperties": false, "description": "configures how Kaniko mounts sources directly via an `emptyDir` volume.", "x-intellij-html-description": "configures how Kaniko mounts sources directly via an emptyDir volume." },