File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1189,6 +1189,12 @@ export interface ApplicationAdvancedSettings {
11891189 * @memberof ApplicationAdvancedSettings
11901190 */
11911191 'build.ram_max_in_gib'?: number;
1192+ /**
1193+ * disable buildkit registry cache during build
1194+ * @type {boolean}
1195+ * @memberof ApplicationAdvancedSettings
1196+ */
1197+ 'build.disable_buildkit_cache'?: boolean;
11921198 /**
11931199 *
11941200 * @type {number}
@@ -12215,6 +12221,12 @@ export interface JobAdvancedSettings {
1221512221 * @memberof JobAdvancedSettings
1221612222 */
1221712223 'build.ram_max_in_gib'?: number;
12224+ /**
12225+ * disable buildkit registry cache during build
12226+ * @type {boolean}
12227+ * @memberof JobAdvancedSettings
12228+ */
12229+ 'build.disable_buildkit_cache'?: boolean;
1221812230 /**
1221912231 * define how long in seconds an application is supposed to be stopped gracefully
1222012232 * @type {number}
Original file line number Diff line number Diff line change 11{
22 "name" : " qovery-typescript-axios" ,
3- "version" : " v1.1.780 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " OpenAPI client for qovery-typescript-axios" ,
55 "author" : " OpenAPI-Generator Contributors" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments