@cloudfleet/sdk 0.0.1-42b710c → 0.0.1-48f3efe
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/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/schemas.gen.d.ts +319 -113
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +320 -122
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +82 -24
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +138 -37
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +196 -0
- package/dist/services/kubernetes/api.d.ts.map +1 -0
- package/dist/services/kubernetes/api.js +140 -0
- package/dist/services/kubernetes/api.js.map +1 -0
- package/dist/services/kubernetes/index.d.ts +44 -0
- package/dist/services/kubernetes/index.d.ts.map +1 -0
- package/dist/services/kubernetes/index.js +68 -0
- package/dist/services/kubernetes/index.js.map +1 -0
- package/dist/services/kubernetes/types.d.ts +1335 -0
- package/dist/services/kubernetes/types.d.ts.map +1 -0
- package/dist/services/kubernetes/types.js +2 -0
- package/dist/services/kubernetes/types.js.map +1 -0
- package/dist/types.gen.d.ts +366 -85
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +440 -364
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +231 -55
- package/dist/zod.gen.js.map +1 -1
- package/package.json +5 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./client.gen";
|
|
2
2
|
export * from "./schemas.gen";
|
|
3
3
|
export * from "./sdk.gen";
|
|
4
|
+
export * from "./services/kubernetes";
|
|
5
|
+
export * as KubernetesTypes from "./services/kubernetes/types";
|
|
4
6
|
export * from "./types.gen";
|
|
5
7
|
export * from "./zod.gen";
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,eAAe,MAAM,6BAA6B,CAAC;AAC/D,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./client.gen";
|
|
2
2
|
export * from "./schemas.gen";
|
|
3
3
|
export * from "./sdk.gen";
|
|
4
|
+
export * from "./services/kubernetes";
|
|
5
|
+
export * as KubernetesTypes from "./services/kubernetes/types";
|
|
4
6
|
export * from "./types.gen";
|
|
5
7
|
export * from "./zod.gen";
|
|
6
8
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,eAAe,MAAM,6BAA6B,CAAC;AAC/D,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
package/dist/schemas.gen.d.ts
CHANGED
|
@@ -67,10 +67,208 @@ export declare const BillingContactSchema: {
|
|
|
67
67
|
readonly description: "Last name of the billing contact person.";
|
|
68
68
|
readonly example: "Doe";
|
|
69
69
|
};
|
|
70
|
+
readonly tax_id: {
|
|
71
|
+
readonly type: "string";
|
|
72
|
+
readonly nullable: true;
|
|
73
|
+
readonly description: "Tax ID of the organization.";
|
|
74
|
+
readonly example: "DE123456789";
|
|
75
|
+
};
|
|
76
|
+
readonly tax_id_type: {
|
|
77
|
+
readonly type: "string";
|
|
78
|
+
readonly nullable: true;
|
|
79
|
+
readonly description: "Type of the tax ID.";
|
|
80
|
+
readonly example: "de_vat";
|
|
81
|
+
readonly enum: readonly ["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""];
|
|
82
|
+
};
|
|
70
83
|
};
|
|
71
84
|
readonly required: readonly ["email", "first_name", "last_name"];
|
|
72
85
|
readonly additionalProperties: false;
|
|
73
86
|
};
|
|
87
|
+
export declare const BillingCreditsSchema: {
|
|
88
|
+
readonly type: "object";
|
|
89
|
+
readonly properties: {
|
|
90
|
+
readonly id: {
|
|
91
|
+
readonly type: "string";
|
|
92
|
+
readonly description: "Generated unique identifier of the promotional code.";
|
|
93
|
+
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
94
|
+
};
|
|
95
|
+
readonly date_created: {
|
|
96
|
+
readonly type: "string";
|
|
97
|
+
readonly format: "date-time";
|
|
98
|
+
readonly description: "Date of the credit application. ISO 8601 date string in the UTC timezone.";
|
|
99
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
100
|
+
};
|
|
101
|
+
readonly code: {
|
|
102
|
+
readonly type: "string";
|
|
103
|
+
readonly description: "Promotional code used by the customer.";
|
|
104
|
+
readonly example: "VQ4SCMB";
|
|
105
|
+
};
|
|
106
|
+
readonly description: {
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
readonly description: "Description of the promotional code.";
|
|
109
|
+
readonly example: "10% off on all products";
|
|
110
|
+
};
|
|
111
|
+
readonly products: {
|
|
112
|
+
readonly type: "array";
|
|
113
|
+
readonly items: {
|
|
114
|
+
readonly type: "string";
|
|
115
|
+
};
|
|
116
|
+
readonly description: "List of product SKUs that the promotional code can be used on.";
|
|
117
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
|
|
118
|
+
};
|
|
119
|
+
readonly type: {
|
|
120
|
+
readonly type: "string";
|
|
121
|
+
readonly description: "Type of the promotional code.";
|
|
122
|
+
readonly example: "credit";
|
|
123
|
+
readonly enum: readonly ["credit", "discount"];
|
|
124
|
+
};
|
|
125
|
+
readonly value: {
|
|
126
|
+
readonly type: "number";
|
|
127
|
+
readonly format: "float";
|
|
128
|
+
readonly description: "Value of the promotional code.";
|
|
129
|
+
readonly example: 10;
|
|
130
|
+
};
|
|
131
|
+
readonly billing_period: {
|
|
132
|
+
readonly type: "string";
|
|
133
|
+
readonly format: "date-time";
|
|
134
|
+
readonly description: "Date of the billing cycle. An ISO 8601 date string in the UTC timezone.";
|
|
135
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
136
|
+
};
|
|
137
|
+
readonly value_remaining: {
|
|
138
|
+
readonly type: "number";
|
|
139
|
+
readonly format: "float";
|
|
140
|
+
readonly description: "Value of the promotional code.";
|
|
141
|
+
readonly example: 10;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
readonly required: readonly ["date_created", "code", "type", "value", "billing_period"];
|
|
145
|
+
readonly additionalProperties: false;
|
|
146
|
+
};
|
|
147
|
+
export declare const ChartCreateInputSchema: {
|
|
148
|
+
readonly type: "object";
|
|
149
|
+
readonly properties: {
|
|
150
|
+
readonly values: {
|
|
151
|
+
readonly type: "string";
|
|
152
|
+
readonly description: "Values to be used in the chart encoded as a JSON string.";
|
|
153
|
+
};
|
|
154
|
+
readonly version_channel: {
|
|
155
|
+
readonly type: "string";
|
|
156
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
157
|
+
readonly description: "Desired version range or channel for the chart.";
|
|
158
|
+
readonly example: "2.x.x-cfke.x";
|
|
159
|
+
};
|
|
160
|
+
readonly name: {
|
|
161
|
+
readonly type: "string";
|
|
162
|
+
readonly maxLength: 63;
|
|
163
|
+
readonly minLength: 1;
|
|
164
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
165
|
+
readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
|
|
166
|
+
readonly example: "postgresql-0";
|
|
167
|
+
};
|
|
168
|
+
readonly namespace: {
|
|
169
|
+
readonly type: "string";
|
|
170
|
+
readonly maxLength: 63;
|
|
171
|
+
readonly minLength: 1;
|
|
172
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
173
|
+
readonly description: "Namespace of the chart deployment";
|
|
174
|
+
readonly example: "default";
|
|
175
|
+
};
|
|
176
|
+
readonly chart: {
|
|
177
|
+
readonly type: "string";
|
|
178
|
+
readonly maxLength: 63;
|
|
179
|
+
readonly minLength: 1;
|
|
180
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
181
|
+
readonly description: "Name of the chart listing";
|
|
182
|
+
readonly example: "postgresql";
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
readonly required: readonly ["values", "version_channel", "name", "namespace", "chart"];
|
|
186
|
+
readonly additionalProperties: false;
|
|
187
|
+
};
|
|
188
|
+
export declare const ChartSchema: {
|
|
189
|
+
readonly type: "object";
|
|
190
|
+
readonly properties: {
|
|
191
|
+
readonly values: {
|
|
192
|
+
readonly type: "string";
|
|
193
|
+
readonly description: "Values to be used in the chart encoded as a JSON string.";
|
|
194
|
+
};
|
|
195
|
+
readonly version_channel: {
|
|
196
|
+
readonly type: "string";
|
|
197
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
198
|
+
readonly description: "Desired version range or channel for the chart.";
|
|
199
|
+
readonly example: "2.x.x-cfke.x";
|
|
200
|
+
};
|
|
201
|
+
readonly name: {
|
|
202
|
+
readonly type: "string";
|
|
203
|
+
readonly maxLength: 63;
|
|
204
|
+
readonly minLength: 1;
|
|
205
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
206
|
+
readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
|
|
207
|
+
readonly example: "postgresql-0";
|
|
208
|
+
};
|
|
209
|
+
readonly namespace: {
|
|
210
|
+
readonly type: "string";
|
|
211
|
+
readonly maxLength: 63;
|
|
212
|
+
readonly minLength: 1;
|
|
213
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
214
|
+
readonly description: "Namespace of the chart deployment";
|
|
215
|
+
readonly example: "default";
|
|
216
|
+
};
|
|
217
|
+
readonly chart: {
|
|
218
|
+
readonly type: "string";
|
|
219
|
+
readonly maxLength: 63;
|
|
220
|
+
readonly minLength: 1;
|
|
221
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
222
|
+
readonly description: "Name of the chart listing";
|
|
223
|
+
readonly example: "postgresql";
|
|
224
|
+
};
|
|
225
|
+
readonly status: {
|
|
226
|
+
readonly type: "string";
|
|
227
|
+
readonly description: "Status of the chart deployment.";
|
|
228
|
+
readonly example: "active";
|
|
229
|
+
readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"];
|
|
230
|
+
};
|
|
231
|
+
readonly version_current: {
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
readonly description: "Current version of the chart deployment.";
|
|
234
|
+
readonly example: "2.1.33-cfke.11";
|
|
235
|
+
};
|
|
236
|
+
readonly created_at: {
|
|
237
|
+
readonly type: "string";
|
|
238
|
+
readonly description: "Creation date and time of the chart deployment.";
|
|
239
|
+
readonly example: "2024-09-12T09:11:27Z";
|
|
240
|
+
};
|
|
241
|
+
readonly updated_at: {
|
|
242
|
+
readonly type: "string";
|
|
243
|
+
readonly description: "Last update date and time of the chart deployment.";
|
|
244
|
+
readonly example: "2024-09-12T09:11:27Z";
|
|
245
|
+
};
|
|
246
|
+
readonly ready: {
|
|
247
|
+
readonly type: "boolean";
|
|
248
|
+
readonly description: "Indicates if the chart deployment is ready to be used.";
|
|
249
|
+
readonly example: true;
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
readonly required: readonly ["values", "version_channel", "name", "namespace", "chart", "status", "version_current", "created_at", "updated_at", "ready"];
|
|
253
|
+
readonly additionalProperties: false;
|
|
254
|
+
};
|
|
255
|
+
export declare const ChartUpdateInputSchema: {
|
|
256
|
+
readonly type: "object";
|
|
257
|
+
readonly properties: {
|
|
258
|
+
readonly values: {
|
|
259
|
+
readonly type: "string";
|
|
260
|
+
readonly description: "Values to be used in the chart encoded as a JSON string.";
|
|
261
|
+
};
|
|
262
|
+
readonly version_channel: {
|
|
263
|
+
readonly type: "string";
|
|
264
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
265
|
+
readonly description: "Desired version range or channel for the chart.";
|
|
266
|
+
readonly example: "2.x.x-cfke.x";
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
readonly required: readonly ["values", "version_channel"];
|
|
270
|
+
readonly additionalProperties: false;
|
|
271
|
+
};
|
|
74
272
|
export declare const ClusterCreateInputSchema: {
|
|
75
273
|
readonly type: "object";
|
|
76
274
|
readonly properties: {
|
|
@@ -316,31 +514,19 @@ export declare const FleetCreateInputSchema: {
|
|
|
316
514
|
readonly additionalProperties: false;
|
|
317
515
|
};
|
|
318
516
|
readonly hetzner: {
|
|
319
|
-
readonly
|
|
320
|
-
|
|
321
|
-
readonly
|
|
322
|
-
readonly
|
|
323
|
-
|
|
324
|
-
readonly default: true;
|
|
325
|
-
};
|
|
326
|
-
readonly apiKey: {
|
|
327
|
-
readonly type: "string";
|
|
328
|
-
};
|
|
517
|
+
readonly type: "object";
|
|
518
|
+
readonly properties: {
|
|
519
|
+
readonly enabled: {
|
|
520
|
+
readonly type: "boolean";
|
|
521
|
+
readonly default: true;
|
|
329
522
|
};
|
|
330
|
-
readonly
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
readonly properties: {
|
|
334
|
-
readonly apiKey: {
|
|
335
|
-
readonly type: "string";
|
|
336
|
-
};
|
|
337
|
-
readonly enabled: {
|
|
338
|
-
readonly type: "boolean";
|
|
339
|
-
readonly default: true;
|
|
340
|
-
};
|
|
523
|
+
readonly apiKey: {
|
|
524
|
+
readonly type: "string";
|
|
525
|
+
readonly description: "Hetzner Cloud API key with read / write access";
|
|
341
526
|
};
|
|
342
|
-
|
|
343
|
-
|
|
527
|
+
};
|
|
528
|
+
readonly required: readonly ["apiKey"];
|
|
529
|
+
readonly additionalProperties: false;
|
|
344
530
|
};
|
|
345
531
|
readonly aws: {
|
|
346
532
|
readonly type: "object";
|
|
@@ -365,13 +551,8 @@ export declare const FleetCreateInputSchema: {
|
|
|
365
551
|
readonly description: "Unique identifier of the kubernetes fleet.";
|
|
366
552
|
readonly example: "new-clouds-fleet";
|
|
367
553
|
};
|
|
368
|
-
readonly type: {
|
|
369
|
-
readonly type: "string";
|
|
370
|
-
readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
|
|
371
|
-
readonly enum: readonly ["managed", "connected"];
|
|
372
|
-
};
|
|
373
554
|
};
|
|
374
|
-
readonly required: readonly ["id"
|
|
555
|
+
readonly required: readonly ["id"];
|
|
375
556
|
readonly additionalProperties: false;
|
|
376
557
|
};
|
|
377
558
|
export declare const FleetSchema: {
|
|
@@ -407,31 +588,19 @@ export declare const FleetSchema: {
|
|
|
407
588
|
readonly additionalProperties: false;
|
|
408
589
|
};
|
|
409
590
|
readonly hetzner: {
|
|
410
|
-
readonly
|
|
411
|
-
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
|
|
415
|
-
readonly default: true;
|
|
416
|
-
};
|
|
417
|
-
readonly apiKey: {
|
|
418
|
-
readonly type: "string";
|
|
419
|
-
};
|
|
591
|
+
readonly type: "object";
|
|
592
|
+
readonly properties: {
|
|
593
|
+
readonly enabled: {
|
|
594
|
+
readonly type: "boolean";
|
|
595
|
+
readonly default: true;
|
|
420
596
|
};
|
|
421
|
-
readonly
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
readonly properties: {
|
|
425
|
-
readonly apiKey: {
|
|
426
|
-
readonly type: "string";
|
|
427
|
-
};
|
|
428
|
-
readonly enabled: {
|
|
429
|
-
readonly type: "boolean";
|
|
430
|
-
readonly default: true;
|
|
431
|
-
};
|
|
597
|
+
readonly apiKey: {
|
|
598
|
+
readonly type: "string";
|
|
599
|
+
readonly description: "Hetzner Cloud API key with read / write access";
|
|
432
600
|
};
|
|
433
|
-
|
|
434
|
-
|
|
601
|
+
};
|
|
602
|
+
readonly required: readonly ["apiKey"];
|
|
603
|
+
readonly additionalProperties: false;
|
|
435
604
|
};
|
|
436
605
|
readonly aws: {
|
|
437
606
|
readonly type: "object";
|
|
@@ -456,13 +625,8 @@ export declare const FleetSchema: {
|
|
|
456
625
|
readonly description: "Unique identifier of the kubernetes fleet.";
|
|
457
626
|
readonly example: "new-clouds-fleet";
|
|
458
627
|
};
|
|
459
|
-
readonly type: {
|
|
460
|
-
readonly type: "string";
|
|
461
|
-
readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
|
|
462
|
-
readonly enum: readonly ["managed", "connected"];
|
|
463
|
-
};
|
|
464
628
|
};
|
|
465
|
-
readonly required: readonly ["id"
|
|
629
|
+
readonly required: readonly ["id"];
|
|
466
630
|
readonly additionalProperties: false;
|
|
467
631
|
};
|
|
468
632
|
export declare const FleetUpdateInputSchema: {
|
|
@@ -498,31 +662,19 @@ export declare const FleetUpdateInputSchema: {
|
|
|
498
662
|
readonly additionalProperties: false;
|
|
499
663
|
};
|
|
500
664
|
readonly hetzner: {
|
|
501
|
-
readonly
|
|
502
|
-
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
505
|
-
|
|
506
|
-
readonly default: true;
|
|
507
|
-
};
|
|
508
|
-
readonly apiKey: {
|
|
509
|
-
readonly type: "string";
|
|
510
|
-
};
|
|
665
|
+
readonly type: "object";
|
|
666
|
+
readonly properties: {
|
|
667
|
+
readonly enabled: {
|
|
668
|
+
readonly type: "boolean";
|
|
669
|
+
readonly default: true;
|
|
511
670
|
};
|
|
512
|
-
readonly
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
readonly properties: {
|
|
516
|
-
readonly apiKey: {
|
|
517
|
-
readonly type: "string";
|
|
518
|
-
};
|
|
519
|
-
readonly enabled: {
|
|
520
|
-
readonly type: "boolean";
|
|
521
|
-
readonly default: true;
|
|
522
|
-
};
|
|
671
|
+
readonly apiKey: {
|
|
672
|
+
readonly type: "string";
|
|
673
|
+
readonly description: "Hetzner Cloud API key with read / write access";
|
|
523
674
|
};
|
|
524
|
-
|
|
525
|
-
|
|
675
|
+
};
|
|
676
|
+
readonly required: readonly ["apiKey"];
|
|
677
|
+
readonly additionalProperties: false;
|
|
526
678
|
};
|
|
527
679
|
readonly aws: {
|
|
528
680
|
readonly type: "object";
|
|
@@ -921,6 +1073,88 @@ export declare const InvoiceSchema: {
|
|
|
921
1073
|
};
|
|
922
1074
|
readonly additionalProperties: false;
|
|
923
1075
|
};
|
|
1076
|
+
export declare const MarketplaceListingSchema: {
|
|
1077
|
+
readonly type: "object";
|
|
1078
|
+
readonly properties: {
|
|
1079
|
+
readonly id: {
|
|
1080
|
+
readonly type: "string";
|
|
1081
|
+
readonly maxLength: 63;
|
|
1082
|
+
readonly minLength: 1;
|
|
1083
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1084
|
+
readonly description: "Id of the chart listing";
|
|
1085
|
+
readonly example: "portworx-enterprise-disaster-recovery-baremetal";
|
|
1086
|
+
};
|
|
1087
|
+
readonly name: {
|
|
1088
|
+
readonly type: "string";
|
|
1089
|
+
readonly description: "Name of the chart listing";
|
|
1090
|
+
readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
|
|
1091
|
+
};
|
|
1092
|
+
readonly developer: {
|
|
1093
|
+
readonly type: "string";
|
|
1094
|
+
readonly description: "Author of the chart listing";
|
|
1095
|
+
readonly example: "Portworx";
|
|
1096
|
+
};
|
|
1097
|
+
readonly description: {
|
|
1098
|
+
readonly type: "string";
|
|
1099
|
+
readonly description: "Short description of the chart listing";
|
|
1100
|
+
readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
|
|
1101
|
+
};
|
|
1102
|
+
readonly logoUrl: {
|
|
1103
|
+
readonly type: "string";
|
|
1104
|
+
readonly description: "Logo of the chart listing";
|
|
1105
|
+
readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
|
|
1106
|
+
};
|
|
1107
|
+
readonly longDescription: {
|
|
1108
|
+
readonly type: "string";
|
|
1109
|
+
readonly description: "Long description of the chart listing";
|
|
1110
|
+
readonly example: "Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....";
|
|
1111
|
+
};
|
|
1112
|
+
readonly categories: {
|
|
1113
|
+
readonly type: "array";
|
|
1114
|
+
readonly items: {
|
|
1115
|
+
readonly type: "string";
|
|
1116
|
+
readonly example: "AI & Machine Learning";
|
|
1117
|
+
};
|
|
1118
|
+
readonly description: "Tags of the chart";
|
|
1119
|
+
};
|
|
1120
|
+
readonly version_channels: {
|
|
1121
|
+
readonly type: "array";
|
|
1122
|
+
readonly items: {
|
|
1123
|
+
readonly type: "string";
|
|
1124
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
1125
|
+
readonly description: "Version of the chart.";
|
|
1126
|
+
readonly example: "2.x.x-cfke.x";
|
|
1127
|
+
};
|
|
1128
|
+
};
|
|
1129
|
+
readonly value_schemas: {
|
|
1130
|
+
readonly type: "array";
|
|
1131
|
+
readonly items: {
|
|
1132
|
+
readonly type: "object";
|
|
1133
|
+
readonly properties: {
|
|
1134
|
+
readonly version: {
|
|
1135
|
+
readonly type: "string";
|
|
1136
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
1137
|
+
readonly description: "Version of the chart.";
|
|
1138
|
+
readonly example: "2.1.1-cfke.123";
|
|
1139
|
+
};
|
|
1140
|
+
readonly schema: {
|
|
1141
|
+
readonly type: "string";
|
|
1142
|
+
readonly description: "Schema of the chart values. JSON Schema as string";
|
|
1143
|
+
};
|
|
1144
|
+
readonly placeholder: {
|
|
1145
|
+
readonly type: "string";
|
|
1146
|
+
readonly description: "Schema of the chart values";
|
|
1147
|
+
readonly example: "foo: 1\nbar: example";
|
|
1148
|
+
};
|
|
1149
|
+
};
|
|
1150
|
+
readonly required: readonly ["version", "schema", "placeholder"];
|
|
1151
|
+
readonly additionalProperties: false;
|
|
1152
|
+
};
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
readonly required: readonly ["id", "name", "developer", "description", "logoUrl", "longDescription", "categories", "version_channels", "value_schemas"];
|
|
1156
|
+
readonly additionalProperties: false;
|
|
1157
|
+
};
|
|
924
1158
|
export declare const OrganizationCreateInputSchema: {
|
|
925
1159
|
readonly type: "object";
|
|
926
1160
|
readonly properties: {
|
|
@@ -1010,12 +1244,6 @@ export declare const OrganizationSchema: {
|
|
|
1010
1244
|
readonly description: "Maximum number of fleets that can be created per cluster.";
|
|
1011
1245
|
readonly example: 999;
|
|
1012
1246
|
};
|
|
1013
|
-
readonly managed_fleets_cpu_max: {
|
|
1014
|
-
readonly type: "integer";
|
|
1015
|
-
readonly minimum: 0;
|
|
1016
|
-
readonly description: "Maximum number of CPU cores per managed fleet.";
|
|
1017
|
-
readonly example: 999;
|
|
1018
|
-
};
|
|
1019
1247
|
readonly cluster_tiers: {
|
|
1020
1248
|
readonly type: "array";
|
|
1021
1249
|
readonly items: {
|
|
@@ -1057,7 +1285,7 @@ export declare const OrganizationSchema: {
|
|
|
1057
1285
|
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1058
1286
|
};
|
|
1059
1287
|
};
|
|
1060
|
-
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "
|
|
1288
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
|
|
1061
1289
|
readonly additionalProperties: false;
|
|
1062
1290
|
readonly description: "For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.";
|
|
1063
1291
|
};
|
|
@@ -1219,13 +1447,13 @@ export declare const UsageSchema: {
|
|
|
1219
1447
|
readonly type: "string";
|
|
1220
1448
|
readonly description: "Tier of the cluster.";
|
|
1221
1449
|
readonly example: "pro";
|
|
1222
|
-
readonly enum: readonly [""];
|
|
1450
|
+
readonly enum: readonly ["basic", "pro", ""];
|
|
1223
1451
|
};
|
|
1224
1452
|
readonly product: {
|
|
1225
1453
|
readonly type: "string";
|
|
1226
1454
|
readonly description: "The product the usage is associated with";
|
|
1227
|
-
readonly example: "
|
|
1228
|
-
readonly enum: readonly ["
|
|
1455
|
+
readonly example: "cfke_controlplane";
|
|
1456
|
+
readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
|
|
1229
1457
|
};
|
|
1230
1458
|
readonly node_name: {
|
|
1231
1459
|
readonly type: "string";
|
|
@@ -1382,28 +1610,6 @@ export declare const UserSchema: {
|
|
|
1382
1610
|
readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
|
|
1383
1611
|
readonly example: "2023-11-02T16:08:14.338Z";
|
|
1384
1612
|
};
|
|
1385
|
-
readonly cluster_permissions: {
|
|
1386
|
-
readonly type: "array";
|
|
1387
|
-
readonly items: {
|
|
1388
|
-
readonly type: "object";
|
|
1389
|
-
readonly properties: {
|
|
1390
|
-
readonly cluster_id: {
|
|
1391
|
-
readonly type: "string";
|
|
1392
|
-
readonly format: "uuid";
|
|
1393
|
-
readonly description: "Unique identifier of the cluster. UUID v4 string in canonical form";
|
|
1394
|
-
readonly example: "035ce46d-44d8-4e58-a8a2-b0192d1c27df";
|
|
1395
|
-
};
|
|
1396
|
-
readonly permissions: {
|
|
1397
|
-
readonly type: "string";
|
|
1398
|
-
readonly description: "User permissions to access the cluster. Can be `readwrite` or `readonly`.";
|
|
1399
|
-
readonly example: "readwrite";
|
|
1400
|
-
readonly enum: readonly ["readwrite", "readonly"];
|
|
1401
|
-
};
|
|
1402
|
-
};
|
|
1403
|
-
readonly required: readonly ["cluster_id", "permissions"];
|
|
1404
|
-
readonly additionalProperties: false;
|
|
1405
|
-
};
|
|
1406
|
-
};
|
|
1407
1613
|
};
|
|
1408
1614
|
readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
|
|
1409
1615
|
readonly additionalProperties: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"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"}
|