@cloudfleet/sdk 0.0.1-964486e → 0.0.1-965e662
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/@tanstack/react-query.gen.d.ts +1125 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1129 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +220 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +15 -23
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +63 -119
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +21 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +20 -7
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +21 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1287 -591
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2610 -689
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +130 -20
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +217 -164
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1037 -361
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3498 -3580
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1177 -1054
- package/dist/zod.gen.js.map +1 -1
- package/package.json +29 -6
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -144
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/schemas.gen.d.ts
CHANGED
|
@@ -57,15 +57,10 @@ export declare const BillingContactSchema: {
|
|
|
57
57
|
readonly description: "Email address used for billing as a string.";
|
|
58
58
|
readonly example: "email@example.com";
|
|
59
59
|
};
|
|
60
|
-
readonly
|
|
61
|
-
readonly type: "string";
|
|
62
|
-
readonly description: "First name of the billing contact person.";
|
|
63
|
-
readonly example: "John";
|
|
64
|
-
};
|
|
65
|
-
readonly last_name: {
|
|
60
|
+
readonly individual_name: {
|
|
66
61
|
readonly type: "string";
|
|
67
|
-
readonly description: "
|
|
68
|
-
readonly example: "Doe";
|
|
62
|
+
readonly description: "Name of the billing contact person.";
|
|
63
|
+
readonly example: "John Doe";
|
|
69
64
|
};
|
|
70
65
|
readonly tax_id: {
|
|
71
66
|
readonly type: "string";
|
|
@@ -81,7 +76,7 @@ export declare const BillingContactSchema: {
|
|
|
81
76
|
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
77
|
};
|
|
83
78
|
};
|
|
84
|
-
readonly required: readonly ["email", "
|
|
79
|
+
readonly required: readonly ["email", "individual_name"];
|
|
85
80
|
readonly additionalProperties: false;
|
|
86
81
|
};
|
|
87
82
|
export declare const BillingCreditsSchema: {
|
|
@@ -92,10 +87,22 @@ export declare const BillingCreditsSchema: {
|
|
|
92
87
|
readonly description: "Generated unique identifier of the promotional code.";
|
|
93
88
|
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
94
89
|
};
|
|
95
|
-
readonly
|
|
90
|
+
readonly type: {
|
|
91
|
+
readonly type: "string";
|
|
92
|
+
readonly description: "Type of the promotional code.";
|
|
93
|
+
readonly example: "credit";
|
|
94
|
+
readonly enum: readonly ["credit", "discount"];
|
|
95
|
+
};
|
|
96
|
+
readonly date_start: {
|
|
97
|
+
readonly type: "string";
|
|
98
|
+
readonly format: "date-time";
|
|
99
|
+
readonly description: "Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.";
|
|
100
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
101
|
+
};
|
|
102
|
+
readonly date_end: {
|
|
96
103
|
readonly type: "string";
|
|
97
104
|
readonly format: "date-time";
|
|
98
|
-
readonly description: "
|
|
105
|
+
readonly description: "Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.";
|
|
99
106
|
readonly example: "2023-12-20T13:53:32.000Z";
|
|
100
107
|
};
|
|
101
108
|
readonly code: {
|
|
@@ -108,40 +115,20 @@ export declare const BillingCreditsSchema: {
|
|
|
108
115
|
readonly description: "Description of the promotional code.";
|
|
109
116
|
readonly example: "10% off on all products";
|
|
110
117
|
};
|
|
111
|
-
readonly
|
|
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: {
|
|
118
|
+
readonly value_total: {
|
|
126
119
|
readonly type: "number";
|
|
127
120
|
readonly format: "float";
|
|
128
|
-
readonly description: "
|
|
121
|
+
readonly description: "Total value of the promotional code.";
|
|
129
122
|
readonly example: 10;
|
|
130
123
|
};
|
|
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
124
|
readonly value_remaining: {
|
|
138
125
|
readonly type: "number";
|
|
139
126
|
readonly format: "float";
|
|
140
|
-
readonly description: "
|
|
141
|
-
readonly example:
|
|
127
|
+
readonly description: "Remaining value of the promotional code.";
|
|
128
|
+
readonly example: 8;
|
|
142
129
|
};
|
|
143
130
|
};
|
|
144
|
-
readonly required: readonly ["
|
|
131
|
+
readonly required: readonly ["type", "date_start", "code", "value_total"];
|
|
145
132
|
readonly additionalProperties: false;
|
|
146
133
|
};
|
|
147
134
|
export declare const ChartCreateInputSchema: {
|
|
@@ -288,17 +275,18 @@ export declare const ClusterCreateInputSchema: {
|
|
|
288
275
|
};
|
|
289
276
|
readonly region: {
|
|
290
277
|
readonly type: "string";
|
|
291
|
-
readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
|
|
292
|
-
readonly default: "staging";
|
|
293
|
-
readonly example: "northamerica-central-
|
|
294
|
-
readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
|
|
278
|
+
readonly description: "Cloudfleet control plane region. One of \"staging-1a\", \"northamerica-central-1\", \"europe-central-1a\", \"northamerica-central-1a\". This field can not be updated after creation.";
|
|
279
|
+
readonly default: "staging-1a";
|
|
280
|
+
readonly example: "northamerica-central-1a";
|
|
281
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
295
282
|
};
|
|
296
283
|
readonly version_channel: {
|
|
297
284
|
readonly type: "string";
|
|
298
285
|
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-]+)*))?$";
|
|
299
286
|
readonly description: "Version of the kubernetes cluster.";
|
|
300
287
|
readonly default: "1.x.x-cfke.x";
|
|
301
|
-
readonly example: "1.
|
|
288
|
+
readonly example: "1.x.x-cfke.x";
|
|
289
|
+
readonly enum: readonly ["1.x.x-cfke.x", "1.31.x-cfke.x", "1.32.x-cfke.x", "1.33.x-cfke.x"];
|
|
302
290
|
};
|
|
303
291
|
};
|
|
304
292
|
readonly required: readonly ["name", "tier"];
|
|
@@ -318,6 +306,11 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
318
306
|
readonly description: "Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.";
|
|
319
307
|
readonly example: "https://10.31.64.7:6443";
|
|
320
308
|
};
|
|
309
|
+
readonly cluster_dns: {
|
|
310
|
+
readonly type: "string";
|
|
311
|
+
readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
|
|
312
|
+
readonly example: "10.96.0.10";
|
|
313
|
+
};
|
|
321
314
|
readonly auth_key: {
|
|
322
315
|
readonly type: "string";
|
|
323
316
|
readonly description: "Authentication key for the cluster.";
|
|
@@ -334,7 +327,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
334
327
|
readonly kubernetes: {
|
|
335
328
|
readonly type: "string";
|
|
336
329
|
readonly description: "Kubernetes version of the cluster.";
|
|
337
|
-
readonly example: "1.
|
|
330
|
+
readonly example: "1.33.7";
|
|
338
331
|
};
|
|
339
332
|
readonly tailscale: {
|
|
340
333
|
readonly type: "string";
|
|
@@ -346,8 +339,13 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
346
339
|
readonly description: "Containerd version of the cluster.";
|
|
347
340
|
readonly example: "1.7.19";
|
|
348
341
|
};
|
|
342
|
+
readonly nvidia_driver: {
|
|
343
|
+
readonly type: "string";
|
|
344
|
+
readonly description: "NVIDIA driver version of the cluster.";
|
|
345
|
+
readonly example: "565.0.0";
|
|
346
|
+
};
|
|
349
347
|
};
|
|
350
|
-
readonly required: readonly ["kubernetes", "tailscale", "containerd"];
|
|
348
|
+
readonly required: readonly ["kubernetes", "tailscale", "containerd", "nvidia_driver"];
|
|
351
349
|
readonly additionalProperties: false;
|
|
352
350
|
readonly description: "Versions of the different components of the cluster.";
|
|
353
351
|
};
|
|
@@ -375,7 +373,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
375
373
|
readonly description: "OIDC Information for hosts to access to third party API's.";
|
|
376
374
|
};
|
|
377
375
|
};
|
|
378
|
-
readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
376
|
+
readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
379
377
|
readonly additionalProperties: false;
|
|
380
378
|
};
|
|
381
379
|
export declare const ClusterSchema: {
|
|
@@ -397,17 +395,10 @@ export declare const ClusterSchema: {
|
|
|
397
395
|
};
|
|
398
396
|
readonly region: {
|
|
399
397
|
readonly type: "string";
|
|
400
|
-
readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
|
|
401
|
-
readonly default: "staging";
|
|
402
|
-
readonly example: "northamerica-central-
|
|
403
|
-
readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
|
|
404
|
-
};
|
|
405
|
-
readonly version_channel: {
|
|
406
|
-
readonly type: "string";
|
|
407
|
-
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-]+)*))?$";
|
|
408
|
-
readonly description: "Version of the kubernetes cluster.";
|
|
409
|
-
readonly default: "1.x.x-cfke.x";
|
|
410
|
-
readonly example: "1.29.x-cfke.x";
|
|
398
|
+
readonly description: "Cloudfleet control plane region. One of \"staging-1a\", \"northamerica-central-1\", \"europe-central-1a\", \"northamerica-central-1a\". This field can not be updated after creation.";
|
|
399
|
+
readonly default: "staging-1a";
|
|
400
|
+
readonly example: "northamerica-central-1a";
|
|
401
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
411
402
|
};
|
|
412
403
|
readonly id: {
|
|
413
404
|
readonly type: "string";
|
|
@@ -419,19 +410,30 @@ export declare const ClusterSchema: {
|
|
|
419
410
|
readonly type: "string";
|
|
420
411
|
readonly description: "Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.";
|
|
421
412
|
readonly example: "active";
|
|
422
|
-
readonly enum: readonly ["active", "deleted", "creating", "deployed", "failed", "updating"];
|
|
413
|
+
readonly enum: readonly ["active", "disabled", "deleted", "creating", "deployed", "failed", "updating"];
|
|
423
414
|
};
|
|
424
415
|
readonly endpoint: {
|
|
425
416
|
readonly anyOf: readonly [{
|
|
426
417
|
readonly type: "string";
|
|
427
418
|
readonly format: "uri";
|
|
428
|
-
readonly description: "URL of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.";
|
|
419
|
+
readonly description: "URL signed by the private CA of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster. (Deprecated, use endpoint_public instead)";
|
|
429
420
|
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.cloudfleet.dev:6443";
|
|
430
421
|
}, {
|
|
431
422
|
readonly type: "string";
|
|
432
423
|
readonly enum: readonly [""];
|
|
433
424
|
}];
|
|
434
425
|
};
|
|
426
|
+
readonly endpoint_public: {
|
|
427
|
+
readonly anyOf: readonly [{
|
|
428
|
+
readonly type: "string";
|
|
429
|
+
readonly format: "uri";
|
|
430
|
+
readonly description: "URL signed by a public CA of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.";
|
|
431
|
+
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
|
|
432
|
+
}, {
|
|
433
|
+
readonly type: "string";
|
|
434
|
+
readonly enum: readonly [""];
|
|
435
|
+
}];
|
|
436
|
+
};
|
|
435
437
|
readonly certificate_ca: {
|
|
436
438
|
readonly type: "string";
|
|
437
439
|
readonly description: "Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.";
|
|
@@ -440,7 +442,7 @@ export declare const ClusterSchema: {
|
|
|
440
442
|
readonly version_current: {
|
|
441
443
|
readonly type: "string";
|
|
442
444
|
readonly description: "Current version of the cluster.";
|
|
443
|
-
readonly example: "1.
|
|
445
|
+
readonly example: "1.33.7-cfke.264";
|
|
444
446
|
};
|
|
445
447
|
readonly created_at: {
|
|
446
448
|
readonly type: "string";
|
|
@@ -457,6 +459,12 @@ export declare const ClusterSchema: {
|
|
|
457
459
|
readonly description: "Indicates if the cluster is ready to be used.";
|
|
458
460
|
readonly example: true;
|
|
459
461
|
};
|
|
462
|
+
readonly version_channel: {
|
|
463
|
+
readonly type: "string";
|
|
464
|
+
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-]+)*))?$";
|
|
465
|
+
readonly description: "Version of the kubernetes cluster.";
|
|
466
|
+
readonly example: "1.x.x-cfke.x";
|
|
467
|
+
};
|
|
460
468
|
};
|
|
461
469
|
readonly required: readonly ["name", "tier", "id", "status"];
|
|
462
470
|
readonly additionalProperties: false;
|
|
@@ -482,7 +490,7 @@ export declare const ClusterUpdateInputSchema: {
|
|
|
482
490
|
readonly type: "string";
|
|
483
491
|
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-]+)*))?$";
|
|
484
492
|
readonly description: "Version of the kubernetes cluster.";
|
|
485
|
-
readonly example: "1.
|
|
493
|
+
readonly example: "1.x.x-cfke.x";
|
|
486
494
|
};
|
|
487
495
|
};
|
|
488
496
|
readonly required: readonly ["tier"];
|
|
@@ -495,13 +503,12 @@ export declare const FleetCreateInputSchema: {
|
|
|
495
503
|
readonly type: "object";
|
|
496
504
|
readonly properties: {
|
|
497
505
|
readonly cpu: {
|
|
498
|
-
readonly type: "
|
|
499
|
-
readonly format: "float";
|
|
506
|
+
readonly type: "integer";
|
|
500
507
|
readonly minimum: 0;
|
|
501
|
-
readonly
|
|
508
|
+
readonly maximum: 100000;
|
|
509
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
502
510
|
};
|
|
503
511
|
};
|
|
504
|
-
readonly required: readonly ["cpu"];
|
|
505
512
|
readonly additionalProperties: false;
|
|
506
513
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
507
514
|
};
|
|
@@ -510,14 +517,15 @@ export declare const FleetCreateInputSchema: {
|
|
|
510
517
|
readonly properties: {
|
|
511
518
|
readonly enabled: {
|
|
512
519
|
readonly type: "boolean";
|
|
513
|
-
readonly default: true;
|
|
514
520
|
};
|
|
515
521
|
readonly project: {
|
|
516
522
|
readonly type: "string";
|
|
517
|
-
readonly
|
|
523
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
524
|
+
readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
|
|
525
|
+
readonly example: "my-cloudfleet-project";
|
|
518
526
|
};
|
|
519
527
|
};
|
|
520
|
-
readonly required: readonly ["
|
|
528
|
+
readonly required: readonly ["enabled"];
|
|
521
529
|
readonly additionalProperties: false;
|
|
522
530
|
};
|
|
523
531
|
readonly hetzner: {
|
|
@@ -525,14 +533,16 @@ export declare const FleetCreateInputSchema: {
|
|
|
525
533
|
readonly properties: {
|
|
526
534
|
readonly enabled: {
|
|
527
535
|
readonly type: "boolean";
|
|
528
|
-
readonly default: true;
|
|
529
536
|
};
|
|
530
537
|
readonly apiKey: {
|
|
531
538
|
readonly type: "string";
|
|
532
|
-
readonly
|
|
539
|
+
readonly maxLength: 64;
|
|
540
|
+
readonly minLength: 64;
|
|
541
|
+
readonly pattern: "^[A-Za-z0-9]+$";
|
|
542
|
+
readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
|
|
533
543
|
};
|
|
534
544
|
};
|
|
535
|
-
readonly required: readonly ["
|
|
545
|
+
readonly required: readonly ["enabled"];
|
|
536
546
|
readonly additionalProperties: false;
|
|
537
547
|
};
|
|
538
548
|
readonly aws: {
|
|
@@ -540,15 +550,66 @@ export declare const FleetCreateInputSchema: {
|
|
|
540
550
|
readonly properties: {
|
|
541
551
|
readonly enabled: {
|
|
542
552
|
readonly type: "boolean";
|
|
543
|
-
readonly default: true;
|
|
544
553
|
};
|
|
545
554
|
readonly controllerRoleArn: {
|
|
546
555
|
readonly type: "string";
|
|
547
|
-
readonly
|
|
556
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
557
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
558
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
readonly required: readonly ["enabled"];
|
|
562
|
+
readonly additionalProperties: false;
|
|
563
|
+
};
|
|
564
|
+
readonly constraints: {
|
|
565
|
+
readonly type: "object";
|
|
566
|
+
readonly properties: {
|
|
567
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
568
|
+
readonly type: "array";
|
|
569
|
+
readonly items: {
|
|
570
|
+
readonly type: "string";
|
|
571
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
572
|
+
};
|
|
573
|
+
readonly minItems: 1;
|
|
574
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
575
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
576
|
+
};
|
|
577
|
+
readonly 'kubernetes.io/arch': {
|
|
578
|
+
readonly type: "array";
|
|
579
|
+
readonly items: {
|
|
580
|
+
readonly type: "string";
|
|
581
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
582
|
+
};
|
|
583
|
+
readonly minItems: 1;
|
|
584
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
585
|
+
readonly default: readonly ["amd64"];
|
|
586
|
+
};
|
|
587
|
+
readonly 'cfke.io/instance-family': {
|
|
588
|
+
readonly type: "array";
|
|
589
|
+
readonly items: {
|
|
590
|
+
readonly type: "string";
|
|
591
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
592
|
+
};
|
|
593
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
594
|
+
};
|
|
595
|
+
readonly 'topology.kubernetes.io/region': {
|
|
596
|
+
readonly type: "array";
|
|
597
|
+
readonly items: {
|
|
598
|
+
readonly type: "string";
|
|
599
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
600
|
+
};
|
|
601
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
548
602
|
};
|
|
549
603
|
};
|
|
550
|
-
readonly required: readonly ["controllerRoleArn"];
|
|
551
604
|
readonly additionalProperties: false;
|
|
605
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
606
|
+
};
|
|
607
|
+
readonly scalingProfile: {
|
|
608
|
+
readonly type: "string";
|
|
609
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
610
|
+
readonly default: "conservative";
|
|
611
|
+
readonly example: "conservative";
|
|
612
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
552
613
|
};
|
|
553
614
|
readonly id: {
|
|
554
615
|
readonly type: "string";
|
|
@@ -569,13 +630,12 @@ export declare const FleetSchema: {
|
|
|
569
630
|
readonly type: "object";
|
|
570
631
|
readonly properties: {
|
|
571
632
|
readonly cpu: {
|
|
572
|
-
readonly type: "
|
|
573
|
-
readonly format: "float";
|
|
633
|
+
readonly type: "integer";
|
|
574
634
|
readonly minimum: 0;
|
|
575
|
-
readonly
|
|
635
|
+
readonly maximum: 100000;
|
|
636
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
576
637
|
};
|
|
577
638
|
};
|
|
578
|
-
readonly required: readonly ["cpu"];
|
|
579
639
|
readonly additionalProperties: false;
|
|
580
640
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
581
641
|
};
|
|
@@ -584,14 +644,15 @@ export declare const FleetSchema: {
|
|
|
584
644
|
readonly properties: {
|
|
585
645
|
readonly enabled: {
|
|
586
646
|
readonly type: "boolean";
|
|
587
|
-
readonly default: true;
|
|
588
647
|
};
|
|
589
648
|
readonly project: {
|
|
590
649
|
readonly type: "string";
|
|
591
|
-
readonly
|
|
650
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
651
|
+
readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
|
|
652
|
+
readonly example: "my-cloudfleet-project";
|
|
592
653
|
};
|
|
593
654
|
};
|
|
594
|
-
readonly required: readonly ["
|
|
655
|
+
readonly required: readonly ["enabled"];
|
|
595
656
|
readonly additionalProperties: false;
|
|
596
657
|
};
|
|
597
658
|
readonly hetzner: {
|
|
@@ -599,14 +660,14 @@ export declare const FleetSchema: {
|
|
|
599
660
|
readonly properties: {
|
|
600
661
|
readonly enabled: {
|
|
601
662
|
readonly type: "boolean";
|
|
602
|
-
readonly default: true;
|
|
603
663
|
};
|
|
604
664
|
readonly apiKey: {
|
|
605
665
|
readonly type: "string";
|
|
606
|
-
readonly
|
|
666
|
+
readonly pattern: "^\\*{64}$";
|
|
667
|
+
readonly description: "Redacted Hetzner API token. Returned as 64 asterisks when a token is configured; omitted otherwise. The real value is never echoed by the API.";
|
|
607
668
|
};
|
|
608
669
|
};
|
|
609
|
-
readonly required: readonly ["
|
|
670
|
+
readonly required: readonly ["enabled"];
|
|
610
671
|
readonly additionalProperties: false;
|
|
611
672
|
};
|
|
612
673
|
readonly aws: {
|
|
@@ -614,15 +675,66 @@ export declare const FleetSchema: {
|
|
|
614
675
|
readonly properties: {
|
|
615
676
|
readonly enabled: {
|
|
616
677
|
readonly type: "boolean";
|
|
617
|
-
readonly default: true;
|
|
618
678
|
};
|
|
619
679
|
readonly controllerRoleArn: {
|
|
620
680
|
readonly type: "string";
|
|
621
|
-
readonly
|
|
681
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
682
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
683
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
readonly required: readonly ["enabled"];
|
|
687
|
+
readonly additionalProperties: false;
|
|
688
|
+
};
|
|
689
|
+
readonly constraints: {
|
|
690
|
+
readonly type: "object";
|
|
691
|
+
readonly properties: {
|
|
692
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
693
|
+
readonly type: "array";
|
|
694
|
+
readonly items: {
|
|
695
|
+
readonly type: "string";
|
|
696
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
697
|
+
};
|
|
698
|
+
readonly minItems: 1;
|
|
699
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
700
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
701
|
+
};
|
|
702
|
+
readonly 'kubernetes.io/arch': {
|
|
703
|
+
readonly type: "array";
|
|
704
|
+
readonly items: {
|
|
705
|
+
readonly type: "string";
|
|
706
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
707
|
+
};
|
|
708
|
+
readonly minItems: 1;
|
|
709
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
710
|
+
readonly default: readonly ["amd64"];
|
|
711
|
+
};
|
|
712
|
+
readonly 'cfke.io/instance-family': {
|
|
713
|
+
readonly type: "array";
|
|
714
|
+
readonly items: {
|
|
715
|
+
readonly type: "string";
|
|
716
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
717
|
+
};
|
|
718
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
719
|
+
};
|
|
720
|
+
readonly 'topology.kubernetes.io/region': {
|
|
721
|
+
readonly type: "array";
|
|
722
|
+
readonly items: {
|
|
723
|
+
readonly type: "string";
|
|
724
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
725
|
+
};
|
|
726
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
622
727
|
};
|
|
623
728
|
};
|
|
624
|
-
readonly required: readonly ["controllerRoleArn"];
|
|
625
729
|
readonly additionalProperties: false;
|
|
730
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
731
|
+
};
|
|
732
|
+
readonly scalingProfile: {
|
|
733
|
+
readonly type: "string";
|
|
734
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
735
|
+
readonly default: "conservative";
|
|
736
|
+
readonly example: "conservative";
|
|
737
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
626
738
|
};
|
|
627
739
|
readonly id: {
|
|
628
740
|
readonly type: "string";
|
|
@@ -633,7 +745,7 @@ export declare const FleetSchema: {
|
|
|
633
745
|
readonly example: "new-clouds-fleet";
|
|
634
746
|
};
|
|
635
747
|
};
|
|
636
|
-
readonly required: readonly ["id"];
|
|
748
|
+
readonly required: readonly ["scalingProfile", "id"];
|
|
637
749
|
readonly additionalProperties: false;
|
|
638
750
|
};
|
|
639
751
|
export declare const FleetUpdateInputSchema: {
|
|
@@ -643,13 +755,12 @@ export declare const FleetUpdateInputSchema: {
|
|
|
643
755
|
readonly type: "object";
|
|
644
756
|
readonly properties: {
|
|
645
757
|
readonly cpu: {
|
|
646
|
-
readonly type: "
|
|
647
|
-
readonly format: "float";
|
|
758
|
+
readonly type: "integer";
|
|
648
759
|
readonly minimum: 0;
|
|
649
|
-
readonly
|
|
760
|
+
readonly maximum: 100000;
|
|
761
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
650
762
|
};
|
|
651
763
|
};
|
|
652
|
-
readonly required: readonly ["cpu"];
|
|
653
764
|
readonly additionalProperties: false;
|
|
654
765
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
655
766
|
};
|
|
@@ -658,14 +769,15 @@ export declare const FleetUpdateInputSchema: {
|
|
|
658
769
|
readonly properties: {
|
|
659
770
|
readonly enabled: {
|
|
660
771
|
readonly type: "boolean";
|
|
661
|
-
readonly default: true;
|
|
662
772
|
};
|
|
663
773
|
readonly project: {
|
|
664
774
|
readonly type: "string";
|
|
665
|
-
readonly
|
|
775
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
776
|
+
readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
|
|
777
|
+
readonly example: "my-cloudfleet-project";
|
|
666
778
|
};
|
|
667
779
|
};
|
|
668
|
-
readonly required: readonly ["
|
|
780
|
+
readonly required: readonly ["enabled"];
|
|
669
781
|
readonly additionalProperties: false;
|
|
670
782
|
};
|
|
671
783
|
readonly hetzner: {
|
|
@@ -673,14 +785,16 @@ export declare const FleetUpdateInputSchema: {
|
|
|
673
785
|
readonly properties: {
|
|
674
786
|
readonly enabled: {
|
|
675
787
|
readonly type: "boolean";
|
|
676
|
-
readonly default: true;
|
|
677
788
|
};
|
|
678
789
|
readonly apiKey: {
|
|
679
790
|
readonly type: "string";
|
|
680
|
-
readonly
|
|
791
|
+
readonly maxLength: 64;
|
|
792
|
+
readonly minLength: 64;
|
|
793
|
+
readonly pattern: "^[A-Za-z0-9]+$";
|
|
794
|
+
readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
|
|
681
795
|
};
|
|
682
796
|
};
|
|
683
|
-
readonly required: readonly ["
|
|
797
|
+
readonly required: readonly ["enabled"];
|
|
684
798
|
readonly additionalProperties: false;
|
|
685
799
|
};
|
|
686
800
|
readonly aws: {
|
|
@@ -688,17 +802,66 @@ export declare const FleetUpdateInputSchema: {
|
|
|
688
802
|
readonly properties: {
|
|
689
803
|
readonly enabled: {
|
|
690
804
|
readonly type: "boolean";
|
|
691
|
-
readonly default: true;
|
|
692
805
|
};
|
|
693
806
|
readonly controllerRoleArn: {
|
|
694
807
|
readonly type: "string";
|
|
695
|
-
readonly
|
|
808
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
809
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
810
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
readonly required: readonly ["enabled"];
|
|
814
|
+
readonly additionalProperties: false;
|
|
815
|
+
};
|
|
816
|
+
readonly constraints: {
|
|
817
|
+
readonly type: "object";
|
|
818
|
+
readonly properties: {
|
|
819
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
820
|
+
readonly type: "array";
|
|
821
|
+
readonly items: {
|
|
822
|
+
readonly type: "string";
|
|
823
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
824
|
+
};
|
|
825
|
+
readonly minItems: 1;
|
|
826
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
827
|
+
};
|
|
828
|
+
readonly 'kubernetes.io/arch': {
|
|
829
|
+
readonly type: "array";
|
|
830
|
+
readonly items: {
|
|
831
|
+
readonly type: "string";
|
|
832
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
833
|
+
};
|
|
834
|
+
readonly minItems: 1;
|
|
835
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
836
|
+
};
|
|
837
|
+
readonly 'cfke.io/instance-family': {
|
|
838
|
+
readonly type: "array";
|
|
839
|
+
readonly items: {
|
|
840
|
+
readonly type: "string";
|
|
841
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
842
|
+
};
|
|
843
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
844
|
+
};
|
|
845
|
+
readonly 'topology.kubernetes.io/region': {
|
|
846
|
+
readonly type: "array";
|
|
847
|
+
readonly items: {
|
|
848
|
+
readonly type: "string";
|
|
849
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
850
|
+
};
|
|
851
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
696
852
|
};
|
|
697
853
|
};
|
|
698
|
-
readonly required: readonly ["controllerRoleArn"];
|
|
699
854
|
readonly additionalProperties: false;
|
|
855
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
856
|
+
};
|
|
857
|
+
readonly scalingProfile: {
|
|
858
|
+
readonly type: "string";
|
|
859
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
860
|
+
readonly example: "conservative";
|
|
861
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
700
862
|
};
|
|
701
863
|
};
|
|
864
|
+
readonly required: readonly ["scalingProfile"];
|
|
702
865
|
readonly additionalProperties: false;
|
|
703
866
|
};
|
|
704
867
|
export declare const InviteSchema: {
|
|
@@ -741,23 +904,18 @@ export declare const InvoiceSchema: {
|
|
|
741
904
|
readonly properties: {
|
|
742
905
|
readonly id: {
|
|
743
906
|
readonly type: "string";
|
|
744
|
-
readonly
|
|
745
|
-
readonly
|
|
746
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
907
|
+
readonly description: "Unique identifier of the invoice.";
|
|
908
|
+
readonly example: "in_1234567890xCrwxghOTj1234";
|
|
747
909
|
};
|
|
748
|
-
readonly
|
|
910
|
+
readonly number: {
|
|
749
911
|
readonly type: "string";
|
|
750
|
-
readonly format: "uuid";
|
|
751
|
-
readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
|
|
752
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
753
912
|
};
|
|
754
913
|
readonly status: {
|
|
755
914
|
readonly type: "string";
|
|
756
915
|
readonly description: "Status of the invoice";
|
|
757
|
-
readonly example: "
|
|
758
|
-
readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
|
|
916
|
+
readonly example: "paid";
|
|
759
917
|
};
|
|
760
|
-
readonly
|
|
918
|
+
readonly total: {
|
|
761
919
|
readonly type: "number";
|
|
762
920
|
readonly format: "float";
|
|
763
921
|
readonly description: "Total amount of the invoice";
|
|
@@ -766,400 +924,169 @@ export declare const InvoiceSchema: {
|
|
|
766
924
|
readonly currency: {
|
|
767
925
|
readonly type: "string";
|
|
768
926
|
readonly description: "Currency of the invoice";
|
|
769
|
-
readonly example: "
|
|
770
|
-
readonly enum: readonly ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LVL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SPL", "SRD", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"];
|
|
927
|
+
readonly example: "usd";
|
|
771
928
|
};
|
|
772
|
-
readonly
|
|
773
|
-
readonly type: "
|
|
774
|
-
readonly format: "
|
|
775
|
-
readonly description: "
|
|
776
|
-
readonly example:
|
|
929
|
+
readonly created: {
|
|
930
|
+
readonly type: "string";
|
|
931
|
+
readonly format: "date-time";
|
|
932
|
+
readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
|
|
933
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
777
934
|
};
|
|
778
|
-
readonly
|
|
779
|
-
readonly type: "
|
|
780
|
-
readonly format: "
|
|
781
|
-
readonly description: "
|
|
782
|
-
readonly example:
|
|
935
|
+
readonly period_start: {
|
|
936
|
+
readonly type: "string";
|
|
937
|
+
readonly format: "date-time";
|
|
938
|
+
readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
|
|
939
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
783
940
|
};
|
|
784
|
-
readonly
|
|
941
|
+
readonly period_end: {
|
|
785
942
|
readonly type: "string";
|
|
786
|
-
readonly
|
|
787
|
-
readonly
|
|
943
|
+
readonly format: "date-time";
|
|
944
|
+
readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
|
|
945
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
788
946
|
};
|
|
789
|
-
readonly
|
|
947
|
+
readonly invoice_pdf: {
|
|
790
948
|
readonly type: "string";
|
|
791
|
-
readonly description: "Target date of the invoice";
|
|
792
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
793
949
|
};
|
|
794
|
-
|
|
950
|
+
};
|
|
951
|
+
readonly required: readonly ["created", "period_start", "period_end"];
|
|
952
|
+
readonly additionalProperties: false;
|
|
953
|
+
};
|
|
954
|
+
export declare const MarketplaceListingFilesSchema: {
|
|
955
|
+
readonly type: "object";
|
|
956
|
+
readonly properties: {
|
|
957
|
+
readonly chartYaml: {
|
|
958
|
+
readonly type: "string";
|
|
959
|
+
readonly description: "Raw Chart.yaml content from the Helm chart";
|
|
960
|
+
readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
|
|
961
|
+
};
|
|
962
|
+
readonly valuesYaml: {
|
|
795
963
|
readonly type: "string";
|
|
796
|
-
readonly description: "
|
|
797
|
-
readonly example: "
|
|
964
|
+
readonly description: "Raw values.yaml content from the Helm chart";
|
|
965
|
+
readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
|
|
798
966
|
};
|
|
799
|
-
readonly
|
|
800
|
-
readonly type: "
|
|
801
|
-
readonly
|
|
802
|
-
readonly
|
|
803
|
-
readonly example: 100;
|
|
967
|
+
readonly valuesSchemaJson: {
|
|
968
|
+
readonly type: "string";
|
|
969
|
+
readonly description: "JSON schema for values.yaml as a string";
|
|
970
|
+
readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
|
|
804
971
|
};
|
|
805
|
-
|
|
972
|
+
};
|
|
973
|
+
readonly additionalProperties: false;
|
|
974
|
+
};
|
|
975
|
+
export declare const MarketplaceListingSchema: {
|
|
976
|
+
readonly type: "object";
|
|
977
|
+
readonly properties: {
|
|
978
|
+
readonly name: {
|
|
806
979
|
readonly type: "string";
|
|
807
|
-
readonly description: "
|
|
808
|
-
readonly example: "
|
|
980
|
+
readonly description: "Name of the chart";
|
|
981
|
+
readonly example: "nginx-ingress";
|
|
809
982
|
};
|
|
810
|
-
readonly
|
|
983
|
+
readonly versions: {
|
|
811
984
|
readonly type: "array";
|
|
812
985
|
readonly items: {
|
|
813
|
-
readonly type: "
|
|
814
|
-
readonly
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
986
|
+
readonly type: "string";
|
|
987
|
+
readonly pattern: "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(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-]+)*))?$";
|
|
988
|
+
readonly description: "Specific version of the chart";
|
|
989
|
+
readonly example: "1.18.2-cfke.45";
|
|
990
|
+
};
|
|
991
|
+
readonly description: "Available versions of the chart";
|
|
992
|
+
};
|
|
993
|
+
readonly version_channels: {
|
|
994
|
+
readonly type: "array";
|
|
995
|
+
readonly items: {
|
|
996
|
+
readonly type: "string";
|
|
997
|
+
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-]+)*))?$";
|
|
998
|
+
readonly description: "Version channel pattern";
|
|
999
|
+
readonly example: "1.18.x-cfke.x";
|
|
1000
|
+
};
|
|
1001
|
+
readonly description: "Version channels for the chart";
|
|
1002
|
+
};
|
|
1003
|
+
readonly latestVersion: {
|
|
1004
|
+
readonly type: "string";
|
|
1005
|
+
readonly description: "Latest version of the chart";
|
|
1006
|
+
readonly example: "1.18.2-cfke.45";
|
|
1007
|
+
};
|
|
1008
|
+
readonly metadata: {
|
|
1009
|
+
readonly type: "object";
|
|
1010
|
+
readonly properties: {
|
|
1011
|
+
readonly name: {
|
|
1012
|
+
readonly type: "string";
|
|
1013
|
+
readonly description: "Chart name from metadata";
|
|
1014
|
+
readonly example: "nginx-ingress";
|
|
1015
|
+
};
|
|
1016
|
+
readonly version: {
|
|
1017
|
+
readonly type: "string";
|
|
1018
|
+
readonly description: "Chart version from metadata";
|
|
1019
|
+
readonly example: "1.18.2-cfke.45";
|
|
1020
|
+
};
|
|
1021
|
+
readonly description: {
|
|
1022
|
+
readonly type: "string";
|
|
1023
|
+
readonly description: "Chart description";
|
|
1024
|
+
readonly example: "NGINX Ingress Controller for Kubernetes";
|
|
1025
|
+
};
|
|
1026
|
+
readonly appVersion: {
|
|
1027
|
+
readonly type: "string";
|
|
1028
|
+
readonly description: "Application version";
|
|
1029
|
+
readonly example: "1.9.4";
|
|
1030
|
+
};
|
|
1031
|
+
readonly apiVersion: {
|
|
1032
|
+
readonly type: "string";
|
|
1033
|
+
readonly description: "Helm API version";
|
|
1034
|
+
readonly example: "v2";
|
|
1035
|
+
};
|
|
1036
|
+
readonly keywords: {
|
|
1037
|
+
readonly type: "array";
|
|
1038
|
+
readonly items: {
|
|
853
1039
|
readonly type: "string";
|
|
854
|
-
readonly description: "Pretty name of the plan";
|
|
855
|
-
readonly example: "Plan A";
|
|
856
1040
|
};
|
|
857
|
-
readonly
|
|
1041
|
+
readonly description: "Chart keywords";
|
|
1042
|
+
readonly example: readonly ["ingress", "nginx", "load-balancer"];
|
|
1043
|
+
};
|
|
1044
|
+
readonly home: {
|
|
1045
|
+
readonly type: "string";
|
|
1046
|
+
readonly description: "Chart home URL";
|
|
1047
|
+
readonly example: "https://kubernetes.github.io/ingress-nginx/";
|
|
1048
|
+
};
|
|
1049
|
+
readonly icon: {
|
|
1050
|
+
readonly type: "string";
|
|
1051
|
+
readonly description: "A URL to an SVG or PNG image to be used as an icon";
|
|
1052
|
+
readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
|
|
1053
|
+
};
|
|
1054
|
+
readonly sources: {
|
|
1055
|
+
readonly type: "array";
|
|
1056
|
+
readonly items: {
|
|
858
1057
|
readonly type: "string";
|
|
859
|
-
readonly description: "Pretty name of the phase";
|
|
860
|
-
readonly example: "Phase A";
|
|
861
1058
|
};
|
|
862
|
-
readonly
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
readonly
|
|
868
|
-
readonly type: "
|
|
869
|
-
readonly
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
readonly
|
|
882
|
-
|
|
883
|
-
readonly endDate: {
|
|
884
|
-
readonly type: "string";
|
|
885
|
-
readonly description: "End date of the invoice item";
|
|
886
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
887
|
-
};
|
|
888
|
-
readonly amount: {
|
|
889
|
-
readonly type: "number";
|
|
890
|
-
readonly format: "float";
|
|
891
|
-
readonly description: "Amount of the invoice item";
|
|
892
|
-
readonly example: 100;
|
|
893
|
-
};
|
|
894
|
-
readonly rate: {
|
|
895
|
-
readonly type: "number";
|
|
896
|
-
readonly format: "float";
|
|
897
|
-
readonly description: "Rate of the invoice item";
|
|
898
|
-
readonly example: 100;
|
|
899
|
-
};
|
|
900
|
-
readonly currency: {
|
|
901
|
-
readonly type: "string";
|
|
902
|
-
readonly description: "Currency of the invoice item";
|
|
903
|
-
readonly example: "USD";
|
|
904
|
-
readonly enum: readonly ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LVL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SPL", "SRD", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"];
|
|
905
|
-
};
|
|
906
|
-
readonly quantity: {
|
|
907
|
-
readonly type: "number";
|
|
908
|
-
readonly format: "float";
|
|
909
|
-
readonly description: "Quantity of the invoice item";
|
|
910
|
-
readonly example: 1;
|
|
911
|
-
};
|
|
912
|
-
readonly itemDetails: {
|
|
913
|
-
readonly type: "string";
|
|
914
|
-
readonly description: "Details of the invoice item";
|
|
915
|
-
readonly example: "Details of the invoice item";
|
|
916
|
-
};
|
|
917
|
-
readonly catalogEffectiveDate: {
|
|
918
|
-
readonly type: "string";
|
|
919
|
-
readonly description: "Effective date of the catalog";
|
|
920
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
921
|
-
};
|
|
922
|
-
readonly childItems: {
|
|
923
|
-
readonly type: "array";
|
|
924
|
-
readonly items: {
|
|
925
|
-
readonly oneOf: readonly [{
|
|
926
|
-
readonly type: "array";
|
|
927
|
-
}, {
|
|
928
|
-
readonly type: "boolean";
|
|
929
|
-
}, {
|
|
930
|
-
readonly type: "number";
|
|
931
|
-
}, {
|
|
932
|
-
readonly type: "object";
|
|
933
|
-
readonly additionalProperties: true;
|
|
934
|
-
}, {
|
|
935
|
-
readonly type: "string";
|
|
936
|
-
}];
|
|
937
|
-
};
|
|
938
|
-
readonly description: "Child items of the invoice item";
|
|
939
|
-
};
|
|
940
|
-
};
|
|
941
|
-
readonly additionalProperties: false;
|
|
942
|
-
};
|
|
943
|
-
readonly description: "Credits of the invoice";
|
|
944
|
-
};
|
|
945
|
-
readonly items: {
|
|
946
|
-
readonly type: "array";
|
|
947
|
-
readonly items: {
|
|
948
|
-
readonly type: "object";
|
|
949
|
-
readonly properties: {
|
|
950
|
-
readonly id: {
|
|
951
|
-
readonly type: "string";
|
|
952
|
-
readonly format: "uuid";
|
|
953
|
-
readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
|
|
954
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
955
|
-
};
|
|
956
|
-
readonly linkedInvoiceItemId: {
|
|
957
|
-
readonly type: "string";
|
|
958
|
-
readonly format: "uuid";
|
|
959
|
-
readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
|
|
960
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
961
|
-
};
|
|
962
|
-
readonly productName: {
|
|
963
|
-
readonly type: "string";
|
|
964
|
-
readonly description: "Name of the product";
|
|
965
|
-
readonly example: "Research team";
|
|
966
|
-
};
|
|
967
|
-
readonly planName: {
|
|
968
|
-
readonly type: "string";
|
|
969
|
-
readonly description: "Name of the plan";
|
|
970
|
-
readonly example: "Plan A";
|
|
971
|
-
};
|
|
972
|
-
readonly phaseName: {
|
|
973
|
-
readonly type: "string";
|
|
974
|
-
readonly description: "Name of the phase";
|
|
975
|
-
readonly example: "Phase A";
|
|
976
|
-
};
|
|
977
|
-
readonly usageName: {
|
|
978
|
-
readonly type: "string";
|
|
979
|
-
readonly description: "Name of the usage";
|
|
980
|
-
readonly example: "Usage A";
|
|
981
|
-
};
|
|
982
|
-
readonly prettyProductName: {
|
|
983
|
-
readonly type: "string";
|
|
984
|
-
readonly description: "Pretty name of the product";
|
|
985
|
-
readonly example: "Research team";
|
|
986
|
-
};
|
|
987
|
-
readonly prettyPlanName: {
|
|
988
|
-
readonly type: "string";
|
|
989
|
-
readonly description: "Pretty name of the plan";
|
|
990
|
-
readonly example: "Plan A";
|
|
991
|
-
};
|
|
992
|
-
readonly prettyPhaseName: {
|
|
993
|
-
readonly type: "string";
|
|
994
|
-
readonly description: "Pretty name of the phase";
|
|
995
|
-
readonly example: "Phase A";
|
|
996
|
-
};
|
|
997
|
-
readonly prettyUsageName: {
|
|
998
|
-
readonly type: "string";
|
|
999
|
-
readonly description: "Pretty name of the usage";
|
|
1000
|
-
readonly example: "Usage A";
|
|
1001
|
-
};
|
|
1002
|
-
readonly itemType: {
|
|
1003
|
-
readonly type: "string";
|
|
1004
|
-
readonly description: "Type of the invoice item";
|
|
1005
|
-
readonly example: "EXTERNAL_CHARGE";
|
|
1006
|
-
readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
|
|
1007
|
-
};
|
|
1008
|
-
readonly description: {
|
|
1009
|
-
readonly type: "string";
|
|
1010
|
-
readonly description: "Description of the invoice item";
|
|
1011
|
-
readonly example: "Description of the invoice item";
|
|
1012
|
-
};
|
|
1013
|
-
readonly startDate: {
|
|
1014
|
-
readonly type: "string";
|
|
1015
|
-
readonly description: "Start date of the invoice item";
|
|
1016
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1017
|
-
};
|
|
1018
|
-
readonly endDate: {
|
|
1019
|
-
readonly type: "string";
|
|
1020
|
-
readonly description: "End date of the invoice item";
|
|
1021
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1022
|
-
};
|
|
1023
|
-
readonly amount: {
|
|
1024
|
-
readonly type: "number";
|
|
1025
|
-
readonly format: "float";
|
|
1026
|
-
readonly description: "Amount of the invoice item";
|
|
1027
|
-
readonly example: 100;
|
|
1028
|
-
};
|
|
1029
|
-
readonly rate: {
|
|
1030
|
-
readonly type: "number";
|
|
1031
|
-
readonly format: "float";
|
|
1032
|
-
readonly description: "Rate of the invoice item";
|
|
1033
|
-
readonly example: 100;
|
|
1034
|
-
};
|
|
1035
|
-
readonly currency: {
|
|
1036
|
-
readonly type: "string";
|
|
1037
|
-
readonly description: "Currency of the invoice item";
|
|
1038
|
-
readonly example: "USD";
|
|
1039
|
-
readonly enum: readonly ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LVL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SPL", "SRD", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"];
|
|
1040
|
-
};
|
|
1041
|
-
readonly quantity: {
|
|
1042
|
-
readonly type: "number";
|
|
1043
|
-
readonly format: "float";
|
|
1044
|
-
readonly description: "Quantity of the invoice item";
|
|
1045
|
-
readonly example: 1;
|
|
1046
|
-
};
|
|
1047
|
-
readonly itemDetails: {
|
|
1048
|
-
readonly type: "string";
|
|
1049
|
-
readonly description: "Details of the invoice item";
|
|
1050
|
-
readonly example: "Details of the invoice item";
|
|
1051
|
-
};
|
|
1052
|
-
readonly catalogEffectiveDate: {
|
|
1053
|
-
readonly type: "string";
|
|
1054
|
-
readonly description: "Effective date of the catalog";
|
|
1055
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1056
|
-
};
|
|
1057
|
-
readonly childItems: {
|
|
1058
|
-
readonly type: "array";
|
|
1059
|
-
readonly items: {
|
|
1060
|
-
readonly oneOf: readonly [{
|
|
1061
|
-
readonly type: "array";
|
|
1062
|
-
}, {
|
|
1063
|
-
readonly type: "boolean";
|
|
1064
|
-
}, {
|
|
1065
|
-
readonly type: "number";
|
|
1066
|
-
}, {
|
|
1067
|
-
readonly type: "object";
|
|
1068
|
-
readonly additionalProperties: true;
|
|
1069
|
-
}, {
|
|
1070
|
-
readonly type: "string";
|
|
1071
|
-
}];
|
|
1072
|
-
};
|
|
1073
|
-
readonly description: "Child items of the invoice item";
|
|
1074
|
-
};
|
|
1075
|
-
};
|
|
1076
|
-
readonly additionalProperties: false;
|
|
1077
|
-
};
|
|
1078
|
-
readonly description: "Items of the invoice";
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
readonly additionalProperties: false;
|
|
1082
|
-
};
|
|
1083
|
-
export declare const MarketplaceListingSchema: {
|
|
1084
|
-
readonly type: "object";
|
|
1085
|
-
readonly properties: {
|
|
1086
|
-
readonly id: {
|
|
1087
|
-
readonly type: "string";
|
|
1088
|
-
readonly maxLength: 63;
|
|
1089
|
-
readonly minLength: 1;
|
|
1090
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1091
|
-
readonly description: "Id of the chart listing";
|
|
1092
|
-
readonly example: "portworx-enterprise-disaster-recovery-baremetal";
|
|
1093
|
-
};
|
|
1094
|
-
readonly name: {
|
|
1095
|
-
readonly type: "string";
|
|
1096
|
-
readonly description: "Name of the chart listing";
|
|
1097
|
-
readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
|
|
1098
|
-
};
|
|
1099
|
-
readonly developer: {
|
|
1100
|
-
readonly type: "string";
|
|
1101
|
-
readonly description: "Author of the chart listing";
|
|
1102
|
-
readonly example: "Portworx";
|
|
1103
|
-
};
|
|
1104
|
-
readonly description: {
|
|
1105
|
-
readonly type: "string";
|
|
1106
|
-
readonly description: "Short description of the chart listing";
|
|
1107
|
-
readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
|
|
1108
|
-
};
|
|
1109
|
-
readonly logoUrl: {
|
|
1110
|
-
readonly type: "string";
|
|
1111
|
-
readonly description: "Logo of the chart listing";
|
|
1112
|
-
readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
|
|
1113
|
-
};
|
|
1114
|
-
readonly longDescription: {
|
|
1115
|
-
readonly type: "string";
|
|
1116
|
-
readonly description: "Long description of the chart listing";
|
|
1117
|
-
readonly example: "Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....";
|
|
1118
|
-
};
|
|
1119
|
-
readonly categories: {
|
|
1120
|
-
readonly type: "array";
|
|
1121
|
-
readonly items: {
|
|
1122
|
-
readonly type: "string";
|
|
1123
|
-
readonly example: "AI & Machine Learning";
|
|
1124
|
-
};
|
|
1125
|
-
readonly description: "Tags of the chart";
|
|
1126
|
-
};
|
|
1127
|
-
readonly version_channels: {
|
|
1128
|
-
readonly type: "array";
|
|
1129
|
-
readonly items: {
|
|
1130
|
-
readonly type: "string";
|
|
1131
|
-
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-]+)*))?$";
|
|
1132
|
-
readonly description: "Version of the chart.";
|
|
1133
|
-
readonly example: "2.x.x-cfke.x";
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
|
-
readonly value_schemas: {
|
|
1137
|
-
readonly type: "array";
|
|
1138
|
-
readonly items: {
|
|
1139
|
-
readonly type: "object";
|
|
1140
|
-
readonly properties: {
|
|
1141
|
-
readonly version: {
|
|
1142
|
-
readonly type: "string";
|
|
1143
|
-
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-]+)*))?$";
|
|
1144
|
-
readonly description: "Version of the chart.";
|
|
1145
|
-
readonly example: "2.1.1-cfke.123";
|
|
1146
|
-
};
|
|
1147
|
-
readonly schema: {
|
|
1148
|
-
readonly type: "string";
|
|
1149
|
-
readonly description: "Schema of the chart values. JSON Schema as string";
|
|
1150
|
-
};
|
|
1151
|
-
readonly placeholder: {
|
|
1152
|
-
readonly type: "string";
|
|
1153
|
-
readonly description: "Schema of the chart values";
|
|
1154
|
-
readonly example: "foo: 1\nbar: example";
|
|
1059
|
+
readonly description: "Chart source URLs";
|
|
1060
|
+
readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
|
|
1061
|
+
};
|
|
1062
|
+
readonly maintainers: {
|
|
1063
|
+
readonly type: "array";
|
|
1064
|
+
readonly items: {
|
|
1065
|
+
readonly type: "object";
|
|
1066
|
+
readonly properties: {
|
|
1067
|
+
readonly name: {
|
|
1068
|
+
readonly type: "string";
|
|
1069
|
+
readonly description: "Maintainer name";
|
|
1070
|
+
readonly example: "NGINX Team";
|
|
1071
|
+
};
|
|
1072
|
+
readonly email: {
|
|
1073
|
+
readonly type: "string";
|
|
1074
|
+
readonly description: "Maintainer email";
|
|
1075
|
+
readonly example: "support@nginx.org";
|
|
1076
|
+
};
|
|
1077
|
+
};
|
|
1078
|
+
readonly required: readonly ["name"];
|
|
1079
|
+
readonly additionalProperties: false;
|
|
1155
1080
|
};
|
|
1081
|
+
readonly description: "Chart maintainers";
|
|
1156
1082
|
};
|
|
1157
|
-
readonly required: readonly ["version", "schema", "placeholder"];
|
|
1158
|
-
readonly additionalProperties: false;
|
|
1159
1083
|
};
|
|
1084
|
+
readonly required: readonly ["name", "version"];
|
|
1085
|
+
readonly additionalProperties: false;
|
|
1086
|
+
readonly description: "Chart metadata";
|
|
1160
1087
|
};
|
|
1161
1088
|
};
|
|
1162
|
-
readonly required: readonly ["
|
|
1089
|
+
readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
|
|
1163
1090
|
readonly additionalProperties: false;
|
|
1164
1091
|
};
|
|
1165
1092
|
export declare const OrganizationCreateInputSchema: {
|
|
@@ -1277,12 +1204,12 @@ export declare const OrganizationSchema: {
|
|
|
1277
1204
|
readonly id: {
|
|
1278
1205
|
readonly type: "string";
|
|
1279
1206
|
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1280
|
-
readonly example: "1.
|
|
1207
|
+
readonly example: "1.33.x-cfke.x";
|
|
1281
1208
|
};
|
|
1282
1209
|
readonly label: {
|
|
1283
1210
|
readonly type: "string";
|
|
1284
1211
|
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1285
|
-
readonly example: "1.
|
|
1212
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1286
1213
|
};
|
|
1287
1214
|
};
|
|
1288
1215
|
readonly required: readonly ["id", "label"];
|
|
@@ -1291,8 +1218,14 @@ export declare const OrganizationSchema: {
|
|
|
1291
1218
|
readonly minItems: 1;
|
|
1292
1219
|
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1293
1220
|
};
|
|
1221
|
+
readonly cfcr_storage_gb: {
|
|
1222
|
+
readonly type: "integer";
|
|
1223
|
+
readonly minimum: -1;
|
|
1224
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1225
|
+
readonly example: 500;
|
|
1226
|
+
};
|
|
1294
1227
|
};
|
|
1295
|
-
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
|
|
1228
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1296
1229
|
readonly additionalProperties: false;
|
|
1297
1230
|
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.";
|
|
1298
1231
|
};
|
|
@@ -1358,166 +1291,929 @@ export declare const PaymentMethodSchema: {
|
|
|
1358
1291
|
readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
|
|
1359
1292
|
readonly additionalProperties: false;
|
|
1360
1293
|
};
|
|
1361
|
-
export declare const
|
|
1294
|
+
export declare const PlatformQuotaSchema: {
|
|
1362
1295
|
readonly type: "object";
|
|
1363
1296
|
readonly properties: {
|
|
1364
|
-
readonly
|
|
1365
|
-
readonly type: "
|
|
1366
|
-
readonly
|
|
1367
|
-
readonly
|
|
1368
|
-
readonly
|
|
1369
|
-
readonly description: "Human readable access token name.";
|
|
1370
|
-
readonly example: "deployment-token";
|
|
1297
|
+
readonly basic_clusters_max: {
|
|
1298
|
+
readonly type: "integer";
|
|
1299
|
+
readonly minimum: 0;
|
|
1300
|
+
readonly description: "Maximum number of Basic clusters that can be created.";
|
|
1301
|
+
readonly example: 999;
|
|
1371
1302
|
};
|
|
1372
|
-
readonly
|
|
1373
|
-
readonly type: "
|
|
1374
|
-
readonly description: "
|
|
1375
|
-
readonly example:
|
|
1376
|
-
|
|
1303
|
+
readonly basic_clusters_available: {
|
|
1304
|
+
readonly type: "integer";
|
|
1305
|
+
readonly description: "Available number of Basic clusters that can be created.";
|
|
1306
|
+
readonly example: 999;
|
|
1307
|
+
};
|
|
1308
|
+
readonly pro_clusters_max: {
|
|
1309
|
+
readonly type: "integer";
|
|
1310
|
+
readonly minimum: 0;
|
|
1311
|
+
readonly description: "Maximum number of Pro clusters that can be created.";
|
|
1312
|
+
readonly example: 999;
|
|
1313
|
+
};
|
|
1314
|
+
readonly pro_clusters_available: {
|
|
1315
|
+
readonly type: "integer";
|
|
1316
|
+
readonly description: "Available number of Pro clusters that can be created.";
|
|
1317
|
+
readonly example: 999;
|
|
1318
|
+
};
|
|
1319
|
+
readonly fleets_max: {
|
|
1320
|
+
readonly type: "integer";
|
|
1321
|
+
readonly minimum: 0;
|
|
1322
|
+
readonly description: "Maximum number of fleets that can be created per cluster.";
|
|
1323
|
+
readonly example: 999;
|
|
1324
|
+
};
|
|
1325
|
+
readonly cluster_tiers: {
|
|
1326
|
+
readonly type: "array";
|
|
1327
|
+
readonly items: {
|
|
1328
|
+
readonly type: "string";
|
|
1329
|
+
readonly example: "basic";
|
|
1330
|
+
};
|
|
1331
|
+
readonly minItems: 0;
|
|
1332
|
+
readonly description: "List of Cloudfleet cluster tiers available for the organization.";
|
|
1333
|
+
};
|
|
1334
|
+
readonly regions: {
|
|
1335
|
+
readonly type: "array";
|
|
1336
|
+
readonly items: {
|
|
1337
|
+
readonly type: "string";
|
|
1338
|
+
readonly example: "northamerica-central-1";
|
|
1339
|
+
};
|
|
1340
|
+
readonly minItems: 1;
|
|
1341
|
+
readonly description: "List of Cloudfleet control plane regions available for the organization.";
|
|
1342
|
+
};
|
|
1343
|
+
readonly versions: {
|
|
1344
|
+
readonly type: "array";
|
|
1345
|
+
readonly items: {
|
|
1346
|
+
readonly type: "object";
|
|
1347
|
+
readonly properties: {
|
|
1348
|
+
readonly id: {
|
|
1349
|
+
readonly type: "string";
|
|
1350
|
+
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1351
|
+
readonly example: "1.33.x-cfke.x";
|
|
1352
|
+
};
|
|
1353
|
+
readonly label: {
|
|
1354
|
+
readonly type: "string";
|
|
1355
|
+
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1356
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
readonly required: readonly ["id", "label"];
|
|
1360
|
+
readonly additionalProperties: false;
|
|
1361
|
+
};
|
|
1362
|
+
readonly minItems: 1;
|
|
1363
|
+
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1364
|
+
};
|
|
1365
|
+
readonly cfcr_storage_gb: {
|
|
1366
|
+
readonly type: "integer";
|
|
1367
|
+
readonly minimum: -1;
|
|
1368
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1369
|
+
readonly example: 500;
|
|
1377
1370
|
};
|
|
1378
1371
|
};
|
|
1379
|
-
readonly required: readonly ["
|
|
1372
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1380
1373
|
readonly additionalProperties: false;
|
|
1381
1374
|
};
|
|
1382
|
-
export declare const
|
|
1375
|
+
export declare const RegistryRepositorySchema: {
|
|
1383
1376
|
readonly type: "object";
|
|
1384
1377
|
readonly properties: {
|
|
1385
1378
|
readonly name: {
|
|
1386
1379
|
readonly type: "string";
|
|
1387
|
-
readonly
|
|
1388
|
-
readonly
|
|
1389
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1390
|
-
readonly description: "Human readable access token name.";
|
|
1391
|
-
readonly example: "deployment-token";
|
|
1392
|
-
};
|
|
1393
|
-
readonly role: {
|
|
1394
|
-
readonly type: "string";
|
|
1395
|
-
readonly description: "Role assumed by the token.";
|
|
1396
|
-
readonly example: "User";
|
|
1397
|
-
readonly enum: readonly ["Administrator", "User"];
|
|
1398
|
-
};
|
|
1399
|
-
readonly id: {
|
|
1400
|
-
readonly type: "string";
|
|
1401
|
-
readonly description: "Generated unique identifier of the access token.";
|
|
1402
|
-
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
1380
|
+
readonly description: "Repository name.";
|
|
1381
|
+
readonly example: "my-app";
|
|
1403
1382
|
};
|
|
1404
|
-
readonly
|
|
1383
|
+
readonly region: {
|
|
1405
1384
|
readonly type: "string";
|
|
1406
|
-
readonly description: "
|
|
1407
|
-
readonly example: "
|
|
1385
|
+
readonly description: "Registry region.";
|
|
1386
|
+
readonly example: "northamerica";
|
|
1408
1387
|
};
|
|
1409
|
-
readonly
|
|
1388
|
+
readonly uri: {
|
|
1410
1389
|
readonly type: "string";
|
|
1411
|
-
readonly
|
|
1412
|
-
readonly
|
|
1413
|
-
readonly example: "2023-12-20T13:53:32.000Z";
|
|
1390
|
+
readonly description: "Full URI of the repository.";
|
|
1391
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1414
1392
|
};
|
|
1415
1393
|
};
|
|
1416
|
-
readonly required: readonly ["name", "
|
|
1394
|
+
readonly required: readonly ["name", "region", "uri"];
|
|
1417
1395
|
readonly additionalProperties: false;
|
|
1418
1396
|
};
|
|
1419
|
-
export declare const
|
|
1397
|
+
export declare const RegistryRepositoryWithTagsSchema: {
|
|
1420
1398
|
readonly type: "object";
|
|
1421
1399
|
readonly properties: {
|
|
1422
1400
|
readonly name: {
|
|
1423
1401
|
readonly type: "string";
|
|
1424
|
-
readonly
|
|
1425
|
-
readonly
|
|
1426
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1427
|
-
readonly description: "Human readable access token name.";
|
|
1428
|
-
readonly example: "deployment-token";
|
|
1402
|
+
readonly description: "Repository name.";
|
|
1403
|
+
readonly example: "my-app";
|
|
1429
1404
|
};
|
|
1430
|
-
readonly
|
|
1405
|
+
readonly region: {
|
|
1431
1406
|
readonly type: "string";
|
|
1432
|
-
readonly description: "
|
|
1433
|
-
readonly example: "
|
|
1434
|
-
|
|
1407
|
+
readonly description: "Registry region.";
|
|
1408
|
+
readonly example: "northamerica";
|
|
1409
|
+
};
|
|
1410
|
+
readonly uri: {
|
|
1411
|
+
readonly type: "string";
|
|
1412
|
+
readonly description: "Full URI of the repository.";
|
|
1413
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1414
|
+
};
|
|
1415
|
+
readonly tags: {
|
|
1416
|
+
readonly type: "array";
|
|
1417
|
+
readonly items: {
|
|
1418
|
+
readonly type: "object";
|
|
1419
|
+
readonly properties: {
|
|
1420
|
+
readonly name: {
|
|
1421
|
+
readonly type: "string";
|
|
1422
|
+
readonly description: "Tag name.";
|
|
1423
|
+
readonly example: "latest";
|
|
1424
|
+
};
|
|
1425
|
+
readonly size: {
|
|
1426
|
+
readonly type: "number";
|
|
1427
|
+
readonly format: "float";
|
|
1428
|
+
readonly description: "Size of the tag in bytes.";
|
|
1429
|
+
readonly example: 123456789;
|
|
1430
|
+
};
|
|
1431
|
+
readonly mediaType: {
|
|
1432
|
+
readonly type: "string";
|
|
1433
|
+
readonly description: "Media type of the manifest.";
|
|
1434
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1435
|
+
};
|
|
1436
|
+
readonly platforms: {
|
|
1437
|
+
readonly type: "array";
|
|
1438
|
+
readonly items: {
|
|
1439
|
+
readonly type: "string";
|
|
1440
|
+
};
|
|
1441
|
+
readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
|
|
1442
|
+
readonly example: readonly ["linux/amd64", "linux/arm64"];
|
|
1443
|
+
};
|
|
1444
|
+
};
|
|
1445
|
+
readonly required: readonly ["name", "size"];
|
|
1446
|
+
readonly additionalProperties: false;
|
|
1447
|
+
};
|
|
1448
|
+
readonly description: "Array of tags in the repository.";
|
|
1449
|
+
};
|
|
1450
|
+
readonly totalSize: {
|
|
1451
|
+
readonly type: "number";
|
|
1452
|
+
readonly format: "float";
|
|
1453
|
+
readonly description: "Total size of all tags in the repository in bytes.";
|
|
1454
|
+
readonly example: 987654321;
|
|
1435
1455
|
};
|
|
1436
1456
|
};
|
|
1457
|
+
readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
|
|
1437
1458
|
readonly additionalProperties: false;
|
|
1438
1459
|
};
|
|
1439
|
-
export declare const
|
|
1460
|
+
export declare const RegistryTagSchema: {
|
|
1440
1461
|
readonly type: "object";
|
|
1441
1462
|
readonly properties: {
|
|
1442
|
-
readonly
|
|
1463
|
+
readonly name: {
|
|
1443
1464
|
readonly type: "string";
|
|
1444
|
-
readonly description: "
|
|
1445
|
-
readonly example: "
|
|
1465
|
+
readonly description: "Tag name.";
|
|
1466
|
+
readonly example: "latest";
|
|
1446
1467
|
};
|
|
1447
|
-
readonly
|
|
1468
|
+
readonly digest: {
|
|
1448
1469
|
readonly type: "string";
|
|
1449
|
-
readonly
|
|
1450
|
-
readonly
|
|
1451
|
-
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
1470
|
+
readonly description: "Manifest digest for pulling by digest.";
|
|
1471
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1452
1472
|
};
|
|
1453
|
-
readonly
|
|
1473
|
+
readonly mediaType: {
|
|
1454
1474
|
readonly type: "string";
|
|
1455
|
-
readonly description: "
|
|
1456
|
-
readonly example: "
|
|
1457
|
-
readonly enum: readonly ["basic", "pro", ""];
|
|
1475
|
+
readonly description: "Media type of the manifest.";
|
|
1476
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1458
1477
|
};
|
|
1459
|
-
readonly
|
|
1478
|
+
readonly config: {
|
|
1479
|
+
readonly type: "object";
|
|
1480
|
+
readonly properties: {
|
|
1481
|
+
readonly size: {
|
|
1482
|
+
readonly type: "number";
|
|
1483
|
+
readonly format: "float";
|
|
1484
|
+
readonly description: "Size of the config in bytes.";
|
|
1485
|
+
readonly example: 1234;
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
readonly required: readonly ["size"];
|
|
1489
|
+
readonly additionalProperties: false;
|
|
1490
|
+
readonly description: "Manifest config metadata.";
|
|
1491
|
+
};
|
|
1492
|
+
readonly layers: {
|
|
1493
|
+
readonly type: "array";
|
|
1494
|
+
readonly items: {
|
|
1495
|
+
readonly type: "object";
|
|
1496
|
+
readonly properties: {
|
|
1497
|
+
readonly digest: {
|
|
1498
|
+
readonly type: "string";
|
|
1499
|
+
readonly description: "Digest of the layer.";
|
|
1500
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1501
|
+
};
|
|
1502
|
+
readonly size: {
|
|
1503
|
+
readonly type: "number";
|
|
1504
|
+
readonly format: "float";
|
|
1505
|
+
readonly description: "Size of the layer in bytes.";
|
|
1506
|
+
readonly example: 5678;
|
|
1507
|
+
};
|
|
1508
|
+
};
|
|
1509
|
+
readonly required: readonly ["size"];
|
|
1510
|
+
readonly additionalProperties: false;
|
|
1511
|
+
};
|
|
1512
|
+
readonly description: "Array of layer metadata.";
|
|
1513
|
+
};
|
|
1514
|
+
readonly manifests: {
|
|
1515
|
+
readonly type: "array";
|
|
1516
|
+
readonly items: {
|
|
1517
|
+
readonly type: "object";
|
|
1518
|
+
readonly properties: {
|
|
1519
|
+
readonly digest: {
|
|
1520
|
+
readonly type: "string";
|
|
1521
|
+
readonly description: "Digest of the manifest.";
|
|
1522
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1523
|
+
};
|
|
1524
|
+
readonly platform: {
|
|
1525
|
+
readonly type: "object";
|
|
1526
|
+
readonly properties: {
|
|
1527
|
+
readonly architecture: {
|
|
1528
|
+
readonly type: "string";
|
|
1529
|
+
readonly description: "Architecture of the platform.";
|
|
1530
|
+
readonly example: "amd64";
|
|
1531
|
+
};
|
|
1532
|
+
readonly os: {
|
|
1533
|
+
readonly type: "string";
|
|
1534
|
+
readonly description: "Operating system of the platform.";
|
|
1535
|
+
readonly example: "linux";
|
|
1536
|
+
};
|
|
1537
|
+
readonly variant: {
|
|
1538
|
+
readonly type: "string";
|
|
1539
|
+
readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
|
|
1540
|
+
readonly example: "v8";
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
readonly required: readonly ["architecture", "os"];
|
|
1544
|
+
readonly additionalProperties: false;
|
|
1545
|
+
readonly description: "Platform information for the manifest.";
|
|
1546
|
+
};
|
|
1547
|
+
readonly layers: {
|
|
1548
|
+
readonly type: "array";
|
|
1549
|
+
readonly items: {
|
|
1550
|
+
readonly type: "object";
|
|
1551
|
+
readonly properties: {
|
|
1552
|
+
readonly digest: {
|
|
1553
|
+
readonly type: "string";
|
|
1554
|
+
readonly description: "Digest of the layer.";
|
|
1555
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1556
|
+
};
|
|
1557
|
+
readonly size: {
|
|
1558
|
+
readonly type: "number";
|
|
1559
|
+
readonly format: "float";
|
|
1560
|
+
readonly description: "Size of the layer in bytes.";
|
|
1561
|
+
readonly example: 5678;
|
|
1562
|
+
};
|
|
1563
|
+
};
|
|
1564
|
+
readonly required: readonly ["size"];
|
|
1565
|
+
readonly additionalProperties: false;
|
|
1566
|
+
};
|
|
1567
|
+
readonly description: "Layers for this platform.";
|
|
1568
|
+
};
|
|
1569
|
+
readonly size: {
|
|
1570
|
+
readonly type: "number";
|
|
1571
|
+
readonly format: "float";
|
|
1572
|
+
readonly description: "Total size of this platform manifest in bytes.";
|
|
1573
|
+
readonly example: 12345678;
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
readonly required: readonly ["digest"];
|
|
1577
|
+
readonly additionalProperties: false;
|
|
1578
|
+
};
|
|
1579
|
+
readonly description: "Array of manifests for multi-arch images.";
|
|
1580
|
+
};
|
|
1581
|
+
readonly size: {
|
|
1582
|
+
readonly type: "number";
|
|
1583
|
+
readonly format: "float";
|
|
1584
|
+
readonly description: "Total size of the tag in bytes.";
|
|
1585
|
+
readonly example: 123456789;
|
|
1586
|
+
};
|
|
1587
|
+
readonly region: {
|
|
1460
1588
|
readonly type: "string";
|
|
1461
|
-
readonly description: "
|
|
1462
|
-
readonly example: "
|
|
1463
|
-
readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
|
|
1589
|
+
readonly description: "Registry region.";
|
|
1590
|
+
readonly example: "northamerica";
|
|
1464
1591
|
};
|
|
1465
|
-
readonly
|
|
1592
|
+
readonly repository: {
|
|
1466
1593
|
readonly type: "string";
|
|
1467
|
-
readonly description: "
|
|
1468
|
-
readonly example: "
|
|
1594
|
+
readonly description: "Repository name.";
|
|
1595
|
+
readonly example: "my-app";
|
|
1469
1596
|
};
|
|
1470
|
-
readonly
|
|
1597
|
+
readonly uri: {
|
|
1471
1598
|
readonly type: "string";
|
|
1472
|
-
readonly description: "
|
|
1473
|
-
readonly example: "
|
|
1599
|
+
readonly description: "Full URI of the tag.";
|
|
1600
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
|
|
1474
1601
|
};
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1602
|
+
};
|
|
1603
|
+
readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
|
|
1604
|
+
readonly additionalProperties: false;
|
|
1605
|
+
};
|
|
1606
|
+
export declare const TicketAttachmentSchema: {
|
|
1607
|
+
readonly type: "object";
|
|
1608
|
+
readonly properties: {
|
|
1609
|
+
readonly id: {
|
|
1610
|
+
readonly type: "string";
|
|
1611
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1612
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1613
|
+
};
|
|
1614
|
+
readonly filename: {
|
|
1615
|
+
readonly type: "string";
|
|
1616
|
+
readonly description: "Original filename as uploaded.";
|
|
1617
|
+
readonly example: "debug.log";
|
|
1618
|
+
};
|
|
1619
|
+
readonly content_type: {
|
|
1620
|
+
readonly type: "string";
|
|
1621
|
+
readonly description: "MIME content type of the attachment.";
|
|
1622
|
+
readonly example: "text/plain";
|
|
1623
|
+
};
|
|
1624
|
+
readonly size: {
|
|
1625
|
+
readonly type: "integer";
|
|
1626
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1627
|
+
readonly example: 12345;
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1631
|
+
readonly additionalProperties: false;
|
|
1632
|
+
};
|
|
1633
|
+
export declare const TicketCreateInputSchema: {
|
|
1634
|
+
readonly type: "object";
|
|
1635
|
+
readonly properties: {
|
|
1636
|
+
readonly category: {
|
|
1637
|
+
readonly type: "string";
|
|
1638
|
+
readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
|
|
1639
|
+
readonly example: "technical";
|
|
1640
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1641
|
+
};
|
|
1642
|
+
readonly body: {
|
|
1643
|
+
readonly type: "string";
|
|
1644
|
+
readonly maxLength: 50000;
|
|
1645
|
+
readonly minLength: 1;
|
|
1646
|
+
readonly pattern: "\\S";
|
|
1647
|
+
readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
|
|
1648
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1649
|
+
};
|
|
1650
|
+
readonly properties: {
|
|
1651
|
+
readonly type: "object";
|
|
1652
|
+
readonly additionalProperties: true;
|
|
1653
|
+
readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
|
|
1654
|
+
readonly example: {
|
|
1655
|
+
readonly subcategory: "cluster-question";
|
|
1656
|
+
readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
|
|
1657
|
+
};
|
|
1658
|
+
};
|
|
1659
|
+
};
|
|
1660
|
+
readonly required: readonly ["category", "body"];
|
|
1661
|
+
readonly additionalProperties: false;
|
|
1662
|
+
};
|
|
1663
|
+
export declare const TicketListResponseSchema: {
|
|
1664
|
+
readonly type: "object";
|
|
1665
|
+
readonly properties: {
|
|
1666
|
+
readonly items: {
|
|
1667
|
+
readonly type: "array";
|
|
1668
|
+
readonly items: {
|
|
1669
|
+
readonly type: "object";
|
|
1670
|
+
readonly properties: {
|
|
1671
|
+
readonly id: {
|
|
1672
|
+
readonly type: "string";
|
|
1673
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1674
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1675
|
+
};
|
|
1676
|
+
readonly status: {
|
|
1677
|
+
readonly type: "string";
|
|
1678
|
+
readonly description: "Current state of the ticket.";
|
|
1679
|
+
readonly example: "waiting_on_us";
|
|
1680
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1681
|
+
};
|
|
1682
|
+
readonly category: {
|
|
1683
|
+
readonly type: "string";
|
|
1684
|
+
readonly description: "Ticket category.";
|
|
1685
|
+
readonly example: "technical";
|
|
1686
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1687
|
+
};
|
|
1688
|
+
readonly summary: {
|
|
1689
|
+
readonly type: "string";
|
|
1690
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1691
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1692
|
+
};
|
|
1693
|
+
readonly closed_at: {
|
|
1694
|
+
readonly type: "string";
|
|
1695
|
+
readonly format: "date-time";
|
|
1696
|
+
readonly nullable: true;
|
|
1697
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1698
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1699
|
+
};
|
|
1700
|
+
readonly date_created: {
|
|
1701
|
+
readonly type: "string";
|
|
1702
|
+
readonly format: "date-time";
|
|
1703
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1704
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1705
|
+
};
|
|
1706
|
+
readonly date_updated: {
|
|
1707
|
+
readonly type: "string";
|
|
1708
|
+
readonly format: "date-time";
|
|
1709
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1710
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1711
|
+
};
|
|
1712
|
+
readonly messages: {
|
|
1713
|
+
readonly type: "array";
|
|
1714
|
+
readonly items: {
|
|
1715
|
+
readonly type: "object";
|
|
1716
|
+
readonly properties: {
|
|
1717
|
+
readonly id: {
|
|
1718
|
+
readonly type: "string";
|
|
1719
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1720
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1721
|
+
};
|
|
1722
|
+
readonly type: {
|
|
1723
|
+
readonly type: "string";
|
|
1724
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1725
|
+
readonly example: "customer_reply";
|
|
1726
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1727
|
+
};
|
|
1728
|
+
readonly body: {
|
|
1729
|
+
readonly type: "string";
|
|
1730
|
+
readonly description: "Message body in markdown.";
|
|
1731
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1732
|
+
};
|
|
1733
|
+
readonly author_first_name: {
|
|
1734
|
+
readonly type: "string";
|
|
1735
|
+
readonly nullable: true;
|
|
1736
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1737
|
+
readonly example: "Jane";
|
|
1738
|
+
};
|
|
1739
|
+
readonly author_last_name: {
|
|
1740
|
+
readonly type: "string";
|
|
1741
|
+
readonly nullable: true;
|
|
1742
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1743
|
+
readonly example: "Doe";
|
|
1744
|
+
};
|
|
1745
|
+
readonly attachments: {
|
|
1746
|
+
readonly type: "array";
|
|
1747
|
+
readonly items: {
|
|
1748
|
+
readonly type: "object";
|
|
1749
|
+
readonly properties: {
|
|
1750
|
+
readonly id: {
|
|
1751
|
+
readonly type: "string";
|
|
1752
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1753
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1754
|
+
};
|
|
1755
|
+
readonly filename: {
|
|
1756
|
+
readonly type: "string";
|
|
1757
|
+
readonly description: "Original filename as uploaded.";
|
|
1758
|
+
readonly example: "debug.log";
|
|
1759
|
+
};
|
|
1760
|
+
readonly content_type: {
|
|
1761
|
+
readonly type: "string";
|
|
1762
|
+
readonly description: "MIME content type of the attachment.";
|
|
1763
|
+
readonly example: "text/plain";
|
|
1764
|
+
};
|
|
1765
|
+
readonly size: {
|
|
1766
|
+
readonly type: "integer";
|
|
1767
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1768
|
+
readonly example: 12345;
|
|
1769
|
+
};
|
|
1770
|
+
};
|
|
1771
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1772
|
+
readonly additionalProperties: false;
|
|
1773
|
+
};
|
|
1774
|
+
readonly description: "Attachments associated with this message.";
|
|
1775
|
+
readonly example: readonly [];
|
|
1776
|
+
};
|
|
1777
|
+
readonly date_created: {
|
|
1778
|
+
readonly type: "string";
|
|
1779
|
+
readonly format: "date-time";
|
|
1780
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1781
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1782
|
+
};
|
|
1783
|
+
};
|
|
1784
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1785
|
+
readonly additionalProperties: false;
|
|
1786
|
+
};
|
|
1787
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
1788
|
+
};
|
|
1789
|
+
};
|
|
1790
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
1791
|
+
readonly additionalProperties: false;
|
|
1792
|
+
};
|
|
1793
|
+
readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1796
|
+
readonly required: readonly ["items"];
|
|
1797
|
+
readonly additionalProperties: false;
|
|
1798
|
+
};
|
|
1799
|
+
export declare const TicketMessageInputSchema: {
|
|
1800
|
+
readonly type: "object";
|
|
1801
|
+
readonly properties: {
|
|
1802
|
+
readonly body: {
|
|
1803
|
+
readonly type: "string";
|
|
1804
|
+
readonly maxLength: 50000;
|
|
1805
|
+
readonly minLength: 1;
|
|
1806
|
+
readonly pattern: "\\S";
|
|
1807
|
+
readonly description: "Reply body in markdown.";
|
|
1808
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1809
|
+
};
|
|
1810
|
+
};
|
|
1811
|
+
readonly required: readonly ["body"];
|
|
1812
|
+
readonly additionalProperties: false;
|
|
1813
|
+
};
|
|
1814
|
+
export declare const TicketMessageSchema: {
|
|
1815
|
+
readonly type: "object";
|
|
1816
|
+
readonly properties: {
|
|
1817
|
+
readonly id: {
|
|
1818
|
+
readonly type: "string";
|
|
1819
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1820
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1821
|
+
};
|
|
1822
|
+
readonly type: {
|
|
1823
|
+
readonly type: "string";
|
|
1824
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1825
|
+
readonly example: "customer_reply";
|
|
1826
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1827
|
+
};
|
|
1828
|
+
readonly body: {
|
|
1829
|
+
readonly type: "string";
|
|
1830
|
+
readonly description: "Message body in markdown.";
|
|
1831
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1832
|
+
};
|
|
1833
|
+
readonly author_first_name: {
|
|
1834
|
+
readonly type: "string";
|
|
1835
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1836
|
+
readonly example: "Jane";
|
|
1837
|
+
};
|
|
1838
|
+
readonly author_last_name: {
|
|
1839
|
+
readonly type: "string";
|
|
1840
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1841
|
+
readonly example: "Doe";
|
|
1842
|
+
};
|
|
1843
|
+
readonly attachments: {
|
|
1844
|
+
readonly type: "array";
|
|
1845
|
+
readonly items: {
|
|
1846
|
+
readonly type: "object";
|
|
1847
|
+
readonly properties: {
|
|
1848
|
+
readonly id: {
|
|
1849
|
+
readonly type: "string";
|
|
1850
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1851
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1852
|
+
};
|
|
1853
|
+
readonly filename: {
|
|
1854
|
+
readonly type: "string";
|
|
1855
|
+
readonly description: "Original filename as uploaded.";
|
|
1856
|
+
readonly example: "debug.log";
|
|
1857
|
+
};
|
|
1858
|
+
readonly content_type: {
|
|
1859
|
+
readonly type: "string";
|
|
1860
|
+
readonly description: "MIME content type of the attachment.";
|
|
1861
|
+
readonly example: "text/plain";
|
|
1862
|
+
};
|
|
1863
|
+
readonly size: {
|
|
1864
|
+
readonly type: "integer";
|
|
1865
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1866
|
+
readonly example: 12345;
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1870
|
+
readonly additionalProperties: false;
|
|
1871
|
+
};
|
|
1872
|
+
readonly description: "Attachments associated with this message.";
|
|
1873
|
+
readonly example: readonly [];
|
|
1874
|
+
};
|
|
1875
|
+
readonly date_created: {
|
|
1876
|
+
readonly type: "string";
|
|
1877
|
+
readonly format: "date-time";
|
|
1878
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1879
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1883
|
+
readonly additionalProperties: false;
|
|
1884
|
+
};
|
|
1885
|
+
export declare const TicketSchema: {
|
|
1886
|
+
readonly type: "object";
|
|
1887
|
+
readonly properties: {
|
|
1888
|
+
readonly id: {
|
|
1889
|
+
readonly type: "string";
|
|
1890
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1891
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1892
|
+
};
|
|
1893
|
+
readonly status: {
|
|
1894
|
+
readonly type: "string";
|
|
1895
|
+
readonly description: "Current state of the ticket.";
|
|
1896
|
+
readonly example: "waiting_on_us";
|
|
1897
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1898
|
+
};
|
|
1899
|
+
readonly category: {
|
|
1900
|
+
readonly type: "string";
|
|
1901
|
+
readonly description: "Ticket category.";
|
|
1902
|
+
readonly example: "technical";
|
|
1903
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1904
|
+
};
|
|
1905
|
+
readonly summary: {
|
|
1906
|
+
readonly type: "string";
|
|
1907
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1908
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1909
|
+
};
|
|
1910
|
+
readonly closed_at: {
|
|
1911
|
+
readonly type: "string";
|
|
1912
|
+
readonly format: "date-time";
|
|
1913
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1914
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1915
|
+
};
|
|
1916
|
+
readonly date_created: {
|
|
1917
|
+
readonly type: "string";
|
|
1918
|
+
readonly format: "date-time";
|
|
1919
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1920
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1921
|
+
};
|
|
1922
|
+
readonly date_updated: {
|
|
1923
|
+
readonly type: "string";
|
|
1924
|
+
readonly format: "date-time";
|
|
1925
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1926
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1927
|
+
};
|
|
1928
|
+
readonly messages: {
|
|
1929
|
+
readonly type: "array";
|
|
1930
|
+
readonly items: {
|
|
1931
|
+
readonly type: "object";
|
|
1932
|
+
readonly properties: {
|
|
1933
|
+
readonly id: {
|
|
1934
|
+
readonly type: "string";
|
|
1935
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1936
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1937
|
+
};
|
|
1938
|
+
readonly type: {
|
|
1939
|
+
readonly type: "string";
|
|
1940
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1941
|
+
readonly example: "customer_reply";
|
|
1942
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1943
|
+
};
|
|
1944
|
+
readonly body: {
|
|
1945
|
+
readonly type: "string";
|
|
1946
|
+
readonly description: "Message body in markdown.";
|
|
1947
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1948
|
+
};
|
|
1949
|
+
readonly author_first_name: {
|
|
1950
|
+
readonly type: "string";
|
|
1951
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1952
|
+
readonly example: "Jane";
|
|
1953
|
+
};
|
|
1954
|
+
readonly author_last_name: {
|
|
1955
|
+
readonly type: "string";
|
|
1956
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1957
|
+
readonly example: "Doe";
|
|
1958
|
+
};
|
|
1959
|
+
readonly attachments: {
|
|
1960
|
+
readonly type: "array";
|
|
1961
|
+
readonly items: {
|
|
1962
|
+
readonly type: "object";
|
|
1963
|
+
readonly properties: {
|
|
1964
|
+
readonly id: {
|
|
1965
|
+
readonly type: "string";
|
|
1966
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1967
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1968
|
+
};
|
|
1969
|
+
readonly filename: {
|
|
1970
|
+
readonly type: "string";
|
|
1971
|
+
readonly description: "Original filename as uploaded.";
|
|
1972
|
+
readonly example: "debug.log";
|
|
1973
|
+
};
|
|
1974
|
+
readonly content_type: {
|
|
1975
|
+
readonly type: "string";
|
|
1976
|
+
readonly description: "MIME content type of the attachment.";
|
|
1977
|
+
readonly example: "text/plain";
|
|
1978
|
+
};
|
|
1979
|
+
readonly size: {
|
|
1980
|
+
readonly type: "integer";
|
|
1981
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1982
|
+
readonly example: 12345;
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1986
|
+
readonly additionalProperties: false;
|
|
1987
|
+
};
|
|
1988
|
+
readonly description: "Attachments associated with this message.";
|
|
1989
|
+
readonly example: readonly [];
|
|
1990
|
+
};
|
|
1991
|
+
readonly date_created: {
|
|
1992
|
+
readonly type: "string";
|
|
1993
|
+
readonly format: "date-time";
|
|
1994
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1995
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1996
|
+
};
|
|
1997
|
+
};
|
|
1998
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1999
|
+
readonly additionalProperties: false;
|
|
2000
|
+
};
|
|
2001
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
2002
|
+
};
|
|
2003
|
+
};
|
|
2004
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
2005
|
+
readonly additionalProperties: false;
|
|
2006
|
+
};
|
|
2007
|
+
export declare const TokenCreateInputSchema: {
|
|
2008
|
+
readonly type: "object";
|
|
2009
|
+
readonly properties: {
|
|
2010
|
+
readonly name: {
|
|
2011
|
+
readonly type: "string";
|
|
2012
|
+
readonly maxLength: 63;
|
|
2013
|
+
readonly minLength: 1;
|
|
2014
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2015
|
+
readonly description: "Human readable access token name.";
|
|
2016
|
+
readonly example: "deployment-token";
|
|
2017
|
+
};
|
|
2018
|
+
readonly role: {
|
|
2019
|
+
readonly type: "string";
|
|
2020
|
+
readonly description: "Role assumed by the token.";
|
|
2021
|
+
readonly example: "User";
|
|
2022
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2023
|
+
};
|
|
2024
|
+
};
|
|
2025
|
+
readonly required: readonly ["name", "role"];
|
|
2026
|
+
readonly additionalProperties: false;
|
|
2027
|
+
};
|
|
2028
|
+
export declare const TokenSchema: {
|
|
2029
|
+
readonly type: "object";
|
|
2030
|
+
readonly properties: {
|
|
2031
|
+
readonly name: {
|
|
2032
|
+
readonly type: "string";
|
|
2033
|
+
readonly maxLength: 63;
|
|
2034
|
+
readonly minLength: 1;
|
|
2035
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2036
|
+
readonly description: "Human readable access token name.";
|
|
2037
|
+
readonly example: "deployment-token";
|
|
2038
|
+
};
|
|
2039
|
+
readonly role: {
|
|
2040
|
+
readonly type: "string";
|
|
2041
|
+
readonly description: "Role assumed by the token.";
|
|
2042
|
+
readonly example: "User";
|
|
2043
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2044
|
+
};
|
|
2045
|
+
readonly id: {
|
|
2046
|
+
readonly type: "string";
|
|
2047
|
+
readonly description: "Generated unique identifier of the access token.";
|
|
2048
|
+
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
2049
|
+
};
|
|
2050
|
+
readonly secret: {
|
|
2051
|
+
readonly type: "string";
|
|
2052
|
+
readonly description: "Access token secret. Unmasked only during creation.";
|
|
2053
|
+
readonly example: "vq4SCMBsrgmBxbax80WDXuXoFNZAckI8";
|
|
2054
|
+
};
|
|
2055
|
+
readonly date_created: {
|
|
2056
|
+
readonly type: "string";
|
|
2057
|
+
readonly format: "date-time";
|
|
2058
|
+
readonly description: "Creation date of the access token. ISO 8601 date string in UTC timezone";
|
|
2059
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
2060
|
+
};
|
|
2061
|
+
};
|
|
2062
|
+
readonly required: readonly ["name", "role", "date_created"];
|
|
2063
|
+
readonly additionalProperties: false;
|
|
2064
|
+
};
|
|
2065
|
+
export declare const TokenUpdateInputSchema: {
|
|
2066
|
+
readonly type: "object";
|
|
2067
|
+
readonly properties: {
|
|
2068
|
+
readonly name: {
|
|
2069
|
+
readonly type: "string";
|
|
2070
|
+
readonly maxLength: 63;
|
|
2071
|
+
readonly minLength: 1;
|
|
2072
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2073
|
+
readonly description: "Human readable access token name.";
|
|
2074
|
+
readonly example: "deployment-token";
|
|
2075
|
+
};
|
|
2076
|
+
readonly role: {
|
|
2077
|
+
readonly type: "string";
|
|
2078
|
+
readonly description: "Role assumed by the token.";
|
|
2079
|
+
readonly example: "User";
|
|
2080
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2081
|
+
};
|
|
2082
|
+
};
|
|
2083
|
+
readonly additionalProperties: false;
|
|
2084
|
+
};
|
|
2085
|
+
export declare const UsageFacetsSchema: {
|
|
2086
|
+
readonly type: "object";
|
|
2087
|
+
readonly properties: {
|
|
2088
|
+
readonly cluster_id: {
|
|
2089
|
+
readonly type: "array";
|
|
2090
|
+
readonly items: {
|
|
1482
2091
|
readonly type: "string";
|
|
1483
|
-
|
|
1484
|
-
|
|
2092
|
+
};
|
|
2093
|
+
readonly description: "List of unique cluster IDs";
|
|
2094
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
1485
2095
|
};
|
|
1486
|
-
readonly
|
|
1487
|
-
readonly
|
|
1488
|
-
|
|
1489
|
-
readonly format: "float";
|
|
1490
|
-
readonly description: "Price";
|
|
1491
|
-
readonly example: 4;
|
|
1492
|
-
}, {
|
|
2096
|
+
readonly product: {
|
|
2097
|
+
readonly type: "array";
|
|
2098
|
+
readonly items: {
|
|
1493
2099
|
readonly type: "string";
|
|
1494
|
-
|
|
1495
|
-
|
|
2100
|
+
};
|
|
2101
|
+
readonly description: "List of unique products";
|
|
2102
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2103
|
+
};
|
|
2104
|
+
};
|
|
2105
|
+
readonly additionalProperties: false;
|
|
2106
|
+
};
|
|
2107
|
+
export declare const UsageResponseSchema: {
|
|
2108
|
+
readonly type: "object";
|
|
2109
|
+
readonly properties: {
|
|
2110
|
+
readonly data: {
|
|
2111
|
+
readonly type: "array";
|
|
2112
|
+
readonly items: {
|
|
2113
|
+
readonly type: "object";
|
|
2114
|
+
readonly properties: {
|
|
2115
|
+
readonly hour: {
|
|
2116
|
+
readonly type: "string";
|
|
2117
|
+
readonly description: "Hour of the usage";
|
|
2118
|
+
readonly example: "2019-01-01T00:00:00.000Z";
|
|
2119
|
+
};
|
|
2120
|
+
readonly cluster_id: {
|
|
2121
|
+
readonly type: "string";
|
|
2122
|
+
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
2123
|
+
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
2124
|
+
};
|
|
2125
|
+
readonly product: {
|
|
2126
|
+
readonly type: "string";
|
|
2127
|
+
readonly description: "The product the usage is associated with";
|
|
2128
|
+
readonly example: "cfke_controlplane";
|
|
2129
|
+
};
|
|
2130
|
+
readonly value: {
|
|
2131
|
+
readonly type: "number";
|
|
2132
|
+
readonly format: "float";
|
|
2133
|
+
readonly description: "Consumption";
|
|
2134
|
+
readonly example: 4;
|
|
2135
|
+
};
|
|
2136
|
+
readonly price: {
|
|
2137
|
+
readonly type: "number";
|
|
2138
|
+
readonly format: "float";
|
|
2139
|
+
readonly description: "Price per unit";
|
|
2140
|
+
readonly example: 0.01;
|
|
2141
|
+
};
|
|
2142
|
+
readonly total: {
|
|
2143
|
+
readonly type: "number";
|
|
2144
|
+
readonly format: "float";
|
|
2145
|
+
readonly description: "Total cost";
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
2149
|
+
readonly additionalProperties: false;
|
|
2150
|
+
};
|
|
2151
|
+
readonly description: "Usage data";
|
|
2152
|
+
};
|
|
2153
|
+
readonly facets: {
|
|
2154
|
+
readonly type: "object";
|
|
2155
|
+
readonly properties: {
|
|
2156
|
+
readonly cluster_id: {
|
|
2157
|
+
readonly type: "array";
|
|
2158
|
+
readonly items: {
|
|
2159
|
+
readonly type: "string";
|
|
2160
|
+
};
|
|
2161
|
+
readonly description: "List of unique cluster IDs";
|
|
2162
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
2163
|
+
};
|
|
2164
|
+
readonly product: {
|
|
2165
|
+
readonly type: "array";
|
|
2166
|
+
readonly items: {
|
|
2167
|
+
readonly type: "string";
|
|
2168
|
+
};
|
|
2169
|
+
readonly description: "List of unique products";
|
|
2170
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2171
|
+
};
|
|
2172
|
+
};
|
|
2173
|
+
readonly additionalProperties: false;
|
|
2174
|
+
readonly description: "Facets for filtering";
|
|
2175
|
+
};
|
|
2176
|
+
};
|
|
2177
|
+
readonly required: readonly ["data", "facets"];
|
|
2178
|
+
readonly additionalProperties: false;
|
|
2179
|
+
};
|
|
2180
|
+
export declare const UsageSchema: {
|
|
2181
|
+
readonly type: "object";
|
|
2182
|
+
readonly properties: {
|
|
2183
|
+
readonly hour: {
|
|
2184
|
+
readonly type: "string";
|
|
2185
|
+
readonly description: "Hour of the usage";
|
|
2186
|
+
readonly example: "2019-01-01T00:00:00.000Z";
|
|
2187
|
+
};
|
|
2188
|
+
readonly cluster_id: {
|
|
2189
|
+
readonly type: "string";
|
|
2190
|
+
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
2191
|
+
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
2192
|
+
};
|
|
2193
|
+
readonly product: {
|
|
2194
|
+
readonly type: "string";
|
|
2195
|
+
readonly description: "The product the usage is associated with";
|
|
2196
|
+
readonly example: "cfke_controlplane";
|
|
1496
2197
|
};
|
|
1497
2198
|
readonly value: {
|
|
1498
|
-
readonly
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
2199
|
+
readonly type: "number";
|
|
2200
|
+
readonly format: "float";
|
|
2201
|
+
readonly description: "Consumption";
|
|
2202
|
+
readonly example: 4;
|
|
2203
|
+
};
|
|
2204
|
+
readonly price: {
|
|
2205
|
+
readonly type: "number";
|
|
2206
|
+
readonly format: "float";
|
|
2207
|
+
readonly description: "Price per unit";
|
|
2208
|
+
readonly example: 0.01;
|
|
1507
2209
|
};
|
|
1508
2210
|
readonly total: {
|
|
1509
|
-
readonly
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
readonly description: "Total";
|
|
1513
|
-
readonly example: 4;
|
|
1514
|
-
}, {
|
|
1515
|
-
readonly type: "string";
|
|
1516
|
-
readonly enum: readonly [""];
|
|
1517
|
-
}];
|
|
2211
|
+
readonly type: "number";
|
|
2212
|
+
readonly format: "float";
|
|
2213
|
+
readonly description: "Total cost";
|
|
1518
2214
|
};
|
|
1519
2215
|
};
|
|
1520
|
-
readonly required: readonly ["
|
|
2216
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
1521
2217
|
readonly additionalProperties: false;
|
|
1522
2218
|
};
|
|
1523
2219
|
export declare const UserCreateInputSchema: {
|