@northflank/js-client 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-client.d.ts +42 -1
- package/dist/esm/api-client.d.ts +42 -1
- package/package.json +1 -1
package/dist/cjs/api-client.d.ts
CHANGED
|
@@ -8310,7 +8310,8 @@ declare class DeleteNotificationEndpoint extends DeleteApiEndpoint<DeleteNotific
|
|
|
8310
8310
|
}
|
|
8311
8311
|
|
|
8312
8312
|
type ListRegistrycredentialsResult = {
|
|
8313
|
-
|
|
8313
|
+
/** An array of registry credential information. */
|
|
8314
|
+
'credentials': {
|
|
8314
8315
|
/** ID of the docker credentials Example: "example-credentials" */
|
|
8315
8316
|
'id': string;
|
|
8316
8317
|
/** The name of the docker credentials. Example: "Example Docker Credentials" */
|
|
@@ -11692,6 +11693,8 @@ type CreateJobCronResult = {
|
|
|
11692
11693
|
};
|
|
11693
11694
|
};
|
|
11694
11695
|
'dockerfile': {
|
|
11696
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
11697
|
+
'useCache'?: boolean;
|
|
11695
11698
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
11696
11699
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
11697
11700
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -11995,6 +11998,8 @@ type CreateJobCronData = {
|
|
|
11995
11998
|
};
|
|
11996
11999
|
};
|
|
11997
12000
|
'dockerfile': {
|
|
12001
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12002
|
+
'useCache'?: boolean;
|
|
11998
12003
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
11999
12004
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12000
12005
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12267,6 +12272,8 @@ type PutJobCronResult = {
|
|
|
12267
12272
|
};
|
|
12268
12273
|
};
|
|
12269
12274
|
'dockerfile': {
|
|
12275
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12276
|
+
'useCache'?: boolean;
|
|
12270
12277
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12271
12278
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12272
12279
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12570,6 +12577,8 @@ type PutJobCronData = {
|
|
|
12570
12577
|
};
|
|
12571
12578
|
};
|
|
12572
12579
|
'dockerfile': {
|
|
12580
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12581
|
+
'useCache'?: boolean;
|
|
12573
12582
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12574
12583
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12575
12584
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12842,6 +12851,8 @@ type PatchJobCronResult = {
|
|
|
12842
12851
|
};
|
|
12843
12852
|
};
|
|
12844
12853
|
'dockerfile': {
|
|
12854
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12855
|
+
'useCache'?: boolean;
|
|
12845
12856
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12846
12857
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12847
12858
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13194,6 +13205,8 @@ type CreateJobManualResult = {
|
|
|
13194
13205
|
};
|
|
13195
13206
|
};
|
|
13196
13207
|
'dockerfile': {
|
|
13208
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13209
|
+
'useCache'?: boolean;
|
|
13197
13210
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13198
13211
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13199
13212
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13497,6 +13510,8 @@ type CreateJobManualData = {
|
|
|
13497
13510
|
};
|
|
13498
13511
|
};
|
|
13499
13512
|
'dockerfile': {
|
|
13513
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13514
|
+
'useCache'?: boolean;
|
|
13500
13515
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13501
13516
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13502
13517
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13757,6 +13772,8 @@ type PutJobManualResult = {
|
|
|
13757
13772
|
};
|
|
13758
13773
|
};
|
|
13759
13774
|
'dockerfile': {
|
|
13775
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13776
|
+
'useCache'?: boolean;
|
|
13760
13777
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13761
13778
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13762
13779
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -14060,6 +14077,8 @@ type PutJobManualData = {
|
|
|
14060
14077
|
};
|
|
14061
14078
|
};
|
|
14062
14079
|
'dockerfile': {
|
|
14080
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
14081
|
+
'useCache'?: boolean;
|
|
14063
14082
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
14064
14083
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
14065
14084
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -14320,6 +14339,8 @@ type PatchJobManualResult = {
|
|
|
14320
14339
|
};
|
|
14321
14340
|
};
|
|
14322
14341
|
'dockerfile': {
|
|
14342
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
14343
|
+
'useCache'?: boolean;
|
|
14323
14344
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
14324
14345
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
14325
14346
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -17905,6 +17926,8 @@ type CreateServiceBuildResult = {
|
|
|
17905
17926
|
};
|
|
17906
17927
|
};
|
|
17907
17928
|
'dockerfile': {
|
|
17929
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
17930
|
+
'useCache'?: boolean;
|
|
17908
17931
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
17909
17932
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
17910
17933
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18062,6 +18085,8 @@ type CreateServiceBuildData = {
|
|
|
18062
18085
|
};
|
|
18063
18086
|
};
|
|
18064
18087
|
'dockerfile': {
|
|
18088
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18089
|
+
'useCache'?: boolean;
|
|
18065
18090
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18066
18091
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18067
18092
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18189,6 +18214,8 @@ type PutServiceBuildResult = {
|
|
|
18189
18214
|
};
|
|
18190
18215
|
};
|
|
18191
18216
|
'dockerfile': {
|
|
18217
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18218
|
+
'useCache'?: boolean;
|
|
18192
18219
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18193
18220
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18194
18221
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18346,6 +18373,8 @@ type PutServiceBuildData = {
|
|
|
18346
18373
|
};
|
|
18347
18374
|
};
|
|
18348
18375
|
'dockerfile': {
|
|
18376
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18377
|
+
'useCache'?: boolean;
|
|
18349
18378
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18350
18379
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18351
18380
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18473,6 +18502,8 @@ type PatchServiceBuildResult = {
|
|
|
18473
18502
|
};
|
|
18474
18503
|
};
|
|
18475
18504
|
'dockerfile': {
|
|
18505
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18506
|
+
'useCache'?: boolean;
|
|
18476
18507
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18477
18508
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18478
18509
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18908,6 +18939,8 @@ type CreateServiceCombinedResult = {
|
|
|
18908
18939
|
};
|
|
18909
18940
|
};
|
|
18910
18941
|
'dockerfile': {
|
|
18942
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18943
|
+
'useCache'?: boolean;
|
|
18911
18944
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18912
18945
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18913
18946
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -19445,6 +19478,8 @@ type CreateServiceCombinedData = {
|
|
|
19445
19478
|
};
|
|
19446
19479
|
};
|
|
19447
19480
|
'dockerfile': {
|
|
19481
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
19482
|
+
'useCache'?: boolean;
|
|
19448
19483
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
19449
19484
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
19450
19485
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -19814,6 +19849,8 @@ type PutServiceCombinedResult = {
|
|
|
19814
19849
|
};
|
|
19815
19850
|
};
|
|
19816
19851
|
'dockerfile': {
|
|
19852
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
19853
|
+
'useCache'?: boolean;
|
|
19817
19854
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
19818
19855
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
19819
19856
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -20351,6 +20388,8 @@ type PutServiceCombinedData = {
|
|
|
20351
20388
|
};
|
|
20352
20389
|
};
|
|
20353
20390
|
'dockerfile': {
|
|
20391
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
20392
|
+
'useCache'?: boolean;
|
|
20354
20393
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
20355
20394
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
20356
20395
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -20720,6 +20759,8 @@ type PatchServiceCombinedResult = {
|
|
|
20720
20759
|
};
|
|
20721
20760
|
};
|
|
20722
20761
|
'dockerfile': {
|
|
20762
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
20763
|
+
'useCache'?: boolean;
|
|
20723
20764
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
20724
20765
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
20725
20766
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
package/dist/esm/api-client.d.ts
CHANGED
|
@@ -8310,7 +8310,8 @@ declare class DeleteNotificationEndpoint extends DeleteApiEndpoint<DeleteNotific
|
|
|
8310
8310
|
}
|
|
8311
8311
|
|
|
8312
8312
|
type ListRegistrycredentialsResult = {
|
|
8313
|
-
|
|
8313
|
+
/** An array of registry credential information. */
|
|
8314
|
+
'credentials': {
|
|
8314
8315
|
/** ID of the docker credentials Example: "example-credentials" */
|
|
8315
8316
|
'id': string;
|
|
8316
8317
|
/** The name of the docker credentials. Example: "Example Docker Credentials" */
|
|
@@ -11692,6 +11693,8 @@ type CreateJobCronResult = {
|
|
|
11692
11693
|
};
|
|
11693
11694
|
};
|
|
11694
11695
|
'dockerfile': {
|
|
11696
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
11697
|
+
'useCache'?: boolean;
|
|
11695
11698
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
11696
11699
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
11697
11700
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -11995,6 +11998,8 @@ type CreateJobCronData = {
|
|
|
11995
11998
|
};
|
|
11996
11999
|
};
|
|
11997
12000
|
'dockerfile': {
|
|
12001
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12002
|
+
'useCache'?: boolean;
|
|
11998
12003
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
11999
12004
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12000
12005
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12267,6 +12272,8 @@ type PutJobCronResult = {
|
|
|
12267
12272
|
};
|
|
12268
12273
|
};
|
|
12269
12274
|
'dockerfile': {
|
|
12275
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12276
|
+
'useCache'?: boolean;
|
|
12270
12277
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12271
12278
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12272
12279
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12570,6 +12577,8 @@ type PutJobCronData = {
|
|
|
12570
12577
|
};
|
|
12571
12578
|
};
|
|
12572
12579
|
'dockerfile': {
|
|
12580
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12581
|
+
'useCache'?: boolean;
|
|
12573
12582
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12574
12583
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12575
12584
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -12842,6 +12851,8 @@ type PatchJobCronResult = {
|
|
|
12842
12851
|
};
|
|
12843
12852
|
};
|
|
12844
12853
|
'dockerfile': {
|
|
12854
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
12855
|
+
'useCache'?: boolean;
|
|
12845
12856
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
12846
12857
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
12847
12858
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13194,6 +13205,8 @@ type CreateJobManualResult = {
|
|
|
13194
13205
|
};
|
|
13195
13206
|
};
|
|
13196
13207
|
'dockerfile': {
|
|
13208
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13209
|
+
'useCache'?: boolean;
|
|
13197
13210
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13198
13211
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13199
13212
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13497,6 +13510,8 @@ type CreateJobManualData = {
|
|
|
13497
13510
|
};
|
|
13498
13511
|
};
|
|
13499
13512
|
'dockerfile': {
|
|
13513
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13514
|
+
'useCache'?: boolean;
|
|
13500
13515
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13501
13516
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13502
13517
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -13757,6 +13772,8 @@ type PutJobManualResult = {
|
|
|
13757
13772
|
};
|
|
13758
13773
|
};
|
|
13759
13774
|
'dockerfile': {
|
|
13775
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
13776
|
+
'useCache'?: boolean;
|
|
13760
13777
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
13761
13778
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
13762
13779
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -14060,6 +14077,8 @@ type PutJobManualData = {
|
|
|
14060
14077
|
};
|
|
14061
14078
|
};
|
|
14062
14079
|
'dockerfile': {
|
|
14080
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
14081
|
+
'useCache'?: boolean;
|
|
14063
14082
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
14064
14083
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
14065
14084
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -14320,6 +14339,8 @@ type PatchJobManualResult = {
|
|
|
14320
14339
|
};
|
|
14321
14340
|
};
|
|
14322
14341
|
'dockerfile': {
|
|
14342
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
14343
|
+
'useCache'?: boolean;
|
|
14323
14344
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
14324
14345
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
14325
14346
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -17905,6 +17926,8 @@ type CreateServiceBuildResult = {
|
|
|
17905
17926
|
};
|
|
17906
17927
|
};
|
|
17907
17928
|
'dockerfile': {
|
|
17929
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
17930
|
+
'useCache'?: boolean;
|
|
17908
17931
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
17909
17932
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
17910
17933
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18062,6 +18085,8 @@ type CreateServiceBuildData = {
|
|
|
18062
18085
|
};
|
|
18063
18086
|
};
|
|
18064
18087
|
'dockerfile': {
|
|
18088
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18089
|
+
'useCache'?: boolean;
|
|
18065
18090
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18066
18091
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18067
18092
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18189,6 +18214,8 @@ type PutServiceBuildResult = {
|
|
|
18189
18214
|
};
|
|
18190
18215
|
};
|
|
18191
18216
|
'dockerfile': {
|
|
18217
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18218
|
+
'useCache'?: boolean;
|
|
18192
18219
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18193
18220
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18194
18221
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18346,6 +18373,8 @@ type PutServiceBuildData = {
|
|
|
18346
18373
|
};
|
|
18347
18374
|
};
|
|
18348
18375
|
'dockerfile': {
|
|
18376
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18377
|
+
'useCache'?: boolean;
|
|
18349
18378
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18350
18379
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18351
18380
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18473,6 +18502,8 @@ type PatchServiceBuildResult = {
|
|
|
18473
18502
|
};
|
|
18474
18503
|
};
|
|
18475
18504
|
'dockerfile': {
|
|
18505
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18506
|
+
'useCache'?: boolean;
|
|
18476
18507
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18477
18508
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18478
18509
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -18908,6 +18939,8 @@ type CreateServiceCombinedResult = {
|
|
|
18908
18939
|
};
|
|
18909
18940
|
};
|
|
18910
18941
|
'dockerfile': {
|
|
18942
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
18943
|
+
'useCache'?: boolean;
|
|
18911
18944
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
18912
18945
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
18913
18946
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -19445,6 +19478,8 @@ type CreateServiceCombinedData = {
|
|
|
19445
19478
|
};
|
|
19446
19479
|
};
|
|
19447
19480
|
'dockerfile': {
|
|
19481
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
19482
|
+
'useCache'?: boolean;
|
|
19448
19483
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
19449
19484
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
19450
19485
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -19814,6 +19849,8 @@ type PutServiceCombinedResult = {
|
|
|
19814
19849
|
};
|
|
19815
19850
|
};
|
|
19816
19851
|
'dockerfile': {
|
|
19852
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
19853
|
+
'useCache'?: boolean;
|
|
19817
19854
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
19818
19855
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
19819
19856
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -20351,6 +20388,8 @@ type PutServiceCombinedData = {
|
|
|
20351
20388
|
};
|
|
20352
20389
|
};
|
|
20353
20390
|
'dockerfile': {
|
|
20391
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
20392
|
+
'useCache'?: boolean;
|
|
20354
20393
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
20355
20394
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
20356
20395
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|
|
@@ -20720,6 +20759,8 @@ type PatchServiceCombinedResult = {
|
|
|
20720
20759
|
};
|
|
20721
20760
|
};
|
|
20722
20761
|
'dockerfile': {
|
|
20762
|
+
/** DEPRECATED: This field will be removed in the near future and currently has no effect. */
|
|
20763
|
+
'useCache'?: boolean;
|
|
20723
20764
|
/** Build engine to use. Defaults to recommended build engine `buildkit` Example: "buildkit" */
|
|
20724
20765
|
'buildEngine'?: 'buildkit' | 'kaniko';
|
|
20725
20766
|
/** The file path of the Dockerfile. Example: "/Dockerfile" */
|