Skip to content

Commit

Permalink
generated schema
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <[email protected]>
  • Loading branch information
idsulik committed Jul 8, 2024
1 parent 62fcf0e commit e4ca6ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs-v2/content/en/schemas/v4beta12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2934,6 +2934,11 @@
"x-intellij-html-description": "enables caching of copy layers.",
"default": "false"
},
"cacheRunLayers": {
"type": "boolean",
"description": "enables caching of run layers (default=true).",
"x-intellij-html-description": "enables caching of run layers (default=true)."
},
"hostPath": {
"type": "string",
"description": "specifies a path on the host that is mounted to each pod as read only cache volume containing base images. If set, must exist on each node and prepopulated with kaniko-warmer.",
Expand All @@ -2954,7 +2959,8 @@
"repo",
"hostPath",
"ttl",
"cacheCopyLayers"
"cacheCopyLayers",
"cacheRunLayers"
],
"additionalProperties": false,
"type": "object",
Expand Down

0 comments on commit e4ca6ca

Please sign in to comment.