@cloudfleet/sdk 0.0.1-0010e2d → 0.0.1-028b8fa
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 +1139 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1167 -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} +11 -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} +16 -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 +1343 -600
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2670 -688
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +146 -22
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +236 -165
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1146 -370
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3557 -3615
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1215 -1066
- 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 -146
- 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
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
export declare const BillingContactSchema: {
|
|
2
2
|
readonly type: "object";
|
|
3
3
|
readonly properties: {
|
|
4
|
+
readonly type: {
|
|
5
|
+
readonly type: "string";
|
|
6
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
7
|
+
readonly example: "business";
|
|
8
|
+
readonly enum: readonly ["business", "personal"];
|
|
9
|
+
};
|
|
4
10
|
readonly company: {
|
|
5
11
|
readonly type: "string";
|
|
6
12
|
readonly maxLength: 120;
|
|
@@ -57,15 +63,10 @@ export declare const BillingContactSchema: {
|
|
|
57
63
|
readonly description: "Email address used for billing as a string.";
|
|
58
64
|
readonly example: "email@example.com";
|
|
59
65
|
};
|
|
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: {
|
|
66
|
+
readonly individual_name: {
|
|
66
67
|
readonly type: "string";
|
|
67
|
-
readonly description: "
|
|
68
|
-
readonly example: "Doe";
|
|
68
|
+
readonly description: "Name of the billing contact person.";
|
|
69
|
+
readonly example: "John Doe";
|
|
69
70
|
};
|
|
70
71
|
readonly tax_id: {
|
|
71
72
|
readonly type: "string";
|
|
@@ -81,7 +82,7 @@ export declare const BillingContactSchema: {
|
|
|
81
82
|
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
83
|
};
|
|
83
84
|
};
|
|
84
|
-
readonly required: readonly ["
|
|
85
|
+
readonly required: readonly ["type", "email", "individual_name"];
|
|
85
86
|
readonly additionalProperties: false;
|
|
86
87
|
};
|
|
87
88
|
export declare const BillingCreditsSchema: {
|
|
@@ -92,10 +93,22 @@ export declare const BillingCreditsSchema: {
|
|
|
92
93
|
readonly description: "Generated unique identifier of the promotional code.";
|
|
93
94
|
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
94
95
|
};
|
|
95
|
-
readonly
|
|
96
|
+
readonly type: {
|
|
97
|
+
readonly type: "string";
|
|
98
|
+
readonly description: "Type of the promotional code.";
|
|
99
|
+
readonly example: "credit";
|
|
100
|
+
readonly enum: readonly ["credit", "discount"];
|
|
101
|
+
};
|
|
102
|
+
readonly date_start: {
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
readonly format: "date-time";
|
|
105
|
+
readonly description: "Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.";
|
|
106
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
107
|
+
};
|
|
108
|
+
readonly date_end: {
|
|
96
109
|
readonly type: "string";
|
|
97
110
|
readonly format: "date-time";
|
|
98
|
-
readonly description: "
|
|
111
|
+
readonly description: "Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.";
|
|
99
112
|
readonly example: "2023-12-20T13:53:32.000Z";
|
|
100
113
|
};
|
|
101
114
|
readonly code: {
|
|
@@ -108,40 +121,20 @@ export declare const BillingCreditsSchema: {
|
|
|
108
121
|
readonly description: "Description of the promotional code.";
|
|
109
122
|
readonly example: "10% off on all products";
|
|
110
123
|
};
|
|
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: {
|
|
124
|
+
readonly value_total: {
|
|
126
125
|
readonly type: "number";
|
|
127
126
|
readonly format: "float";
|
|
128
|
-
readonly description: "
|
|
127
|
+
readonly description: "Total value of the promotional code.";
|
|
129
128
|
readonly example: 10;
|
|
130
129
|
};
|
|
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
130
|
readonly value_remaining: {
|
|
138
131
|
readonly type: "number";
|
|
139
132
|
readonly format: "float";
|
|
140
|
-
readonly description: "
|
|
141
|
-
readonly example:
|
|
133
|
+
readonly description: "Remaining value of the promotional code.";
|
|
134
|
+
readonly example: 8;
|
|
142
135
|
};
|
|
143
136
|
};
|
|
144
|
-
readonly required: readonly ["
|
|
137
|
+
readonly required: readonly ["type", "date_start", "code", "value_total"];
|
|
145
138
|
readonly additionalProperties: false;
|
|
146
139
|
};
|
|
147
140
|
export declare const ChartCreateInputSchema: {
|
|
@@ -288,17 +281,18 @@ export declare const ClusterCreateInputSchema: {
|
|
|
288
281
|
};
|
|
289
282
|
readonly region: {
|
|
290
283
|
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"];
|
|
284
|
+
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.";
|
|
285
|
+
readonly default: "staging-1a";
|
|
286
|
+
readonly example: "northamerica-central-1a";
|
|
287
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
295
288
|
};
|
|
296
289
|
readonly version_channel: {
|
|
297
290
|
readonly type: "string";
|
|
298
291
|
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
292
|
readonly description: "Version of the kubernetes cluster.";
|
|
300
293
|
readonly default: "1.x.x-cfke.x";
|
|
301
|
-
readonly example: "1.
|
|
294
|
+
readonly example: "1.x.x-cfke.x";
|
|
295
|
+
readonly enum: readonly ["1.x.x-cfke.x", "1.31.x-cfke.x", "1.32.x-cfke.x", "1.33.x-cfke.x"];
|
|
302
296
|
};
|
|
303
297
|
};
|
|
304
298
|
readonly required: readonly ["name", "tier"];
|
|
@@ -318,6 +312,11 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
318
312
|
readonly description: "Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.";
|
|
319
313
|
readonly example: "https://10.31.64.7:6443";
|
|
320
314
|
};
|
|
315
|
+
readonly cluster_dns: {
|
|
316
|
+
readonly type: "string";
|
|
317
|
+
readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
|
|
318
|
+
readonly example: "10.96.0.10";
|
|
319
|
+
};
|
|
321
320
|
readonly auth_key: {
|
|
322
321
|
readonly type: "string";
|
|
323
322
|
readonly description: "Authentication key for the cluster.";
|
|
@@ -334,7 +333,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
334
333
|
readonly kubernetes: {
|
|
335
334
|
readonly type: "string";
|
|
336
335
|
readonly description: "Kubernetes version of the cluster.";
|
|
337
|
-
readonly example: "1.
|
|
336
|
+
readonly example: "1.33.7";
|
|
338
337
|
};
|
|
339
338
|
readonly tailscale: {
|
|
340
339
|
readonly type: "string";
|
|
@@ -380,7 +379,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
380
379
|
readonly description: "OIDC Information for hosts to access to third party API's.";
|
|
381
380
|
};
|
|
382
381
|
};
|
|
383
|
-
readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
382
|
+
readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
384
383
|
readonly additionalProperties: false;
|
|
385
384
|
};
|
|
386
385
|
export declare const ClusterSchema: {
|
|
@@ -402,17 +401,10 @@ export declare const ClusterSchema: {
|
|
|
402
401
|
};
|
|
403
402
|
readonly region: {
|
|
404
403
|
readonly type: "string";
|
|
405
|
-
readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
|
|
406
|
-
readonly default: "staging";
|
|
407
|
-
readonly example: "northamerica-central-
|
|
408
|
-
readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
|
|
409
|
-
};
|
|
410
|
-
readonly version_channel: {
|
|
411
|
-
readonly type: "string";
|
|
412
|
-
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-]+)*))?$";
|
|
413
|
-
readonly description: "Version of the kubernetes cluster.";
|
|
414
|
-
readonly default: "1.x.x-cfke.x";
|
|
415
|
-
readonly example: "1.29.x-cfke.x";
|
|
404
|
+
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.";
|
|
405
|
+
readonly default: "staging-1a";
|
|
406
|
+
readonly example: "northamerica-central-1a";
|
|
407
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
416
408
|
};
|
|
417
409
|
readonly id: {
|
|
418
410
|
readonly type: "string";
|
|
@@ -424,19 +416,30 @@ export declare const ClusterSchema: {
|
|
|
424
416
|
readonly type: "string";
|
|
425
417
|
readonly description: "Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.";
|
|
426
418
|
readonly example: "active";
|
|
427
|
-
readonly enum: readonly ["active", "deleted", "creating", "deployed", "failed", "updating"];
|
|
419
|
+
readonly enum: readonly ["active", "disabled", "deleted", "creating", "deployed", "failed", "updating"];
|
|
428
420
|
};
|
|
429
421
|
readonly endpoint: {
|
|
430
422
|
readonly anyOf: readonly [{
|
|
431
423
|
readonly type: "string";
|
|
432
424
|
readonly format: "uri";
|
|
433
|
-
readonly description: "URL of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.";
|
|
425
|
+
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)";
|
|
434
426
|
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.cloudfleet.dev:6443";
|
|
435
427
|
}, {
|
|
436
428
|
readonly type: "string";
|
|
437
429
|
readonly enum: readonly [""];
|
|
438
430
|
}];
|
|
439
431
|
};
|
|
432
|
+
readonly endpoint_public: {
|
|
433
|
+
readonly anyOf: readonly [{
|
|
434
|
+
readonly type: "string";
|
|
435
|
+
readonly format: "uri";
|
|
436
|
+
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.";
|
|
437
|
+
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
|
|
438
|
+
}, {
|
|
439
|
+
readonly type: "string";
|
|
440
|
+
readonly enum: readonly [""];
|
|
441
|
+
}];
|
|
442
|
+
};
|
|
440
443
|
readonly certificate_ca: {
|
|
441
444
|
readonly type: "string";
|
|
442
445
|
readonly description: "Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.";
|
|
@@ -445,7 +448,7 @@ export declare const ClusterSchema: {
|
|
|
445
448
|
readonly version_current: {
|
|
446
449
|
readonly type: "string";
|
|
447
450
|
readonly description: "Current version of the cluster.";
|
|
448
|
-
readonly example: "1.
|
|
451
|
+
readonly example: "1.33.7-cfke.264";
|
|
449
452
|
};
|
|
450
453
|
readonly created_at: {
|
|
451
454
|
readonly type: "string";
|
|
@@ -462,6 +465,12 @@ export declare const ClusterSchema: {
|
|
|
462
465
|
readonly description: "Indicates if the cluster is ready to be used.";
|
|
463
466
|
readonly example: true;
|
|
464
467
|
};
|
|
468
|
+
readonly version_channel: {
|
|
469
|
+
readonly type: "string";
|
|
470
|
+
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-]+)*))?$";
|
|
471
|
+
readonly description: "Version of the kubernetes cluster.";
|
|
472
|
+
readonly example: "1.x.x-cfke.x";
|
|
473
|
+
};
|
|
465
474
|
};
|
|
466
475
|
readonly required: readonly ["name", "tier", "id", "status"];
|
|
467
476
|
readonly additionalProperties: false;
|
|
@@ -487,7 +496,7 @@ export declare const ClusterUpdateInputSchema: {
|
|
|
487
496
|
readonly type: "string";
|
|
488
497
|
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-]+)*))?$";
|
|
489
498
|
readonly description: "Version of the kubernetes cluster.";
|
|
490
|
-
readonly example: "1.
|
|
499
|
+
readonly example: "1.x.x-cfke.x";
|
|
491
500
|
};
|
|
492
501
|
};
|
|
493
502
|
readonly required: readonly ["tier"];
|
|
@@ -500,13 +509,12 @@ export declare const FleetCreateInputSchema: {
|
|
|
500
509
|
readonly type: "object";
|
|
501
510
|
readonly properties: {
|
|
502
511
|
readonly cpu: {
|
|
503
|
-
readonly type: "
|
|
504
|
-
readonly format: "float";
|
|
512
|
+
readonly type: "integer";
|
|
505
513
|
readonly minimum: 0;
|
|
506
|
-
readonly
|
|
514
|
+
readonly maximum: 100000;
|
|
515
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
507
516
|
};
|
|
508
517
|
};
|
|
509
|
-
readonly required: readonly ["cpu"];
|
|
510
518
|
readonly additionalProperties: false;
|
|
511
519
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
512
520
|
};
|
|
@@ -515,14 +523,15 @@ export declare const FleetCreateInputSchema: {
|
|
|
515
523
|
readonly properties: {
|
|
516
524
|
readonly enabled: {
|
|
517
525
|
readonly type: "boolean";
|
|
518
|
-
readonly default: true;
|
|
519
526
|
};
|
|
520
527
|
readonly project: {
|
|
521
528
|
readonly type: "string";
|
|
522
|
-
readonly
|
|
529
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
530
|
+
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.";
|
|
531
|
+
readonly example: "my-cloudfleet-project";
|
|
523
532
|
};
|
|
524
533
|
};
|
|
525
|
-
readonly required: readonly ["
|
|
534
|
+
readonly required: readonly ["enabled"];
|
|
526
535
|
readonly additionalProperties: false;
|
|
527
536
|
};
|
|
528
537
|
readonly hetzner: {
|
|
@@ -530,14 +539,16 @@ export declare const FleetCreateInputSchema: {
|
|
|
530
539
|
readonly properties: {
|
|
531
540
|
readonly enabled: {
|
|
532
541
|
readonly type: "boolean";
|
|
533
|
-
readonly default: true;
|
|
534
542
|
};
|
|
535
543
|
readonly apiKey: {
|
|
536
544
|
readonly type: "string";
|
|
537
|
-
readonly
|
|
545
|
+
readonly maxLength: 64;
|
|
546
|
+
readonly minLength: 64;
|
|
547
|
+
readonly pattern: "^[A-Za-z0-9]+$";
|
|
548
|
+
readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
|
|
538
549
|
};
|
|
539
550
|
};
|
|
540
|
-
readonly required: readonly ["
|
|
551
|
+
readonly required: readonly ["enabled"];
|
|
541
552
|
readonly additionalProperties: false;
|
|
542
553
|
};
|
|
543
554
|
readonly aws: {
|
|
@@ -545,15 +556,66 @@ export declare const FleetCreateInputSchema: {
|
|
|
545
556
|
readonly properties: {
|
|
546
557
|
readonly enabled: {
|
|
547
558
|
readonly type: "boolean";
|
|
548
|
-
readonly default: true;
|
|
549
559
|
};
|
|
550
560
|
readonly controllerRoleArn: {
|
|
551
561
|
readonly type: "string";
|
|
552
|
-
readonly
|
|
562
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
563
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
564
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
readonly required: readonly ["enabled"];
|
|
568
|
+
readonly additionalProperties: false;
|
|
569
|
+
};
|
|
570
|
+
readonly constraints: {
|
|
571
|
+
readonly type: "object";
|
|
572
|
+
readonly properties: {
|
|
573
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
574
|
+
readonly type: "array";
|
|
575
|
+
readonly items: {
|
|
576
|
+
readonly type: "string";
|
|
577
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
578
|
+
};
|
|
579
|
+
readonly minItems: 1;
|
|
580
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
581
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
582
|
+
};
|
|
583
|
+
readonly 'kubernetes.io/arch': {
|
|
584
|
+
readonly type: "array";
|
|
585
|
+
readonly items: {
|
|
586
|
+
readonly type: "string";
|
|
587
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
588
|
+
};
|
|
589
|
+
readonly minItems: 1;
|
|
590
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
591
|
+
readonly default: readonly ["amd64"];
|
|
592
|
+
};
|
|
593
|
+
readonly 'cfke.io/instance-family': {
|
|
594
|
+
readonly type: "array";
|
|
595
|
+
readonly items: {
|
|
596
|
+
readonly type: "string";
|
|
597
|
+
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"];
|
|
598
|
+
};
|
|
599
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
600
|
+
};
|
|
601
|
+
readonly 'topology.kubernetes.io/region': {
|
|
602
|
+
readonly type: "array";
|
|
603
|
+
readonly items: {
|
|
604
|
+
readonly type: "string";
|
|
605
|
+
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"];
|
|
606
|
+
};
|
|
607
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
553
608
|
};
|
|
554
609
|
};
|
|
555
|
-
readonly required: readonly ["controllerRoleArn"];
|
|
556
610
|
readonly additionalProperties: false;
|
|
611
|
+
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.";
|
|
612
|
+
};
|
|
613
|
+
readonly scalingProfile: {
|
|
614
|
+
readonly type: "string";
|
|
615
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
616
|
+
readonly default: "conservative";
|
|
617
|
+
readonly example: "conservative";
|
|
618
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
557
619
|
};
|
|
558
620
|
readonly id: {
|
|
559
621
|
readonly type: "string";
|
|
@@ -574,13 +636,12 @@ export declare const FleetSchema: {
|
|
|
574
636
|
readonly type: "object";
|
|
575
637
|
readonly properties: {
|
|
576
638
|
readonly cpu: {
|
|
577
|
-
readonly type: "
|
|
578
|
-
readonly format: "float";
|
|
639
|
+
readonly type: "integer";
|
|
579
640
|
readonly minimum: 0;
|
|
580
|
-
readonly
|
|
641
|
+
readonly maximum: 100000;
|
|
642
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
581
643
|
};
|
|
582
644
|
};
|
|
583
|
-
readonly required: readonly ["cpu"];
|
|
584
645
|
readonly additionalProperties: false;
|
|
585
646
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
586
647
|
};
|
|
@@ -589,14 +650,15 @@ export declare const FleetSchema: {
|
|
|
589
650
|
readonly properties: {
|
|
590
651
|
readonly enabled: {
|
|
591
652
|
readonly type: "boolean";
|
|
592
|
-
readonly default: true;
|
|
593
653
|
};
|
|
594
654
|
readonly project: {
|
|
595
655
|
readonly type: "string";
|
|
596
|
-
readonly
|
|
656
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
657
|
+
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.";
|
|
658
|
+
readonly example: "my-cloudfleet-project";
|
|
597
659
|
};
|
|
598
660
|
};
|
|
599
|
-
readonly required: readonly ["
|
|
661
|
+
readonly required: readonly ["enabled"];
|
|
600
662
|
readonly additionalProperties: false;
|
|
601
663
|
};
|
|
602
664
|
readonly hetzner: {
|
|
@@ -604,14 +666,14 @@ export declare const FleetSchema: {
|
|
|
604
666
|
readonly properties: {
|
|
605
667
|
readonly enabled: {
|
|
606
668
|
readonly type: "boolean";
|
|
607
|
-
readonly default: true;
|
|
608
669
|
};
|
|
609
670
|
readonly apiKey: {
|
|
610
671
|
readonly type: "string";
|
|
611
|
-
readonly
|
|
672
|
+
readonly pattern: "^\\*{64}$";
|
|
673
|
+
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.";
|
|
612
674
|
};
|
|
613
675
|
};
|
|
614
|
-
readonly required: readonly ["
|
|
676
|
+
readonly required: readonly ["enabled"];
|
|
615
677
|
readonly additionalProperties: false;
|
|
616
678
|
};
|
|
617
679
|
readonly aws: {
|
|
@@ -619,15 +681,66 @@ export declare const FleetSchema: {
|
|
|
619
681
|
readonly properties: {
|
|
620
682
|
readonly enabled: {
|
|
621
683
|
readonly type: "boolean";
|
|
622
|
-
readonly default: true;
|
|
623
684
|
};
|
|
624
685
|
readonly controllerRoleArn: {
|
|
625
686
|
readonly type: "string";
|
|
626
|
-
readonly
|
|
687
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
688
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
689
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
690
|
+
};
|
|
691
|
+
};
|
|
692
|
+
readonly required: readonly ["enabled"];
|
|
693
|
+
readonly additionalProperties: false;
|
|
694
|
+
};
|
|
695
|
+
readonly constraints: {
|
|
696
|
+
readonly type: "object";
|
|
697
|
+
readonly properties: {
|
|
698
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
699
|
+
readonly type: "array";
|
|
700
|
+
readonly items: {
|
|
701
|
+
readonly type: "string";
|
|
702
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
703
|
+
};
|
|
704
|
+
readonly minItems: 1;
|
|
705
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
706
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
707
|
+
};
|
|
708
|
+
readonly 'kubernetes.io/arch': {
|
|
709
|
+
readonly type: "array";
|
|
710
|
+
readonly items: {
|
|
711
|
+
readonly type: "string";
|
|
712
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
713
|
+
};
|
|
714
|
+
readonly minItems: 1;
|
|
715
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
716
|
+
readonly default: readonly ["amd64"];
|
|
717
|
+
};
|
|
718
|
+
readonly 'cfke.io/instance-family': {
|
|
719
|
+
readonly type: "array";
|
|
720
|
+
readonly items: {
|
|
721
|
+
readonly type: "string";
|
|
722
|
+
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"];
|
|
723
|
+
};
|
|
724
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
725
|
+
};
|
|
726
|
+
readonly 'topology.kubernetes.io/region': {
|
|
727
|
+
readonly type: "array";
|
|
728
|
+
readonly items: {
|
|
729
|
+
readonly type: "string";
|
|
730
|
+
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"];
|
|
731
|
+
};
|
|
732
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
627
733
|
};
|
|
628
734
|
};
|
|
629
|
-
readonly required: readonly ["controllerRoleArn"];
|
|
630
735
|
readonly additionalProperties: false;
|
|
736
|
+
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.";
|
|
737
|
+
};
|
|
738
|
+
readonly scalingProfile: {
|
|
739
|
+
readonly type: "string";
|
|
740
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
741
|
+
readonly default: "conservative";
|
|
742
|
+
readonly example: "conservative";
|
|
743
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
631
744
|
};
|
|
632
745
|
readonly id: {
|
|
633
746
|
readonly type: "string";
|
|
@@ -638,7 +751,7 @@ export declare const FleetSchema: {
|
|
|
638
751
|
readonly example: "new-clouds-fleet";
|
|
639
752
|
};
|
|
640
753
|
};
|
|
641
|
-
readonly required: readonly ["id"];
|
|
754
|
+
readonly required: readonly ["scalingProfile", "id"];
|
|
642
755
|
readonly additionalProperties: false;
|
|
643
756
|
};
|
|
644
757
|
export declare const FleetUpdateInputSchema: {
|
|
@@ -648,13 +761,12 @@ export declare const FleetUpdateInputSchema: {
|
|
|
648
761
|
readonly type: "object";
|
|
649
762
|
readonly properties: {
|
|
650
763
|
readonly cpu: {
|
|
651
|
-
readonly type: "
|
|
652
|
-
readonly format: "float";
|
|
764
|
+
readonly type: "integer";
|
|
653
765
|
readonly minimum: 0;
|
|
654
|
-
readonly
|
|
766
|
+
readonly maximum: 100000;
|
|
767
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
655
768
|
};
|
|
656
769
|
};
|
|
657
|
-
readonly required: readonly ["cpu"];
|
|
658
770
|
readonly additionalProperties: false;
|
|
659
771
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
660
772
|
};
|
|
@@ -663,14 +775,15 @@ export declare const FleetUpdateInputSchema: {
|
|
|
663
775
|
readonly properties: {
|
|
664
776
|
readonly enabled: {
|
|
665
777
|
readonly type: "boolean";
|
|
666
|
-
readonly default: true;
|
|
667
778
|
};
|
|
668
779
|
readonly project: {
|
|
669
780
|
readonly type: "string";
|
|
670
|
-
readonly
|
|
781
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
782
|
+
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.";
|
|
783
|
+
readonly example: "my-cloudfleet-project";
|
|
671
784
|
};
|
|
672
785
|
};
|
|
673
|
-
readonly required: readonly ["
|
|
786
|
+
readonly required: readonly ["enabled"];
|
|
674
787
|
readonly additionalProperties: false;
|
|
675
788
|
};
|
|
676
789
|
readonly hetzner: {
|
|
@@ -678,14 +791,16 @@ export declare const FleetUpdateInputSchema: {
|
|
|
678
791
|
readonly properties: {
|
|
679
792
|
readonly enabled: {
|
|
680
793
|
readonly type: "boolean";
|
|
681
|
-
readonly default: true;
|
|
682
794
|
};
|
|
683
795
|
readonly apiKey: {
|
|
684
796
|
readonly type: "string";
|
|
685
|
-
readonly
|
|
797
|
+
readonly maxLength: 64;
|
|
798
|
+
readonly minLength: 64;
|
|
799
|
+
readonly pattern: "^[A-Za-z0-9]+$";
|
|
800
|
+
readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
|
|
686
801
|
};
|
|
687
802
|
};
|
|
688
|
-
readonly required: readonly ["
|
|
803
|
+
readonly required: readonly ["enabled"];
|
|
689
804
|
readonly additionalProperties: false;
|
|
690
805
|
};
|
|
691
806
|
readonly aws: {
|
|
@@ -693,17 +808,66 @@ export declare const FleetUpdateInputSchema: {
|
|
|
693
808
|
readonly properties: {
|
|
694
809
|
readonly enabled: {
|
|
695
810
|
readonly type: "boolean";
|
|
696
|
-
readonly default: true;
|
|
697
811
|
};
|
|
698
812
|
readonly controllerRoleArn: {
|
|
699
813
|
readonly type: "string";
|
|
700
|
-
readonly
|
|
814
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
815
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
816
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
701
817
|
};
|
|
702
818
|
};
|
|
703
|
-
readonly required: readonly ["
|
|
819
|
+
readonly required: readonly ["enabled"];
|
|
704
820
|
readonly additionalProperties: false;
|
|
705
821
|
};
|
|
822
|
+
readonly constraints: {
|
|
823
|
+
readonly type: "object";
|
|
824
|
+
readonly properties: {
|
|
825
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
826
|
+
readonly type: "array";
|
|
827
|
+
readonly items: {
|
|
828
|
+
readonly type: "string";
|
|
829
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
830
|
+
};
|
|
831
|
+
readonly minItems: 1;
|
|
832
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
833
|
+
};
|
|
834
|
+
readonly 'kubernetes.io/arch': {
|
|
835
|
+
readonly type: "array";
|
|
836
|
+
readonly items: {
|
|
837
|
+
readonly type: "string";
|
|
838
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
839
|
+
};
|
|
840
|
+
readonly minItems: 1;
|
|
841
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
842
|
+
};
|
|
843
|
+
readonly 'cfke.io/instance-family': {
|
|
844
|
+
readonly type: "array";
|
|
845
|
+
readonly items: {
|
|
846
|
+
readonly type: "string";
|
|
847
|
+
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"];
|
|
848
|
+
};
|
|
849
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
850
|
+
};
|
|
851
|
+
readonly 'topology.kubernetes.io/region': {
|
|
852
|
+
readonly type: "array";
|
|
853
|
+
readonly items: {
|
|
854
|
+
readonly type: "string";
|
|
855
|
+
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"];
|
|
856
|
+
};
|
|
857
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
readonly additionalProperties: false;
|
|
861
|
+
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.";
|
|
862
|
+
};
|
|
863
|
+
readonly scalingProfile: {
|
|
864
|
+
readonly type: "string";
|
|
865
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
866
|
+
readonly example: "conservative";
|
|
867
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
868
|
+
};
|
|
706
869
|
};
|
|
870
|
+
readonly required: readonly ["scalingProfile"];
|
|
707
871
|
readonly additionalProperties: false;
|
|
708
872
|
};
|
|
709
873
|
export declare const InviteSchema: {
|
|
@@ -746,23 +910,18 @@ export declare const InvoiceSchema: {
|
|
|
746
910
|
readonly properties: {
|
|
747
911
|
readonly id: {
|
|
748
912
|
readonly type: "string";
|
|
749
|
-
readonly
|
|
750
|
-
readonly
|
|
751
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
913
|
+
readonly description: "Unique identifier of the invoice.";
|
|
914
|
+
readonly example: "in_1234567890xCrwxghOTj1234";
|
|
752
915
|
};
|
|
753
|
-
readonly
|
|
916
|
+
readonly number: {
|
|
754
917
|
readonly type: "string";
|
|
755
|
-
readonly format: "uuid";
|
|
756
|
-
readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
|
|
757
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
758
918
|
};
|
|
759
919
|
readonly status: {
|
|
760
920
|
readonly type: "string";
|
|
761
921
|
readonly description: "Status of the invoice";
|
|
762
|
-
readonly example: "
|
|
763
|
-
readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
|
|
922
|
+
readonly example: "paid";
|
|
764
923
|
};
|
|
765
|
-
readonly
|
|
924
|
+
readonly total: {
|
|
766
925
|
readonly type: "number";
|
|
767
926
|
readonly format: "float";
|
|
768
927
|
readonly description: "Total amount of the invoice";
|
|
@@ -771,405 +930,180 @@ export declare const InvoiceSchema: {
|
|
|
771
930
|
readonly currency: {
|
|
772
931
|
readonly type: "string";
|
|
773
932
|
readonly description: "Currency of the invoice";
|
|
774
|
-
readonly example: "
|
|
775
|
-
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"];
|
|
933
|
+
readonly example: "usd";
|
|
776
934
|
};
|
|
777
|
-
readonly
|
|
778
|
-
readonly type: "
|
|
779
|
-
readonly format: "
|
|
780
|
-
readonly description: "
|
|
781
|
-
readonly example:
|
|
935
|
+
readonly created: {
|
|
936
|
+
readonly type: "string";
|
|
937
|
+
readonly format: "date-time";
|
|
938
|
+
readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
|
|
939
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
782
940
|
};
|
|
783
|
-
readonly
|
|
784
|
-
readonly type: "
|
|
785
|
-
readonly format: "
|
|
786
|
-
readonly description: "
|
|
787
|
-
readonly example:
|
|
941
|
+
readonly period_start: {
|
|
942
|
+
readonly type: "string";
|
|
943
|
+
readonly format: "date-time";
|
|
944
|
+
readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
|
|
945
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
788
946
|
};
|
|
789
|
-
readonly
|
|
947
|
+
readonly period_end: {
|
|
790
948
|
readonly type: "string";
|
|
791
|
-
readonly
|
|
792
|
-
readonly
|
|
949
|
+
readonly format: "date-time";
|
|
950
|
+
readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
|
|
951
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
793
952
|
};
|
|
794
|
-
readonly
|
|
953
|
+
readonly invoice_pdf: {
|
|
795
954
|
readonly type: "string";
|
|
796
|
-
readonly description: "Target date of the invoice";
|
|
797
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
798
955
|
};
|
|
799
|
-
|
|
956
|
+
};
|
|
957
|
+
readonly required: readonly ["created", "period_start", "period_end"];
|
|
958
|
+
readonly additionalProperties: false;
|
|
959
|
+
};
|
|
960
|
+
export declare const MarketplaceListingFilesSchema: {
|
|
961
|
+
readonly type: "object";
|
|
962
|
+
readonly properties: {
|
|
963
|
+
readonly chartYaml: {
|
|
964
|
+
readonly type: "string";
|
|
965
|
+
readonly description: "Raw Chart.yaml content from the Helm chart";
|
|
966
|
+
readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
|
|
967
|
+
};
|
|
968
|
+
readonly valuesYaml: {
|
|
800
969
|
readonly type: "string";
|
|
801
|
-
readonly description: "
|
|
802
|
-
readonly example: "
|
|
970
|
+
readonly description: "Raw values.yaml content from the Helm chart";
|
|
971
|
+
readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
|
|
803
972
|
};
|
|
804
|
-
readonly
|
|
805
|
-
readonly type: "
|
|
806
|
-
readonly
|
|
807
|
-
readonly
|
|
808
|
-
readonly example: 100;
|
|
973
|
+
readonly valuesSchemaJson: {
|
|
974
|
+
readonly type: "string";
|
|
975
|
+
readonly description: "JSON schema for values.yaml as a string";
|
|
976
|
+
readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
|
|
809
977
|
};
|
|
810
|
-
|
|
978
|
+
};
|
|
979
|
+
readonly additionalProperties: false;
|
|
980
|
+
};
|
|
981
|
+
export declare const MarketplaceListingSchema: {
|
|
982
|
+
readonly type: "object";
|
|
983
|
+
readonly properties: {
|
|
984
|
+
readonly name: {
|
|
811
985
|
readonly type: "string";
|
|
812
|
-
readonly description: "
|
|
813
|
-
readonly example: "
|
|
986
|
+
readonly description: "Name of the chart";
|
|
987
|
+
readonly example: "nginx-ingress";
|
|
814
988
|
};
|
|
815
|
-
readonly
|
|
989
|
+
readonly versions: {
|
|
816
990
|
readonly type: "array";
|
|
817
991
|
readonly items: {
|
|
818
|
-
readonly type: "
|
|
819
|
-
readonly
|
|
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
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
992
|
+
readonly type: "string";
|
|
993
|
+
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-]+)*))?$";
|
|
994
|
+
readonly description: "Specific version of the chart";
|
|
995
|
+
readonly example: "1.18.2-cfke.45";
|
|
996
|
+
};
|
|
997
|
+
readonly description: "Available versions of the chart";
|
|
998
|
+
};
|
|
999
|
+
readonly version_channels: {
|
|
1000
|
+
readonly type: "array";
|
|
1001
|
+
readonly items: {
|
|
1002
|
+
readonly type: "string";
|
|
1003
|
+
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-]+)*))?$";
|
|
1004
|
+
readonly description: "Version channel pattern";
|
|
1005
|
+
readonly example: "1.18.x-cfke.x";
|
|
1006
|
+
};
|
|
1007
|
+
readonly description: "Version channels for the chart";
|
|
1008
|
+
};
|
|
1009
|
+
readonly latestVersion: {
|
|
1010
|
+
readonly type: "string";
|
|
1011
|
+
readonly description: "Latest version of the chart";
|
|
1012
|
+
readonly example: "1.18.2-cfke.45";
|
|
1013
|
+
};
|
|
1014
|
+
readonly metadata: {
|
|
1015
|
+
readonly type: "object";
|
|
1016
|
+
readonly properties: {
|
|
1017
|
+
readonly name: {
|
|
1018
|
+
readonly type: "string";
|
|
1019
|
+
readonly description: "Chart name from metadata";
|
|
1020
|
+
readonly example: "nginx-ingress";
|
|
1021
|
+
};
|
|
1022
|
+
readonly version: {
|
|
1023
|
+
readonly type: "string";
|
|
1024
|
+
readonly description: "Chart version from metadata";
|
|
1025
|
+
readonly example: "1.18.2-cfke.45";
|
|
1026
|
+
};
|
|
1027
|
+
readonly description: {
|
|
1028
|
+
readonly type: "string";
|
|
1029
|
+
readonly description: "Chart description";
|
|
1030
|
+
readonly example: "NGINX Ingress Controller for Kubernetes";
|
|
1031
|
+
};
|
|
1032
|
+
readonly appVersion: {
|
|
1033
|
+
readonly type: "string";
|
|
1034
|
+
readonly description: "Application version";
|
|
1035
|
+
readonly example: "1.9.4";
|
|
1036
|
+
};
|
|
1037
|
+
readonly apiVersion: {
|
|
1038
|
+
readonly type: "string";
|
|
1039
|
+
readonly description: "Helm API version";
|
|
1040
|
+
readonly example: "v2";
|
|
1041
|
+
};
|
|
1042
|
+
readonly keywords: {
|
|
1043
|
+
readonly type: "array";
|
|
1044
|
+
readonly items: {
|
|
858
1045
|
readonly type: "string";
|
|
859
|
-
readonly description: "Pretty name of the plan";
|
|
860
|
-
readonly example: "Plan A";
|
|
861
1046
|
};
|
|
862
|
-
readonly
|
|
1047
|
+
readonly description: "Chart keywords";
|
|
1048
|
+
readonly example: readonly ["ingress", "nginx", "load-balancer"];
|
|
1049
|
+
};
|
|
1050
|
+
readonly home: {
|
|
1051
|
+
readonly type: "string";
|
|
1052
|
+
readonly description: "Chart home URL";
|
|
1053
|
+
readonly example: "https://kubernetes.github.io/ingress-nginx/";
|
|
1054
|
+
};
|
|
1055
|
+
readonly icon: {
|
|
1056
|
+
readonly type: "string";
|
|
1057
|
+
readonly description: "A URL to an SVG or PNG image to be used as an icon";
|
|
1058
|
+
readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
|
|
1059
|
+
};
|
|
1060
|
+
readonly sources: {
|
|
1061
|
+
readonly type: "array";
|
|
1062
|
+
readonly items: {
|
|
863
1063
|
readonly type: "string";
|
|
864
|
-
readonly description: "Pretty name of the phase";
|
|
865
|
-
readonly example: "Phase A";
|
|
866
1064
|
};
|
|
867
|
-
readonly
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
readonly
|
|
873
|
-
readonly type: "
|
|
874
|
-
readonly
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
readonly
|
|
887
|
-
|
|
888
|
-
readonly endDate: {
|
|
889
|
-
readonly type: "string";
|
|
890
|
-
readonly description: "End date of the invoice item";
|
|
891
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
892
|
-
};
|
|
893
|
-
readonly amount: {
|
|
894
|
-
readonly type: "number";
|
|
895
|
-
readonly format: "float";
|
|
896
|
-
readonly description: "Amount of the invoice item";
|
|
897
|
-
readonly example: 100;
|
|
898
|
-
};
|
|
899
|
-
readonly rate: {
|
|
900
|
-
readonly type: "number";
|
|
901
|
-
readonly format: "float";
|
|
902
|
-
readonly description: "Rate of the invoice item";
|
|
903
|
-
readonly example: 100;
|
|
904
|
-
};
|
|
905
|
-
readonly currency: {
|
|
906
|
-
readonly type: "string";
|
|
907
|
-
readonly description: "Currency of the invoice item";
|
|
908
|
-
readonly example: "USD";
|
|
909
|
-
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"];
|
|
910
|
-
};
|
|
911
|
-
readonly quantity: {
|
|
912
|
-
readonly type: "number";
|
|
913
|
-
readonly format: "float";
|
|
914
|
-
readonly description: "Quantity of the invoice item";
|
|
915
|
-
readonly example: 1;
|
|
916
|
-
};
|
|
917
|
-
readonly itemDetails: {
|
|
918
|
-
readonly type: "string";
|
|
919
|
-
readonly description: "Details of the invoice item";
|
|
920
|
-
readonly example: "Details of the invoice item";
|
|
921
|
-
};
|
|
922
|
-
readonly catalogEffectiveDate: {
|
|
923
|
-
readonly type: "string";
|
|
924
|
-
readonly description: "Effective date of the catalog";
|
|
925
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
926
|
-
};
|
|
927
|
-
readonly childItems: {
|
|
928
|
-
readonly type: "array";
|
|
929
|
-
readonly items: {
|
|
930
|
-
readonly oneOf: readonly [{
|
|
931
|
-
readonly type: "array";
|
|
932
|
-
}, {
|
|
933
|
-
readonly type: "boolean";
|
|
934
|
-
}, {
|
|
935
|
-
readonly type: "number";
|
|
936
|
-
}, {
|
|
937
|
-
readonly type: "object";
|
|
938
|
-
readonly additionalProperties: true;
|
|
939
|
-
}, {
|
|
940
|
-
readonly type: "string";
|
|
941
|
-
}];
|
|
942
|
-
};
|
|
943
|
-
readonly description: "Child items of the invoice item";
|
|
944
|
-
};
|
|
945
|
-
};
|
|
946
|
-
readonly additionalProperties: false;
|
|
947
|
-
};
|
|
948
|
-
readonly description: "Credits of the invoice";
|
|
949
|
-
};
|
|
950
|
-
readonly items: {
|
|
951
|
-
readonly type: "array";
|
|
952
|
-
readonly items: {
|
|
953
|
-
readonly type: "object";
|
|
954
|
-
readonly properties: {
|
|
955
|
-
readonly id: {
|
|
956
|
-
readonly type: "string";
|
|
957
|
-
readonly format: "uuid";
|
|
958
|
-
readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
|
|
959
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
960
|
-
};
|
|
961
|
-
readonly linkedInvoiceItemId: {
|
|
962
|
-
readonly type: "string";
|
|
963
|
-
readonly format: "uuid";
|
|
964
|
-
readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
|
|
965
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
966
|
-
};
|
|
967
|
-
readonly productName: {
|
|
968
|
-
readonly type: "string";
|
|
969
|
-
readonly description: "Name of the product";
|
|
970
|
-
readonly example: "Research team";
|
|
971
|
-
};
|
|
972
|
-
readonly planName: {
|
|
973
|
-
readonly type: "string";
|
|
974
|
-
readonly description: "Name of the plan";
|
|
975
|
-
readonly example: "Plan A";
|
|
976
|
-
};
|
|
977
|
-
readonly phaseName: {
|
|
978
|
-
readonly type: "string";
|
|
979
|
-
readonly description: "Name of the phase";
|
|
980
|
-
readonly example: "Phase A";
|
|
981
|
-
};
|
|
982
|
-
readonly usageName: {
|
|
983
|
-
readonly type: "string";
|
|
984
|
-
readonly description: "Name of the usage";
|
|
985
|
-
readonly example: "Usage A";
|
|
986
|
-
};
|
|
987
|
-
readonly prettyProductName: {
|
|
988
|
-
readonly type: "string";
|
|
989
|
-
readonly description: "Pretty name of the product";
|
|
990
|
-
readonly example: "Research team";
|
|
991
|
-
};
|
|
992
|
-
readonly prettyPlanName: {
|
|
993
|
-
readonly type: "string";
|
|
994
|
-
readonly description: "Pretty name of the plan";
|
|
995
|
-
readonly example: "Plan A";
|
|
996
|
-
};
|
|
997
|
-
readonly prettyPhaseName: {
|
|
998
|
-
readonly type: "string";
|
|
999
|
-
readonly description: "Pretty name of the phase";
|
|
1000
|
-
readonly example: "Phase A";
|
|
1001
|
-
};
|
|
1002
|
-
readonly prettyUsageName: {
|
|
1003
|
-
readonly type: "string";
|
|
1004
|
-
readonly description: "Pretty name of the usage";
|
|
1005
|
-
readonly example: "Usage A";
|
|
1006
|
-
};
|
|
1007
|
-
readonly itemType: {
|
|
1008
|
-
readonly type: "string";
|
|
1009
|
-
readonly description: "Type of the invoice item";
|
|
1010
|
-
readonly example: "EXTERNAL_CHARGE";
|
|
1011
|
-
readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
|
|
1012
|
-
};
|
|
1013
|
-
readonly description: {
|
|
1014
|
-
readonly type: "string";
|
|
1015
|
-
readonly description: "Description of the invoice item";
|
|
1016
|
-
readonly example: "Description of the invoice item";
|
|
1017
|
-
};
|
|
1018
|
-
readonly startDate: {
|
|
1019
|
-
readonly type: "string";
|
|
1020
|
-
readonly description: "Start date of the invoice item";
|
|
1021
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1022
|
-
};
|
|
1023
|
-
readonly endDate: {
|
|
1024
|
-
readonly type: "string";
|
|
1025
|
-
readonly description: "End date of the invoice item";
|
|
1026
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1027
|
-
};
|
|
1028
|
-
readonly amount: {
|
|
1029
|
-
readonly type: "number";
|
|
1030
|
-
readonly format: "float";
|
|
1031
|
-
readonly description: "Amount of the invoice item";
|
|
1032
|
-
readonly example: 100;
|
|
1033
|
-
};
|
|
1034
|
-
readonly rate: {
|
|
1035
|
-
readonly type: "number";
|
|
1036
|
-
readonly format: "float";
|
|
1037
|
-
readonly description: "Rate of the invoice item";
|
|
1038
|
-
readonly example: 100;
|
|
1039
|
-
};
|
|
1040
|
-
readonly currency: {
|
|
1041
|
-
readonly type: "string";
|
|
1042
|
-
readonly description: "Currency of the invoice item";
|
|
1043
|
-
readonly example: "USD";
|
|
1044
|
-
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"];
|
|
1045
|
-
};
|
|
1046
|
-
readonly quantity: {
|
|
1047
|
-
readonly type: "number";
|
|
1048
|
-
readonly format: "float";
|
|
1049
|
-
readonly description: "Quantity of the invoice item";
|
|
1050
|
-
readonly example: 1;
|
|
1051
|
-
};
|
|
1052
|
-
readonly itemDetails: {
|
|
1053
|
-
readonly type: "string";
|
|
1054
|
-
readonly description: "Details of the invoice item";
|
|
1055
|
-
readonly example: "Details of the invoice item";
|
|
1056
|
-
};
|
|
1057
|
-
readonly catalogEffectiveDate: {
|
|
1058
|
-
readonly type: "string";
|
|
1059
|
-
readonly description: "Effective date of the catalog";
|
|
1060
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1061
|
-
};
|
|
1062
|
-
readonly childItems: {
|
|
1063
|
-
readonly type: "array";
|
|
1064
|
-
readonly items: {
|
|
1065
|
-
readonly oneOf: readonly [{
|
|
1066
|
-
readonly type: "array";
|
|
1067
|
-
}, {
|
|
1068
|
-
readonly type: "boolean";
|
|
1069
|
-
}, {
|
|
1070
|
-
readonly type: "number";
|
|
1071
|
-
}, {
|
|
1072
|
-
readonly type: "object";
|
|
1073
|
-
readonly additionalProperties: true;
|
|
1074
|
-
}, {
|
|
1075
|
-
readonly type: "string";
|
|
1076
|
-
}];
|
|
1077
|
-
};
|
|
1078
|
-
readonly description: "Child items of the invoice item";
|
|
1065
|
+
readonly description: "Chart source URLs";
|
|
1066
|
+
readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
|
|
1067
|
+
};
|
|
1068
|
+
readonly maintainers: {
|
|
1069
|
+
readonly type: "array";
|
|
1070
|
+
readonly items: {
|
|
1071
|
+
readonly type: "object";
|
|
1072
|
+
readonly properties: {
|
|
1073
|
+
readonly name: {
|
|
1074
|
+
readonly type: "string";
|
|
1075
|
+
readonly description: "Maintainer name";
|
|
1076
|
+
readonly example: "NGINX Team";
|
|
1077
|
+
};
|
|
1078
|
+
readonly email: {
|
|
1079
|
+
readonly type: "string";
|
|
1080
|
+
readonly description: "Maintainer email";
|
|
1081
|
+
readonly example: "support@nginx.org";
|
|
1082
|
+
};
|
|
1083
|
+
};
|
|
1084
|
+
readonly required: readonly ["name"];
|
|
1085
|
+
readonly additionalProperties: false;
|
|
1079
1086
|
};
|
|
1087
|
+
readonly description: "Chart maintainers";
|
|
1080
1088
|
};
|
|
1081
|
-
readonly additionalProperties: false;
|
|
1082
1089
|
};
|
|
1083
|
-
readonly
|
|
1090
|
+
readonly required: readonly ["name", "version"];
|
|
1091
|
+
readonly additionalProperties: false;
|
|
1092
|
+
readonly description: "Chart metadata";
|
|
1084
1093
|
};
|
|
1085
1094
|
};
|
|
1095
|
+
readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
|
|
1086
1096
|
readonly additionalProperties: false;
|
|
1087
1097
|
};
|
|
1088
|
-
export declare const
|
|
1098
|
+
export declare const OrganizationCreateInputSchema: {
|
|
1089
1099
|
readonly type: "object";
|
|
1090
1100
|
readonly properties: {
|
|
1091
|
-
readonly
|
|
1092
|
-
readonly type: "string";
|
|
1093
|
-
readonly maxLength: 63;
|
|
1094
|
-
readonly minLength: 1;
|
|
1095
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1096
|
-
readonly description: "Id of the chart listing";
|
|
1097
|
-
readonly example: "portworx-enterprise-disaster-recovery-baremetal";
|
|
1098
|
-
};
|
|
1099
|
-
readonly name: {
|
|
1100
|
-
readonly type: "string";
|
|
1101
|
-
readonly description: "Name of the chart listing";
|
|
1102
|
-
readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
|
|
1103
|
-
};
|
|
1104
|
-
readonly developer: {
|
|
1105
|
-
readonly type: "string";
|
|
1106
|
-
readonly description: "Author of the chart listing";
|
|
1107
|
-
readonly example: "Portworx";
|
|
1108
|
-
};
|
|
1109
|
-
readonly description: {
|
|
1110
|
-
readonly type: "string";
|
|
1111
|
-
readonly description: "Short description of the chart listing";
|
|
1112
|
-
readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
|
|
1113
|
-
};
|
|
1114
|
-
readonly logoUrl: {
|
|
1115
|
-
readonly type: "string";
|
|
1116
|
-
readonly description: "Logo of the chart listing";
|
|
1117
|
-
readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
|
|
1118
|
-
};
|
|
1119
|
-
readonly longDescription: {
|
|
1101
|
+
readonly type: {
|
|
1120
1102
|
readonly type: "string";
|
|
1121
|
-
readonly description: "
|
|
1122
|
-
readonly example: "
|
|
1123
|
-
|
|
1124
|
-
readonly categories: {
|
|
1125
|
-
readonly type: "array";
|
|
1126
|
-
readonly items: {
|
|
1127
|
-
readonly type: "string";
|
|
1128
|
-
readonly example: "AI & Machine Learning";
|
|
1129
|
-
};
|
|
1130
|
-
readonly description: "Tags of the chart";
|
|
1131
|
-
};
|
|
1132
|
-
readonly version_channels: {
|
|
1133
|
-
readonly type: "array";
|
|
1134
|
-
readonly items: {
|
|
1135
|
-
readonly type: "string";
|
|
1136
|
-
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
1137
|
-
readonly description: "Version of the chart.";
|
|
1138
|
-
readonly example: "2.x.x-cfke.x";
|
|
1139
|
-
};
|
|
1140
|
-
};
|
|
1141
|
-
readonly value_schemas: {
|
|
1142
|
-
readonly type: "array";
|
|
1143
|
-
readonly items: {
|
|
1144
|
-
readonly type: "object";
|
|
1145
|
-
readonly properties: {
|
|
1146
|
-
readonly version: {
|
|
1147
|
-
readonly type: "string";
|
|
1148
|
-
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-]+)*))?$";
|
|
1149
|
-
readonly description: "Version of the chart.";
|
|
1150
|
-
readonly example: "2.1.1-cfke.123";
|
|
1151
|
-
};
|
|
1152
|
-
readonly schema: {
|
|
1153
|
-
readonly type: "string";
|
|
1154
|
-
readonly description: "Schema of the chart values. JSON Schema as string";
|
|
1155
|
-
};
|
|
1156
|
-
readonly placeholder: {
|
|
1157
|
-
readonly type: "string";
|
|
1158
|
-
readonly description: "Schema of the chart values";
|
|
1159
|
-
readonly example: "foo: 1\nbar: example";
|
|
1160
|
-
};
|
|
1161
|
-
};
|
|
1162
|
-
readonly required: readonly ["version", "schema", "placeholder"];
|
|
1163
|
-
readonly additionalProperties: false;
|
|
1164
|
-
};
|
|
1103
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
1104
|
+
readonly example: "business";
|
|
1105
|
+
readonly enum: readonly ["business", "personal"];
|
|
1165
1106
|
};
|
|
1166
|
-
};
|
|
1167
|
-
readonly required: readonly ["id", "name", "developer", "description", "logoUrl", "longDescription", "categories", "version_channels", "value_schemas"];
|
|
1168
|
-
readonly additionalProperties: false;
|
|
1169
|
-
};
|
|
1170
|
-
export declare const OrganizationCreateInputSchema: {
|
|
1171
|
-
readonly type: "object";
|
|
1172
|
-
readonly properties: {
|
|
1173
1107
|
readonly email: {
|
|
1174
1108
|
readonly type: "string";
|
|
1175
1109
|
readonly format: "email";
|
|
@@ -1178,11 +1112,13 @@ export declare const OrganizationCreateInputSchema: {
|
|
|
1178
1112
|
};
|
|
1179
1113
|
readonly first_name: {
|
|
1180
1114
|
readonly type: "string";
|
|
1115
|
+
readonly minLength: 1;
|
|
1181
1116
|
readonly description: "First name of the billing contact person.";
|
|
1182
1117
|
readonly example: "John";
|
|
1183
1118
|
};
|
|
1184
1119
|
readonly last_name: {
|
|
1185
1120
|
readonly type: "string";
|
|
1121
|
+
readonly minLength: 1;
|
|
1186
1122
|
readonly description: "Last name of the billing contact person.";
|
|
1187
1123
|
readonly example: "Doe";
|
|
1188
1124
|
};
|
|
@@ -1200,7 +1136,19 @@ export declare const OrganizationCreateInputSchema: {
|
|
|
1200
1136
|
readonly description: "Password for the root account. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.";
|
|
1201
1137
|
};
|
|
1202
1138
|
};
|
|
1203
|
-
readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
|
|
1139
|
+
readonly required: readonly ["type", "email", "first_name", "last_name", "company_name", "password"];
|
|
1140
|
+
readonly additionalProperties: false;
|
|
1141
|
+
};
|
|
1142
|
+
export declare const OrganizationCreateOutputSchema: {
|
|
1143
|
+
readonly type: "object";
|
|
1144
|
+
readonly properties: {
|
|
1145
|
+
readonly id: {
|
|
1146
|
+
readonly type: "string";
|
|
1147
|
+
readonly description: "Unique identifier of the newly created organization. Generated by the API and safe to use for client-side tracking immediately.";
|
|
1148
|
+
readonly example: "organization-id";
|
|
1149
|
+
};
|
|
1150
|
+
};
|
|
1151
|
+
readonly required: readonly ["id"];
|
|
1204
1152
|
readonly additionalProperties: false;
|
|
1205
1153
|
};
|
|
1206
1154
|
export declare const OrganizationSchema: {
|
|
@@ -1219,6 +1167,12 @@ export declare const OrganizationSchema: {
|
|
|
1219
1167
|
readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
|
|
1220
1168
|
readonly example: "ACME Corp.";
|
|
1221
1169
|
};
|
|
1170
|
+
readonly type: {
|
|
1171
|
+
readonly type: "string";
|
|
1172
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
1173
|
+
readonly example: "business";
|
|
1174
|
+
readonly enum: readonly ["business", "personal"];
|
|
1175
|
+
};
|
|
1222
1176
|
readonly date_created: {
|
|
1223
1177
|
readonly type: "string";
|
|
1224
1178
|
readonly format: "date-time";
|
|
@@ -1282,12 +1236,12 @@ export declare const OrganizationSchema: {
|
|
|
1282
1236
|
readonly id: {
|
|
1283
1237
|
readonly type: "string";
|
|
1284
1238
|
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1285
|
-
readonly example: "1.
|
|
1239
|
+
readonly example: "1.33.x-cfke.x";
|
|
1286
1240
|
};
|
|
1287
1241
|
readonly label: {
|
|
1288
1242
|
readonly type: "string";
|
|
1289
1243
|
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1290
|
-
readonly example: "1.
|
|
1244
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1291
1245
|
};
|
|
1292
1246
|
};
|
|
1293
1247
|
readonly required: readonly ["id", "label"];
|
|
@@ -1296,8 +1250,14 @@ export declare const OrganizationSchema: {
|
|
|
1296
1250
|
readonly minItems: 1;
|
|
1297
1251
|
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1298
1252
|
};
|
|
1253
|
+
readonly cfcr_storage_gb: {
|
|
1254
|
+
readonly type: "integer";
|
|
1255
|
+
readonly minimum: -1;
|
|
1256
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1257
|
+
readonly example: 500;
|
|
1258
|
+
};
|
|
1299
1259
|
};
|
|
1300
|
-
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
|
|
1260
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1301
1261
|
readonly additionalProperties: false;
|
|
1302
1262
|
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.";
|
|
1303
1263
|
};
|
|
@@ -1306,8 +1266,14 @@ export declare const OrganizationSchema: {
|
|
|
1306
1266
|
readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
|
|
1307
1267
|
readonly enum: readonly ["active", "closed", "suspended"];
|
|
1308
1268
|
};
|
|
1269
|
+
readonly verification: {
|
|
1270
|
+
readonly type: "string";
|
|
1271
|
+
readonly description: "Verification status of the organization, which determines the assigned quota. `none` when billing information is incomplete, `submitted` when billing information is complete but the organization is not yet verified, `verified` when the organization is verified.";
|
|
1272
|
+
readonly example: "verified";
|
|
1273
|
+
readonly enum: readonly ["none", "submitted", "verified"];
|
|
1274
|
+
};
|
|
1309
1275
|
};
|
|
1310
|
-
readonly required: readonly ["id", "date_created", "quota", "status"];
|
|
1276
|
+
readonly required: readonly ["id", "type", "date_created", "quota", "status", "verification"];
|
|
1311
1277
|
readonly additionalProperties: false;
|
|
1312
1278
|
};
|
|
1313
1279
|
export declare const PaymentMethodSchema: {
|
|
@@ -1315,26 +1281,19 @@ export declare const PaymentMethodSchema: {
|
|
|
1315
1281
|
readonly properties: {
|
|
1316
1282
|
readonly id: {
|
|
1317
1283
|
readonly type: "string";
|
|
1318
|
-
readonly
|
|
1319
|
-
readonly
|
|
1320
|
-
readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
|
|
1321
|
-
};
|
|
1322
|
-
readonly setup: {
|
|
1323
|
-
readonly type: "boolean";
|
|
1324
|
-
readonly description: "Whether organization payment method was set up and ready to use for payments.";
|
|
1325
|
-
readonly example: true;
|
|
1284
|
+
readonly description: "Payment method identifier. Stripe payment method id for cards/SEPA; the constant `bank_transfer` for the invoice/bank-transfer method. Used to set as default or delete the payment method.";
|
|
1285
|
+
readonly example: "pm_1MtwBwLkdIwHu7ix28a3tqPa";
|
|
1326
1286
|
};
|
|
1327
1287
|
readonly type: {
|
|
1328
1288
|
readonly type: "string";
|
|
1329
|
-
readonly
|
|
1330
|
-
readonly description: "Payment method type type. Only `card` payments supported at the moment.";
|
|
1289
|
+
readonly description: "Payment method type. `card`, `sepa_debit` for SEPA Direct Debit (business accounts only), or `bank_transfer` for paying invoices by bank transfer.";
|
|
1331
1290
|
readonly example: "card";
|
|
1332
|
-
readonly enum: readonly ["card"];
|
|
1291
|
+
readonly enum: readonly ["card", "sepa_debit", "bank_transfer"];
|
|
1333
1292
|
};
|
|
1334
1293
|
readonly last4: {
|
|
1335
1294
|
readonly type: "string";
|
|
1336
1295
|
readonly nullable: true;
|
|
1337
|
-
readonly description: "Last 4 digits of the payment card number.";
|
|
1296
|
+
readonly description: "Last 4 digits of the payment card number, of the bank account (IBAN) for SEPA Direct Debit, or of the destination IBAN for bank transfer.";
|
|
1338
1297
|
readonly example: "4242";
|
|
1339
1298
|
};
|
|
1340
1299
|
readonly exp_month: {
|
|
@@ -1342,83 +1301,817 @@ export declare const PaymentMethodSchema: {
|
|
|
1342
1301
|
readonly minimum: 1;
|
|
1343
1302
|
readonly maximum: 12;
|
|
1344
1303
|
readonly nullable: true;
|
|
1345
|
-
readonly description: "Two-digit number representing the card's expiration month.";
|
|
1346
|
-
readonly example:
|
|
1304
|
+
readonly description: "Two-digit number representing the card's expiration month. Null for SEPA Direct Debit and bank transfer.";
|
|
1305
|
+
readonly example: 12;
|
|
1347
1306
|
};
|
|
1348
1307
|
readonly exp_year: {
|
|
1349
1308
|
readonly type: "integer";
|
|
1350
|
-
readonly minimum: 2024;
|
|
1351
1309
|
readonly nullable: true;
|
|
1352
|
-
readonly description: "Four-digit number representing the card's expiration year.";
|
|
1353
|
-
readonly example:
|
|
1310
|
+
readonly description: "Four-digit number representing the card's expiration year. May be in the past for an expired card still on file. Null for SEPA Direct Debit and bank transfer.";
|
|
1311
|
+
readonly example: 2028;
|
|
1354
1312
|
};
|
|
1355
1313
|
readonly brand: {
|
|
1356
1314
|
readonly type: "string";
|
|
1357
1315
|
readonly nullable: true;
|
|
1358
|
-
readonly description: "Payment card brand
|
|
1316
|
+
readonly description: "Payment card brand as reported by Stripe, e.g. `visa`, `mastercard`, `amex`, `cartes_bancaires`, or `unknown`. Null for SEPA Direct Debit and bank transfer.";
|
|
1359
1317
|
readonly example: "visa";
|
|
1360
|
-
|
|
1318
|
+
};
|
|
1319
|
+
readonly iban: {
|
|
1320
|
+
readonly type: "string";
|
|
1321
|
+
readonly nullable: true;
|
|
1322
|
+
readonly description: "Full destination IBAN to send bank transfers to. Set only for `bank_transfer`; null otherwise. This is Cloudfleet's virtual receiving account, shown in full so the customer can pay into it.";
|
|
1323
|
+
readonly example: "DE11243015658023127510";
|
|
1324
|
+
};
|
|
1325
|
+
readonly bic: {
|
|
1326
|
+
readonly type: "string";
|
|
1327
|
+
readonly nullable: true;
|
|
1328
|
+
readonly description: "BIC/SWIFT of the destination bank for bank transfers. Set only for `bank_transfer`; null otherwise.";
|
|
1329
|
+
readonly example: "SOGEDEFFXXX";
|
|
1330
|
+
};
|
|
1331
|
+
readonly account_holder_name: {
|
|
1332
|
+
readonly type: "string";
|
|
1333
|
+
readonly nullable: true;
|
|
1334
|
+
readonly description: "Account holder name of the destination bank account for bank transfers. Set only for `bank_transfer`; null otherwise.";
|
|
1335
|
+
readonly example: "Cloudfleet GmbH";
|
|
1336
|
+
};
|
|
1337
|
+
readonly is_default: {
|
|
1338
|
+
readonly type: "boolean";
|
|
1339
|
+
readonly description: "Whether this payment method is the default used for invoices and active subscriptions. Always false for `bank_transfer` (it cannot be a Stripe default payment method).";
|
|
1340
|
+
readonly example: true;
|
|
1361
1341
|
};
|
|
1362
1342
|
};
|
|
1363
|
-
readonly required: readonly ["id", "
|
|
1343
|
+
readonly required: readonly ["id", "type", "last4", "exp_month", "exp_year", "brand", "iban", "bic", "account_holder_name", "is_default"];
|
|
1364
1344
|
readonly additionalProperties: false;
|
|
1365
1345
|
};
|
|
1366
|
-
export declare const
|
|
1346
|
+
export declare const PlatformQuotaSchema: {
|
|
1367
1347
|
readonly type: "object";
|
|
1368
1348
|
readonly properties: {
|
|
1369
|
-
readonly
|
|
1370
|
-
readonly type: "
|
|
1371
|
-
readonly
|
|
1372
|
-
readonly
|
|
1373
|
-
readonly
|
|
1374
|
-
readonly description: "Human readable access token name.";
|
|
1375
|
-
readonly example: "deployment-token";
|
|
1349
|
+
readonly basic_clusters_max: {
|
|
1350
|
+
readonly type: "integer";
|
|
1351
|
+
readonly minimum: 0;
|
|
1352
|
+
readonly description: "Maximum number of Basic clusters that can be created.";
|
|
1353
|
+
readonly example: 999;
|
|
1376
1354
|
};
|
|
1377
|
-
readonly
|
|
1378
|
-
readonly type: "
|
|
1379
|
-
readonly description: "
|
|
1380
|
-
readonly example:
|
|
1381
|
-
|
|
1355
|
+
readonly basic_clusters_available: {
|
|
1356
|
+
readonly type: "integer";
|
|
1357
|
+
readonly description: "Available number of Basic clusters that can be created.";
|
|
1358
|
+
readonly example: 999;
|
|
1359
|
+
};
|
|
1360
|
+
readonly pro_clusters_max: {
|
|
1361
|
+
readonly type: "integer";
|
|
1362
|
+
readonly minimum: 0;
|
|
1363
|
+
readonly description: "Maximum number of Pro clusters that can be created.";
|
|
1364
|
+
readonly example: 999;
|
|
1365
|
+
};
|
|
1366
|
+
readonly pro_clusters_available: {
|
|
1367
|
+
readonly type: "integer";
|
|
1368
|
+
readonly description: "Available number of Pro clusters that can be created.";
|
|
1369
|
+
readonly example: 999;
|
|
1370
|
+
};
|
|
1371
|
+
readonly fleets_max: {
|
|
1372
|
+
readonly type: "integer";
|
|
1373
|
+
readonly minimum: 0;
|
|
1374
|
+
readonly description: "Maximum number of fleets that can be created per cluster.";
|
|
1375
|
+
readonly example: 999;
|
|
1376
|
+
};
|
|
1377
|
+
readonly cluster_tiers: {
|
|
1378
|
+
readonly type: "array";
|
|
1379
|
+
readonly items: {
|
|
1380
|
+
readonly type: "string";
|
|
1381
|
+
readonly example: "basic";
|
|
1382
|
+
};
|
|
1383
|
+
readonly minItems: 0;
|
|
1384
|
+
readonly description: "List of Cloudfleet cluster tiers available for the organization.";
|
|
1385
|
+
};
|
|
1386
|
+
readonly regions: {
|
|
1387
|
+
readonly type: "array";
|
|
1388
|
+
readonly items: {
|
|
1389
|
+
readonly type: "string";
|
|
1390
|
+
readonly example: "northamerica-central-1";
|
|
1391
|
+
};
|
|
1392
|
+
readonly minItems: 1;
|
|
1393
|
+
readonly description: "List of Cloudfleet control plane regions available for the organization.";
|
|
1394
|
+
};
|
|
1395
|
+
readonly versions: {
|
|
1396
|
+
readonly type: "array";
|
|
1397
|
+
readonly items: {
|
|
1398
|
+
readonly type: "object";
|
|
1399
|
+
readonly properties: {
|
|
1400
|
+
readonly id: {
|
|
1401
|
+
readonly type: "string";
|
|
1402
|
+
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1403
|
+
readonly example: "1.33.x-cfke.x";
|
|
1404
|
+
};
|
|
1405
|
+
readonly label: {
|
|
1406
|
+
readonly type: "string";
|
|
1407
|
+
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1408
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1409
|
+
};
|
|
1410
|
+
};
|
|
1411
|
+
readonly required: readonly ["id", "label"];
|
|
1412
|
+
readonly additionalProperties: false;
|
|
1413
|
+
};
|
|
1414
|
+
readonly minItems: 1;
|
|
1415
|
+
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1416
|
+
};
|
|
1417
|
+
readonly cfcr_storage_gb: {
|
|
1418
|
+
readonly type: "integer";
|
|
1419
|
+
readonly minimum: -1;
|
|
1420
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1421
|
+
readonly example: 500;
|
|
1382
1422
|
};
|
|
1383
1423
|
};
|
|
1384
|
-
readonly required: readonly ["
|
|
1424
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1385
1425
|
readonly additionalProperties: false;
|
|
1386
1426
|
};
|
|
1387
|
-
export declare const
|
|
1427
|
+
export declare const RegistryRepositorySchema: {
|
|
1388
1428
|
readonly type: "object";
|
|
1389
1429
|
readonly properties: {
|
|
1390
1430
|
readonly name: {
|
|
1391
1431
|
readonly type: "string";
|
|
1392
|
-
readonly
|
|
1393
|
-
readonly
|
|
1394
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1395
|
-
readonly description: "Human readable access token name.";
|
|
1396
|
-
readonly example: "deployment-token";
|
|
1397
|
-
};
|
|
1398
|
-
readonly role: {
|
|
1399
|
-
readonly type: "string";
|
|
1400
|
-
readonly description: "Role assumed by the token.";
|
|
1401
|
-
readonly example: "User";
|
|
1402
|
-
readonly enum: readonly ["Administrator", "User"];
|
|
1403
|
-
};
|
|
1404
|
-
readonly id: {
|
|
1405
|
-
readonly type: "string";
|
|
1406
|
-
readonly description: "Generated unique identifier of the access token.";
|
|
1407
|
-
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
1432
|
+
readonly description: "Repository name.";
|
|
1433
|
+
readonly example: "my-app";
|
|
1408
1434
|
};
|
|
1409
|
-
readonly
|
|
1435
|
+
readonly region: {
|
|
1410
1436
|
readonly type: "string";
|
|
1411
|
-
readonly description: "
|
|
1412
|
-
readonly example: "
|
|
1437
|
+
readonly description: "Registry region.";
|
|
1438
|
+
readonly example: "northamerica";
|
|
1413
1439
|
};
|
|
1414
|
-
readonly
|
|
1440
|
+
readonly uri: {
|
|
1415
1441
|
readonly type: "string";
|
|
1416
|
-
readonly
|
|
1417
|
-
readonly
|
|
1418
|
-
readonly example: "2023-12-20T13:53:32.000Z";
|
|
1442
|
+
readonly description: "Full URI of the repository.";
|
|
1443
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1419
1444
|
};
|
|
1420
1445
|
};
|
|
1421
|
-
readonly required: readonly ["name", "
|
|
1446
|
+
readonly required: readonly ["name", "region", "uri"];
|
|
1447
|
+
readonly additionalProperties: false;
|
|
1448
|
+
};
|
|
1449
|
+
export declare const RegistryRepositoryWithTagsSchema: {
|
|
1450
|
+
readonly type: "object";
|
|
1451
|
+
readonly properties: {
|
|
1452
|
+
readonly name: {
|
|
1453
|
+
readonly type: "string";
|
|
1454
|
+
readonly description: "Repository name.";
|
|
1455
|
+
readonly example: "my-app";
|
|
1456
|
+
};
|
|
1457
|
+
readonly region: {
|
|
1458
|
+
readonly type: "string";
|
|
1459
|
+
readonly description: "Registry region.";
|
|
1460
|
+
readonly example: "northamerica";
|
|
1461
|
+
};
|
|
1462
|
+
readonly uri: {
|
|
1463
|
+
readonly type: "string";
|
|
1464
|
+
readonly description: "Full URI of the repository.";
|
|
1465
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1466
|
+
};
|
|
1467
|
+
readonly tags: {
|
|
1468
|
+
readonly type: "array";
|
|
1469
|
+
readonly items: {
|
|
1470
|
+
readonly type: "object";
|
|
1471
|
+
readonly properties: {
|
|
1472
|
+
readonly name: {
|
|
1473
|
+
readonly type: "string";
|
|
1474
|
+
readonly description: "Tag name.";
|
|
1475
|
+
readonly example: "latest";
|
|
1476
|
+
};
|
|
1477
|
+
readonly size: {
|
|
1478
|
+
readonly type: "number";
|
|
1479
|
+
readonly format: "float";
|
|
1480
|
+
readonly description: "Size of the tag in bytes.";
|
|
1481
|
+
readonly example: 123456789;
|
|
1482
|
+
};
|
|
1483
|
+
readonly mediaType: {
|
|
1484
|
+
readonly type: "string";
|
|
1485
|
+
readonly description: "Media type of the manifest.";
|
|
1486
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1487
|
+
};
|
|
1488
|
+
readonly platforms: {
|
|
1489
|
+
readonly type: "array";
|
|
1490
|
+
readonly items: {
|
|
1491
|
+
readonly type: "string";
|
|
1492
|
+
};
|
|
1493
|
+
readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
|
|
1494
|
+
readonly example: readonly ["linux/amd64", "linux/arm64"];
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
readonly required: readonly ["name", "size"];
|
|
1498
|
+
readonly additionalProperties: false;
|
|
1499
|
+
};
|
|
1500
|
+
readonly description: "Array of tags in the repository.";
|
|
1501
|
+
};
|
|
1502
|
+
readonly totalSize: {
|
|
1503
|
+
readonly type: "number";
|
|
1504
|
+
readonly format: "float";
|
|
1505
|
+
readonly description: "Total size of all tags in the repository in bytes.";
|
|
1506
|
+
readonly example: 987654321;
|
|
1507
|
+
};
|
|
1508
|
+
};
|
|
1509
|
+
readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
|
|
1510
|
+
readonly additionalProperties: false;
|
|
1511
|
+
};
|
|
1512
|
+
export declare const RegistryTagSchema: {
|
|
1513
|
+
readonly type: "object";
|
|
1514
|
+
readonly properties: {
|
|
1515
|
+
readonly name: {
|
|
1516
|
+
readonly type: "string";
|
|
1517
|
+
readonly description: "Tag name.";
|
|
1518
|
+
readonly example: "latest";
|
|
1519
|
+
};
|
|
1520
|
+
readonly digest: {
|
|
1521
|
+
readonly type: "string";
|
|
1522
|
+
readonly description: "Manifest digest for pulling by digest.";
|
|
1523
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1524
|
+
};
|
|
1525
|
+
readonly mediaType: {
|
|
1526
|
+
readonly type: "string";
|
|
1527
|
+
readonly description: "Media type of the manifest.";
|
|
1528
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1529
|
+
};
|
|
1530
|
+
readonly config: {
|
|
1531
|
+
readonly type: "object";
|
|
1532
|
+
readonly properties: {
|
|
1533
|
+
readonly size: {
|
|
1534
|
+
readonly type: "number";
|
|
1535
|
+
readonly format: "float";
|
|
1536
|
+
readonly description: "Size of the config in bytes.";
|
|
1537
|
+
readonly example: 1234;
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
readonly required: readonly ["size"];
|
|
1541
|
+
readonly additionalProperties: false;
|
|
1542
|
+
readonly description: "Manifest config metadata.";
|
|
1543
|
+
};
|
|
1544
|
+
readonly layers: {
|
|
1545
|
+
readonly type: "array";
|
|
1546
|
+
readonly items: {
|
|
1547
|
+
readonly type: "object";
|
|
1548
|
+
readonly properties: {
|
|
1549
|
+
readonly digest: {
|
|
1550
|
+
readonly type: "string";
|
|
1551
|
+
readonly description: "Digest of the layer.";
|
|
1552
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1553
|
+
};
|
|
1554
|
+
readonly size: {
|
|
1555
|
+
readonly type: "number";
|
|
1556
|
+
readonly format: "float";
|
|
1557
|
+
readonly description: "Size of the layer in bytes.";
|
|
1558
|
+
readonly example: 5678;
|
|
1559
|
+
};
|
|
1560
|
+
};
|
|
1561
|
+
readonly required: readonly ["size"];
|
|
1562
|
+
readonly additionalProperties: false;
|
|
1563
|
+
};
|
|
1564
|
+
readonly description: "Array of layer metadata.";
|
|
1565
|
+
};
|
|
1566
|
+
readonly manifests: {
|
|
1567
|
+
readonly type: "array";
|
|
1568
|
+
readonly items: {
|
|
1569
|
+
readonly type: "object";
|
|
1570
|
+
readonly properties: {
|
|
1571
|
+
readonly digest: {
|
|
1572
|
+
readonly type: "string";
|
|
1573
|
+
readonly description: "Digest of the manifest.";
|
|
1574
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1575
|
+
};
|
|
1576
|
+
readonly platform: {
|
|
1577
|
+
readonly type: "object";
|
|
1578
|
+
readonly properties: {
|
|
1579
|
+
readonly architecture: {
|
|
1580
|
+
readonly type: "string";
|
|
1581
|
+
readonly description: "Architecture of the platform.";
|
|
1582
|
+
readonly example: "amd64";
|
|
1583
|
+
};
|
|
1584
|
+
readonly os: {
|
|
1585
|
+
readonly type: "string";
|
|
1586
|
+
readonly description: "Operating system of the platform.";
|
|
1587
|
+
readonly example: "linux";
|
|
1588
|
+
};
|
|
1589
|
+
readonly variant: {
|
|
1590
|
+
readonly type: "string";
|
|
1591
|
+
readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
|
|
1592
|
+
readonly example: "v8";
|
|
1593
|
+
};
|
|
1594
|
+
};
|
|
1595
|
+
readonly required: readonly ["architecture", "os"];
|
|
1596
|
+
readonly additionalProperties: false;
|
|
1597
|
+
readonly description: "Platform information for the manifest.";
|
|
1598
|
+
};
|
|
1599
|
+
readonly layers: {
|
|
1600
|
+
readonly type: "array";
|
|
1601
|
+
readonly items: {
|
|
1602
|
+
readonly type: "object";
|
|
1603
|
+
readonly properties: {
|
|
1604
|
+
readonly digest: {
|
|
1605
|
+
readonly type: "string";
|
|
1606
|
+
readonly description: "Digest of the layer.";
|
|
1607
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1608
|
+
};
|
|
1609
|
+
readonly size: {
|
|
1610
|
+
readonly type: "number";
|
|
1611
|
+
readonly format: "float";
|
|
1612
|
+
readonly description: "Size of the layer in bytes.";
|
|
1613
|
+
readonly example: 5678;
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
readonly required: readonly ["size"];
|
|
1617
|
+
readonly additionalProperties: false;
|
|
1618
|
+
};
|
|
1619
|
+
readonly description: "Layers for this platform.";
|
|
1620
|
+
};
|
|
1621
|
+
readonly size: {
|
|
1622
|
+
readonly type: "number";
|
|
1623
|
+
readonly format: "float";
|
|
1624
|
+
readonly description: "Total size of this platform manifest in bytes.";
|
|
1625
|
+
readonly example: 12345678;
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
readonly required: readonly ["digest"];
|
|
1629
|
+
readonly additionalProperties: false;
|
|
1630
|
+
};
|
|
1631
|
+
readonly description: "Array of manifests for multi-arch images.";
|
|
1632
|
+
};
|
|
1633
|
+
readonly size: {
|
|
1634
|
+
readonly type: "number";
|
|
1635
|
+
readonly format: "float";
|
|
1636
|
+
readonly description: "Total size of the tag in bytes.";
|
|
1637
|
+
readonly example: 123456789;
|
|
1638
|
+
};
|
|
1639
|
+
readonly region: {
|
|
1640
|
+
readonly type: "string";
|
|
1641
|
+
readonly description: "Registry region.";
|
|
1642
|
+
readonly example: "northamerica";
|
|
1643
|
+
};
|
|
1644
|
+
readonly repository: {
|
|
1645
|
+
readonly type: "string";
|
|
1646
|
+
readonly description: "Repository name.";
|
|
1647
|
+
readonly example: "my-app";
|
|
1648
|
+
};
|
|
1649
|
+
readonly uri: {
|
|
1650
|
+
readonly type: "string";
|
|
1651
|
+
readonly description: "Full URI of the tag.";
|
|
1652
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
|
|
1656
|
+
readonly additionalProperties: false;
|
|
1657
|
+
};
|
|
1658
|
+
export declare const TicketAttachmentSchema: {
|
|
1659
|
+
readonly type: "object";
|
|
1660
|
+
readonly properties: {
|
|
1661
|
+
readonly id: {
|
|
1662
|
+
readonly type: "string";
|
|
1663
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1664
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1665
|
+
};
|
|
1666
|
+
readonly filename: {
|
|
1667
|
+
readonly type: "string";
|
|
1668
|
+
readonly description: "Original filename as uploaded.";
|
|
1669
|
+
readonly example: "debug.log";
|
|
1670
|
+
};
|
|
1671
|
+
readonly content_type: {
|
|
1672
|
+
readonly type: "string";
|
|
1673
|
+
readonly description: "MIME content type of the attachment.";
|
|
1674
|
+
readonly example: "text/plain";
|
|
1675
|
+
};
|
|
1676
|
+
readonly size: {
|
|
1677
|
+
readonly type: "integer";
|
|
1678
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1679
|
+
readonly example: 12345;
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1683
|
+
readonly additionalProperties: false;
|
|
1684
|
+
};
|
|
1685
|
+
export declare const TicketCreateInputSchema: {
|
|
1686
|
+
readonly type: "object";
|
|
1687
|
+
readonly properties: {
|
|
1688
|
+
readonly category: {
|
|
1689
|
+
readonly type: "string";
|
|
1690
|
+
readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
|
|
1691
|
+
readonly example: "technical";
|
|
1692
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1693
|
+
};
|
|
1694
|
+
readonly body: {
|
|
1695
|
+
readonly type: "string";
|
|
1696
|
+
readonly maxLength: 50000;
|
|
1697
|
+
readonly minLength: 1;
|
|
1698
|
+
readonly pattern: "\\S";
|
|
1699
|
+
readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
|
|
1700
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1701
|
+
};
|
|
1702
|
+
readonly properties: {
|
|
1703
|
+
readonly type: "object";
|
|
1704
|
+
readonly additionalProperties: true;
|
|
1705
|
+
readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
|
|
1706
|
+
readonly example: {
|
|
1707
|
+
readonly subcategory: "cluster-question";
|
|
1708
|
+
readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
|
|
1709
|
+
};
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
readonly required: readonly ["category", "body"];
|
|
1713
|
+
readonly additionalProperties: false;
|
|
1714
|
+
};
|
|
1715
|
+
export declare const TicketListResponseSchema: {
|
|
1716
|
+
readonly type: "object";
|
|
1717
|
+
readonly properties: {
|
|
1718
|
+
readonly items: {
|
|
1719
|
+
readonly type: "array";
|
|
1720
|
+
readonly items: {
|
|
1721
|
+
readonly type: "object";
|
|
1722
|
+
readonly properties: {
|
|
1723
|
+
readonly id: {
|
|
1724
|
+
readonly type: "string";
|
|
1725
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1726
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1727
|
+
};
|
|
1728
|
+
readonly status: {
|
|
1729
|
+
readonly type: "string";
|
|
1730
|
+
readonly description: "Current state of the ticket.";
|
|
1731
|
+
readonly example: "waiting_on_us";
|
|
1732
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1733
|
+
};
|
|
1734
|
+
readonly category: {
|
|
1735
|
+
readonly type: "string";
|
|
1736
|
+
readonly description: "Ticket category.";
|
|
1737
|
+
readonly example: "technical";
|
|
1738
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1739
|
+
};
|
|
1740
|
+
readonly summary: {
|
|
1741
|
+
readonly type: "string";
|
|
1742
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1743
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1744
|
+
};
|
|
1745
|
+
readonly closed_at: {
|
|
1746
|
+
readonly type: "string";
|
|
1747
|
+
readonly format: "date-time";
|
|
1748
|
+
readonly nullable: true;
|
|
1749
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1750
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1751
|
+
};
|
|
1752
|
+
readonly date_created: {
|
|
1753
|
+
readonly type: "string";
|
|
1754
|
+
readonly format: "date-time";
|
|
1755
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1756
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1757
|
+
};
|
|
1758
|
+
readonly date_updated: {
|
|
1759
|
+
readonly type: "string";
|
|
1760
|
+
readonly format: "date-time";
|
|
1761
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1762
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1763
|
+
};
|
|
1764
|
+
readonly messages: {
|
|
1765
|
+
readonly type: "array";
|
|
1766
|
+
readonly items: {
|
|
1767
|
+
readonly type: "object";
|
|
1768
|
+
readonly properties: {
|
|
1769
|
+
readonly id: {
|
|
1770
|
+
readonly type: "string";
|
|
1771
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1772
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1773
|
+
};
|
|
1774
|
+
readonly type: {
|
|
1775
|
+
readonly type: "string";
|
|
1776
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1777
|
+
readonly example: "customer_reply";
|
|
1778
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1779
|
+
};
|
|
1780
|
+
readonly body: {
|
|
1781
|
+
readonly type: "string";
|
|
1782
|
+
readonly description: "Message body in markdown.";
|
|
1783
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1784
|
+
};
|
|
1785
|
+
readonly author_first_name: {
|
|
1786
|
+
readonly type: "string";
|
|
1787
|
+
readonly nullable: true;
|
|
1788
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1789
|
+
readonly example: "Jane";
|
|
1790
|
+
};
|
|
1791
|
+
readonly author_last_name: {
|
|
1792
|
+
readonly type: "string";
|
|
1793
|
+
readonly nullable: true;
|
|
1794
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1795
|
+
readonly example: "Doe";
|
|
1796
|
+
};
|
|
1797
|
+
readonly attachments: {
|
|
1798
|
+
readonly type: "array";
|
|
1799
|
+
readonly items: {
|
|
1800
|
+
readonly type: "object";
|
|
1801
|
+
readonly properties: {
|
|
1802
|
+
readonly id: {
|
|
1803
|
+
readonly type: "string";
|
|
1804
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1805
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1806
|
+
};
|
|
1807
|
+
readonly filename: {
|
|
1808
|
+
readonly type: "string";
|
|
1809
|
+
readonly description: "Original filename as uploaded.";
|
|
1810
|
+
readonly example: "debug.log";
|
|
1811
|
+
};
|
|
1812
|
+
readonly content_type: {
|
|
1813
|
+
readonly type: "string";
|
|
1814
|
+
readonly description: "MIME content type of the attachment.";
|
|
1815
|
+
readonly example: "text/plain";
|
|
1816
|
+
};
|
|
1817
|
+
readonly size: {
|
|
1818
|
+
readonly type: "integer";
|
|
1819
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1820
|
+
readonly example: 12345;
|
|
1821
|
+
};
|
|
1822
|
+
};
|
|
1823
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1824
|
+
readonly additionalProperties: false;
|
|
1825
|
+
};
|
|
1826
|
+
readonly description: "Attachments associated with this message.";
|
|
1827
|
+
readonly example: readonly [];
|
|
1828
|
+
};
|
|
1829
|
+
readonly date_created: {
|
|
1830
|
+
readonly type: "string";
|
|
1831
|
+
readonly format: "date-time";
|
|
1832
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1833
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1834
|
+
};
|
|
1835
|
+
};
|
|
1836
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1837
|
+
readonly additionalProperties: false;
|
|
1838
|
+
};
|
|
1839
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
1843
|
+
readonly additionalProperties: false;
|
|
1844
|
+
};
|
|
1845
|
+
readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
|
|
1846
|
+
};
|
|
1847
|
+
};
|
|
1848
|
+
readonly required: readonly ["items"];
|
|
1849
|
+
readonly additionalProperties: false;
|
|
1850
|
+
};
|
|
1851
|
+
export declare const TicketMessageInputSchema: {
|
|
1852
|
+
readonly type: "object";
|
|
1853
|
+
readonly properties: {
|
|
1854
|
+
readonly body: {
|
|
1855
|
+
readonly type: "string";
|
|
1856
|
+
readonly maxLength: 50000;
|
|
1857
|
+
readonly minLength: 1;
|
|
1858
|
+
readonly pattern: "\\S";
|
|
1859
|
+
readonly description: "Reply body in markdown.";
|
|
1860
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1861
|
+
};
|
|
1862
|
+
};
|
|
1863
|
+
readonly required: readonly ["body"];
|
|
1864
|
+
readonly additionalProperties: false;
|
|
1865
|
+
};
|
|
1866
|
+
export declare const TicketMessageSchema: {
|
|
1867
|
+
readonly type: "object";
|
|
1868
|
+
readonly properties: {
|
|
1869
|
+
readonly id: {
|
|
1870
|
+
readonly type: "string";
|
|
1871
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1872
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1873
|
+
};
|
|
1874
|
+
readonly type: {
|
|
1875
|
+
readonly type: "string";
|
|
1876
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1877
|
+
readonly example: "customer_reply";
|
|
1878
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1879
|
+
};
|
|
1880
|
+
readonly body: {
|
|
1881
|
+
readonly type: "string";
|
|
1882
|
+
readonly description: "Message body in markdown.";
|
|
1883
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1884
|
+
};
|
|
1885
|
+
readonly author_first_name: {
|
|
1886
|
+
readonly type: "string";
|
|
1887
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1888
|
+
readonly example: "Jane";
|
|
1889
|
+
};
|
|
1890
|
+
readonly author_last_name: {
|
|
1891
|
+
readonly type: "string";
|
|
1892
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1893
|
+
readonly example: "Doe";
|
|
1894
|
+
};
|
|
1895
|
+
readonly attachments: {
|
|
1896
|
+
readonly type: "array";
|
|
1897
|
+
readonly items: {
|
|
1898
|
+
readonly type: "object";
|
|
1899
|
+
readonly properties: {
|
|
1900
|
+
readonly id: {
|
|
1901
|
+
readonly type: "string";
|
|
1902
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1903
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1904
|
+
};
|
|
1905
|
+
readonly filename: {
|
|
1906
|
+
readonly type: "string";
|
|
1907
|
+
readonly description: "Original filename as uploaded.";
|
|
1908
|
+
readonly example: "debug.log";
|
|
1909
|
+
};
|
|
1910
|
+
readonly content_type: {
|
|
1911
|
+
readonly type: "string";
|
|
1912
|
+
readonly description: "MIME content type of the attachment.";
|
|
1913
|
+
readonly example: "text/plain";
|
|
1914
|
+
};
|
|
1915
|
+
readonly size: {
|
|
1916
|
+
readonly type: "integer";
|
|
1917
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1918
|
+
readonly example: 12345;
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1922
|
+
readonly additionalProperties: false;
|
|
1923
|
+
};
|
|
1924
|
+
readonly description: "Attachments associated with this message.";
|
|
1925
|
+
readonly example: readonly [];
|
|
1926
|
+
};
|
|
1927
|
+
readonly date_created: {
|
|
1928
|
+
readonly type: "string";
|
|
1929
|
+
readonly format: "date-time";
|
|
1930
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1931
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1934
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1935
|
+
readonly additionalProperties: false;
|
|
1936
|
+
};
|
|
1937
|
+
export declare const TicketSchema: {
|
|
1938
|
+
readonly type: "object";
|
|
1939
|
+
readonly properties: {
|
|
1940
|
+
readonly id: {
|
|
1941
|
+
readonly type: "string";
|
|
1942
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1943
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1944
|
+
};
|
|
1945
|
+
readonly status: {
|
|
1946
|
+
readonly type: "string";
|
|
1947
|
+
readonly description: "Current state of the ticket.";
|
|
1948
|
+
readonly example: "waiting_on_us";
|
|
1949
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1950
|
+
};
|
|
1951
|
+
readonly category: {
|
|
1952
|
+
readonly type: "string";
|
|
1953
|
+
readonly description: "Ticket category.";
|
|
1954
|
+
readonly example: "technical";
|
|
1955
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1956
|
+
};
|
|
1957
|
+
readonly summary: {
|
|
1958
|
+
readonly type: "string";
|
|
1959
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1960
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1961
|
+
};
|
|
1962
|
+
readonly closed_at: {
|
|
1963
|
+
readonly type: "string";
|
|
1964
|
+
readonly format: "date-time";
|
|
1965
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1966
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1967
|
+
};
|
|
1968
|
+
readonly date_created: {
|
|
1969
|
+
readonly type: "string";
|
|
1970
|
+
readonly format: "date-time";
|
|
1971
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1972
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1973
|
+
};
|
|
1974
|
+
readonly date_updated: {
|
|
1975
|
+
readonly type: "string";
|
|
1976
|
+
readonly format: "date-time";
|
|
1977
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1978
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1979
|
+
};
|
|
1980
|
+
readonly messages: {
|
|
1981
|
+
readonly type: "array";
|
|
1982
|
+
readonly items: {
|
|
1983
|
+
readonly type: "object";
|
|
1984
|
+
readonly properties: {
|
|
1985
|
+
readonly id: {
|
|
1986
|
+
readonly type: "string";
|
|
1987
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1988
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1989
|
+
};
|
|
1990
|
+
readonly type: {
|
|
1991
|
+
readonly type: "string";
|
|
1992
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1993
|
+
readonly example: "customer_reply";
|
|
1994
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1995
|
+
};
|
|
1996
|
+
readonly body: {
|
|
1997
|
+
readonly type: "string";
|
|
1998
|
+
readonly description: "Message body in markdown.";
|
|
1999
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
2000
|
+
};
|
|
2001
|
+
readonly author_first_name: {
|
|
2002
|
+
readonly type: "string";
|
|
2003
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
2004
|
+
readonly example: "Jane";
|
|
2005
|
+
};
|
|
2006
|
+
readonly author_last_name: {
|
|
2007
|
+
readonly type: "string";
|
|
2008
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
2009
|
+
readonly example: "Doe";
|
|
2010
|
+
};
|
|
2011
|
+
readonly attachments: {
|
|
2012
|
+
readonly type: "array";
|
|
2013
|
+
readonly items: {
|
|
2014
|
+
readonly type: "object";
|
|
2015
|
+
readonly properties: {
|
|
2016
|
+
readonly id: {
|
|
2017
|
+
readonly type: "string";
|
|
2018
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
2019
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
2020
|
+
};
|
|
2021
|
+
readonly filename: {
|
|
2022
|
+
readonly type: "string";
|
|
2023
|
+
readonly description: "Original filename as uploaded.";
|
|
2024
|
+
readonly example: "debug.log";
|
|
2025
|
+
};
|
|
2026
|
+
readonly content_type: {
|
|
2027
|
+
readonly type: "string";
|
|
2028
|
+
readonly description: "MIME content type of the attachment.";
|
|
2029
|
+
readonly example: "text/plain";
|
|
2030
|
+
};
|
|
2031
|
+
readonly size: {
|
|
2032
|
+
readonly type: "integer";
|
|
2033
|
+
readonly description: "Size of the attachment in bytes.";
|
|
2034
|
+
readonly example: 12345;
|
|
2035
|
+
};
|
|
2036
|
+
};
|
|
2037
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
2038
|
+
readonly additionalProperties: false;
|
|
2039
|
+
};
|
|
2040
|
+
readonly description: "Attachments associated with this message.";
|
|
2041
|
+
readonly example: readonly [];
|
|
2042
|
+
};
|
|
2043
|
+
readonly date_created: {
|
|
2044
|
+
readonly type: "string";
|
|
2045
|
+
readonly format: "date-time";
|
|
2046
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
2047
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
2048
|
+
};
|
|
2049
|
+
};
|
|
2050
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
2051
|
+
readonly additionalProperties: false;
|
|
2052
|
+
};
|
|
2053
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
2054
|
+
};
|
|
2055
|
+
};
|
|
2056
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
2057
|
+
readonly additionalProperties: false;
|
|
2058
|
+
};
|
|
2059
|
+
export declare const TokenCreateInputSchema: {
|
|
2060
|
+
readonly type: "object";
|
|
2061
|
+
readonly properties: {
|
|
2062
|
+
readonly name: {
|
|
2063
|
+
readonly type: "string";
|
|
2064
|
+
readonly maxLength: 63;
|
|
2065
|
+
readonly minLength: 1;
|
|
2066
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2067
|
+
readonly description: "Human readable access token name.";
|
|
2068
|
+
readonly example: "deployment-token";
|
|
2069
|
+
};
|
|
2070
|
+
readonly role: {
|
|
2071
|
+
readonly type: "string";
|
|
2072
|
+
readonly description: "Role assumed by the token.";
|
|
2073
|
+
readonly example: "User";
|
|
2074
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2075
|
+
};
|
|
2076
|
+
};
|
|
2077
|
+
readonly required: readonly ["name", "role"];
|
|
2078
|
+
readonly additionalProperties: false;
|
|
2079
|
+
};
|
|
2080
|
+
export declare const TokenSchema: {
|
|
2081
|
+
readonly type: "object";
|
|
2082
|
+
readonly properties: {
|
|
2083
|
+
readonly name: {
|
|
2084
|
+
readonly type: "string";
|
|
2085
|
+
readonly maxLength: 63;
|
|
2086
|
+
readonly minLength: 1;
|
|
2087
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2088
|
+
readonly description: "Human readable access token name.";
|
|
2089
|
+
readonly example: "deployment-token";
|
|
2090
|
+
};
|
|
2091
|
+
readonly role: {
|
|
2092
|
+
readonly type: "string";
|
|
2093
|
+
readonly description: "Role assumed by the token.";
|
|
2094
|
+
readonly example: "User";
|
|
2095
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2096
|
+
};
|
|
2097
|
+
readonly id: {
|
|
2098
|
+
readonly type: "string";
|
|
2099
|
+
readonly description: "Generated unique identifier of the access token.";
|
|
2100
|
+
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
2101
|
+
};
|
|
2102
|
+
readonly secret: {
|
|
2103
|
+
readonly type: "string";
|
|
2104
|
+
readonly description: "Access token secret. Unmasked only during creation.";
|
|
2105
|
+
readonly example: "vq4SCMBsrgmBxbax80WDXuXoFNZAckI8";
|
|
2106
|
+
};
|
|
2107
|
+
readonly date_created: {
|
|
2108
|
+
readonly type: "string";
|
|
2109
|
+
readonly format: "date-time";
|
|
2110
|
+
readonly description: "Creation date of the access token. ISO 8601 date string in UTC timezone";
|
|
2111
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
2112
|
+
};
|
|
2113
|
+
};
|
|
2114
|
+
readonly required: readonly ["name", "role", "date_created"];
|
|
1422
2115
|
readonly additionalProperties: false;
|
|
1423
2116
|
};
|
|
1424
2117
|
export declare const TokenUpdateInputSchema: {
|
|
@@ -1441,6 +2134,101 @@ export declare const TokenUpdateInputSchema: {
|
|
|
1441
2134
|
};
|
|
1442
2135
|
readonly additionalProperties: false;
|
|
1443
2136
|
};
|
|
2137
|
+
export declare const UsageFacetsSchema: {
|
|
2138
|
+
readonly type: "object";
|
|
2139
|
+
readonly properties: {
|
|
2140
|
+
readonly cluster_id: {
|
|
2141
|
+
readonly type: "array";
|
|
2142
|
+
readonly items: {
|
|
2143
|
+
readonly type: "string";
|
|
2144
|
+
};
|
|
2145
|
+
readonly description: "List of unique cluster IDs";
|
|
2146
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
2147
|
+
};
|
|
2148
|
+
readonly product: {
|
|
2149
|
+
readonly type: "array";
|
|
2150
|
+
readonly items: {
|
|
2151
|
+
readonly type: "string";
|
|
2152
|
+
};
|
|
2153
|
+
readonly description: "List of unique products";
|
|
2154
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2155
|
+
};
|
|
2156
|
+
};
|
|
2157
|
+
readonly additionalProperties: false;
|
|
2158
|
+
};
|
|
2159
|
+
export declare const UsageResponseSchema: {
|
|
2160
|
+
readonly type: "object";
|
|
2161
|
+
readonly properties: {
|
|
2162
|
+
readonly data: {
|
|
2163
|
+
readonly type: "array";
|
|
2164
|
+
readonly items: {
|
|
2165
|
+
readonly type: "object";
|
|
2166
|
+
readonly properties: {
|
|
2167
|
+
readonly hour: {
|
|
2168
|
+
readonly type: "string";
|
|
2169
|
+
readonly description: "Hour of the usage";
|
|
2170
|
+
readonly example: "2019-01-01T00:00:00.000Z";
|
|
2171
|
+
};
|
|
2172
|
+
readonly cluster_id: {
|
|
2173
|
+
readonly type: "string";
|
|
2174
|
+
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
2175
|
+
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
2176
|
+
};
|
|
2177
|
+
readonly product: {
|
|
2178
|
+
readonly type: "string";
|
|
2179
|
+
readonly description: "The product the usage is associated with";
|
|
2180
|
+
readonly example: "cfke_controlplane";
|
|
2181
|
+
};
|
|
2182
|
+
readonly value: {
|
|
2183
|
+
readonly type: "number";
|
|
2184
|
+
readonly format: "float";
|
|
2185
|
+
readonly description: "Consumption";
|
|
2186
|
+
readonly example: 4;
|
|
2187
|
+
};
|
|
2188
|
+
readonly price: {
|
|
2189
|
+
readonly type: "number";
|
|
2190
|
+
readonly format: "float";
|
|
2191
|
+
readonly description: "Price per unit";
|
|
2192
|
+
readonly example: 0.01;
|
|
2193
|
+
};
|
|
2194
|
+
readonly total: {
|
|
2195
|
+
readonly type: "number";
|
|
2196
|
+
readonly format: "float";
|
|
2197
|
+
readonly description: "Total cost";
|
|
2198
|
+
};
|
|
2199
|
+
};
|
|
2200
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
2201
|
+
readonly additionalProperties: false;
|
|
2202
|
+
};
|
|
2203
|
+
readonly description: "Usage data";
|
|
2204
|
+
};
|
|
2205
|
+
readonly facets: {
|
|
2206
|
+
readonly type: "object";
|
|
2207
|
+
readonly properties: {
|
|
2208
|
+
readonly cluster_id: {
|
|
2209
|
+
readonly type: "array";
|
|
2210
|
+
readonly items: {
|
|
2211
|
+
readonly type: "string";
|
|
2212
|
+
};
|
|
2213
|
+
readonly description: "List of unique cluster IDs";
|
|
2214
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
2215
|
+
};
|
|
2216
|
+
readonly product: {
|
|
2217
|
+
readonly type: "array";
|
|
2218
|
+
readonly items: {
|
|
2219
|
+
readonly type: "string";
|
|
2220
|
+
};
|
|
2221
|
+
readonly description: "List of unique products";
|
|
2222
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2223
|
+
};
|
|
2224
|
+
};
|
|
2225
|
+
readonly additionalProperties: false;
|
|
2226
|
+
readonly description: "Facets for filtering";
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
readonly required: readonly ["data", "facets"];
|
|
2230
|
+
readonly additionalProperties: false;
|
|
2231
|
+
};
|
|
1444
2232
|
export declare const UsageSchema: {
|
|
1445
2233
|
readonly type: "object";
|
|
1446
2234
|
readonly properties: {
|
|
@@ -1451,78 +2239,33 @@ export declare const UsageSchema: {
|
|
|
1451
2239
|
};
|
|
1452
2240
|
readonly cluster_id: {
|
|
1453
2241
|
readonly type: "string";
|
|
1454
|
-
readonly format: "uuid";
|
|
1455
2242
|
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
1456
2243
|
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
1457
2244
|
};
|
|
1458
|
-
readonly cluster_tier: {
|
|
1459
|
-
readonly type: "string";
|
|
1460
|
-
readonly description: "Tier of the cluster.";
|
|
1461
|
-
readonly example: "pro";
|
|
1462
|
-
readonly enum: readonly ["basic", "pro", ""];
|
|
1463
|
-
};
|
|
1464
2245
|
readonly product: {
|
|
1465
2246
|
readonly type: "string";
|
|
1466
2247
|
readonly description: "The product the usage is associated with";
|
|
1467
2248
|
readonly example: "cfke_controlplane";
|
|
1468
|
-
readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
|
|
1469
2249
|
};
|
|
1470
|
-
readonly
|
|
1471
|
-
readonly type: "
|
|
1472
|
-
readonly
|
|
1473
|
-
readonly
|
|
1474
|
-
|
|
1475
|
-
readonly sku: {
|
|
1476
|
-
readonly type: "string";
|
|
1477
|
-
readonly description: "SKU of the Kubernetes node";
|
|
1478
|
-
readonly example: "GCP-NORTHAMERICA-NORTHEAST1-A-G1-SMALL-SPOT";
|
|
1479
|
-
};
|
|
1480
|
-
readonly cpu: {
|
|
1481
|
-
readonly anyOf: readonly [{
|
|
1482
|
-
readonly type: "number";
|
|
1483
|
-
readonly format: "float";
|
|
1484
|
-
readonly description: "CPU core count of the node";
|
|
1485
|
-
readonly example: 4;
|
|
1486
|
-
}, {
|
|
1487
|
-
readonly type: "string";
|
|
1488
|
-
readonly enum: readonly [""];
|
|
1489
|
-
}];
|
|
2250
|
+
readonly value: {
|
|
2251
|
+
readonly type: "number";
|
|
2252
|
+
readonly format: "float";
|
|
2253
|
+
readonly description: "Consumption";
|
|
2254
|
+
readonly example: 4;
|
|
1490
2255
|
};
|
|
1491
2256
|
readonly price: {
|
|
1492
|
-
readonly
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
readonly example: 4;
|
|
1497
|
-
}, {
|
|
1498
|
-
readonly type: "string";
|
|
1499
|
-
readonly enum: readonly [""];
|
|
1500
|
-
}];
|
|
1501
|
-
};
|
|
1502
|
-
readonly value: {
|
|
1503
|
-
readonly anyOf: readonly [{
|
|
1504
|
-
readonly type: "number";
|
|
1505
|
-
readonly format: "float";
|
|
1506
|
-
readonly description: "Value";
|
|
1507
|
-
readonly example: 4;
|
|
1508
|
-
}, {
|
|
1509
|
-
readonly type: "string";
|
|
1510
|
-
readonly enum: readonly [""];
|
|
1511
|
-
}];
|
|
2257
|
+
readonly type: "number";
|
|
2258
|
+
readonly format: "float";
|
|
2259
|
+
readonly description: "Price per unit";
|
|
2260
|
+
readonly example: 0.01;
|
|
1512
2261
|
};
|
|
1513
2262
|
readonly total: {
|
|
1514
|
-
readonly
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
readonly description: "Total";
|
|
1518
|
-
readonly example: 4;
|
|
1519
|
-
}, {
|
|
1520
|
-
readonly type: "string";
|
|
1521
|
-
readonly enum: readonly [""];
|
|
1522
|
-
}];
|
|
2263
|
+
readonly type: "number";
|
|
2264
|
+
readonly format: "float";
|
|
2265
|
+
readonly description: "Total cost";
|
|
1523
2266
|
};
|
|
1524
2267
|
};
|
|
1525
|
-
readonly required: readonly ["
|
|
2268
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
1526
2269
|
readonly additionalProperties: false;
|
|
1527
2270
|
};
|
|
1528
2271
|
export declare const UserCreateInputSchema: {
|