Skip to content

Commit

Permalink
Merge pull request #1757 from tejal29/fix_master
Browse files Browse the repository at this point in the history
Regenerating schemas for v1beta6 and v1beta7
  • Loading branch information
tejal29 authored Mar 8, 2019
2 parents 80d0347 + 54b1480 commit 574ceec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/content/en/schemas/v1beta6.json
Original file line number Diff line number Diff line change
Expand Up @@ -1424,17 +1424,6 @@
"x-intellij-html-description": "<em>beta</em> 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 <code>emptyDir</code> volume."
},
Expand Down
11 changes: 11 additions & 0 deletions docs/content/en/schemas/v1beta7.json
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,17 @@
"x-intellij-html-description": "<em>beta</em> 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 <code>emptyDir</code> volume."
},
Expand Down

0 comments on commit 574ceec

Please sign in to comment.