@cloudfleet/sdk 0.0.1-bd28e81 → 0.0.1-c5d9f35
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/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +236 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +7 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/types.gen.d.ts +118 -0
- 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.gen.d.ts +34 -0
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/utils.gen.js +229 -0
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +13 -0
- package/dist/client.gen.d.ts.map +1 -0
- package/dist/client.gen.js +4 -0
- package/dist/client.gen.js.map +1 -0
- package/dist/core/auth.gen.d.ts +19 -0
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/auth.gen.js +15 -0
- 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.gen.js +58 -0
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/params.gen.d.ts +44 -0
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/params.gen.js +101 -0
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/pathSerializer.gen.d.ts +34 -0
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/pathSerializer.gen.js +107 -0
- 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 +134 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/types.gen.d.ts +79 -0
- 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/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/schemas.gen.d.ts +1021 -1047
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1491 -1080
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +220 -142
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +279 -227
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +196 -0
- package/dist/services/kubernetes/api.d.ts.map +1 -0
- package/dist/services/kubernetes/api.js +140 -0
- package/dist/services/kubernetes/api.js.map +1 -0
- package/dist/services/kubernetes/index.d.ts +44 -0
- package/dist/services/kubernetes/index.d.ts.map +1 -0
- package/dist/services/kubernetes/index.js +68 -0
- package/dist/services/kubernetes/index.js.map +1 -0
- package/dist/services/kubernetes/types.d.ts +1335 -0
- package/dist/services/kubernetes/types.d.ts.map +1 -0
- package/dist/services/kubernetes/types.js +2 -0
- package/dist/services/kubernetes/types.js.map +1 -0
- package/dist/types.gen.d.ts +971 -953
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1708 -2855
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +686 -863
- package/dist/zod.gen.js.map +1 -1
- package/package.json +12 -5
package/dist/sdk.gen.js
CHANGED
|
@@ -1,464 +1,549 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
import {
|
|
3
|
-
export const client = createClient(createConfig());
|
|
2
|
+
import { client } from './client.gen';
|
|
4
3
|
export class BillingService {
|
|
5
4
|
/**
|
|
6
5
|
* Get billing usage information.
|
|
7
|
-
* Returns rolled-up usage information for the organization. Entries are grouped by task, and billing unit. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
8
6
|
*
|
|
9
|
-
|
|
10
|
-
static getUsage(options) {
|
|
11
|
-
return (options?.client ?? client).get({
|
|
12
|
-
url: '/billing/usage',
|
|
13
|
-
...options
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Get billing balance information.
|
|
18
|
-
* Returns the current balance of the organization in USD as a floating-point number. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
7
|
+
* Returns aggregated usage information for the organization with facets for filtering. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
19
8
|
*
|
|
20
9
|
*/
|
|
21
|
-
static
|
|
22
|
-
return (options?.client ?? client).get({
|
|
23
|
-
url: '/billing/balance',
|
|
24
|
-
...options
|
|
25
|
-
});
|
|
10
|
+
static getUsage(options) {
|
|
11
|
+
return (options?.client ?? client).get({ url: '/billing/usage', ...options });
|
|
26
12
|
}
|
|
27
13
|
/**
|
|
28
14
|
* Get organization payment method information.
|
|
15
|
+
*
|
|
29
16
|
* Returns the information about the payment card associated with the organization with sensitive information redacted. Payment details can be updated in the Cloudfleet console only, please visit https://console.cloudfleet.ai. This endpoint is available to all users in the organization.
|
|
30
17
|
*
|
|
31
18
|
*/
|
|
32
19
|
static getPaymentMethod(options) {
|
|
33
|
-
return (options?.client ?? client).get({
|
|
34
|
-
url: '/billing/payment-method',
|
|
35
|
-
...options
|
|
36
|
-
});
|
|
20
|
+
return (options?.client ?? client).get({ url: '/billing/payment-method', ...options });
|
|
37
21
|
}
|
|
38
22
|
/**
|
|
39
23
|
* Get Stripe client secret.
|
|
24
|
+
*
|
|
40
25
|
* Endpoint returns the Stripe secret key for the organization. This key is used to securely update the payment method in the Cloudfleet console only, please visit https://console.cloudfleet.ai. This endpoint is available to administrators of the organization only.
|
|
41
26
|
*
|
|
42
27
|
*/
|
|
43
28
|
static getPaymentMethodSecret(options) {
|
|
44
|
-
return (options?.client ?? client).put({
|
|
45
|
-
url: '/billing/payment-method',
|
|
46
|
-
...options
|
|
47
|
-
});
|
|
29
|
+
return (options?.client ?? client).put({ url: '/billing/payment-method', ...options });
|
|
48
30
|
}
|
|
49
31
|
/**
|
|
50
32
|
* List issued invoices.
|
|
33
|
+
*
|
|
51
34
|
* Returns a list of invoices for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
52
35
|
*
|
|
53
36
|
*/
|
|
54
37
|
static listInvoices(options) {
|
|
55
|
-
return (options?.client ?? client).get({
|
|
56
|
-
|
|
57
|
-
|
|
38
|
+
return (options?.client ?? client).get({ url: '/billing/invoices', ...options });
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Get organization contact and billing address information.
|
|
42
|
+
*
|
|
43
|
+
* Returns the organization contact and billing address information. This endpoint is available to all users in the organization.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
static getContact(options) {
|
|
47
|
+
return (options?.client ?? client).get({ url: '/billing/contact', ...options });
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Update organization contact information and billing address.
|
|
51
|
+
*
|
|
52
|
+
* This endpoint allows you to update organization details with its contact information. This endpoint is available to administrators of the organization only.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
static updateContact(options) {
|
|
56
|
+
return (options.client ?? client).put({
|
|
57
|
+
url: '/billing/contact',
|
|
58
|
+
...options,
|
|
59
|
+
headers: {
|
|
60
|
+
'Content-Type': 'application/json',
|
|
61
|
+
...options.headers
|
|
62
|
+
}
|
|
58
63
|
});
|
|
59
64
|
}
|
|
60
65
|
/**
|
|
61
|
-
* Get
|
|
62
|
-
*
|
|
66
|
+
* Get applied promotional credits
|
|
67
|
+
*
|
|
68
|
+
* Returns applied promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
63
69
|
*
|
|
64
70
|
*/
|
|
65
|
-
static
|
|
66
|
-
return (options?.client ?? client).get({
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
static getCredits(options) {
|
|
72
|
+
return (options?.client ?? client).get({ url: '/billing/credits', ...options });
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Redeem promotional credits code.
|
|
76
|
+
*
|
|
77
|
+
* Applies promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
static redeemCredits(options) {
|
|
81
|
+
return (options.client ?? client).post({
|
|
82
|
+
url: '/billing/credits',
|
|
83
|
+
...options,
|
|
84
|
+
headers: {
|
|
85
|
+
'Content-Type': 'application/json',
|
|
86
|
+
...options.headers
|
|
87
|
+
}
|
|
69
88
|
});
|
|
70
89
|
}
|
|
71
90
|
}
|
|
72
91
|
export class ClustersService {
|
|
92
|
+
/**
|
|
93
|
+
* List charts.
|
|
94
|
+
*
|
|
95
|
+
* Returns a list of charts in the cluster.
|
|
96
|
+
*
|
|
97
|
+
* This endpoint is available to all users in the organization.
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
static listCharts(options) {
|
|
101
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/charts', ...options });
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Create a new chart.
|
|
105
|
+
*
|
|
106
|
+
* Create a new chart deployment.
|
|
107
|
+
*
|
|
108
|
+
* This endpoint is available to administrators of the organization only.
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
static createChart(options) {
|
|
112
|
+
return (options.client ?? client).post({
|
|
113
|
+
url: '/clusters/{cluster_id}/charts',
|
|
114
|
+
...options,
|
|
115
|
+
headers: {
|
|
116
|
+
'Content-Type': 'application/json',
|
|
117
|
+
...options.headers
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Permanently delete the chart deployment from the cluster.
|
|
123
|
+
*
|
|
124
|
+
* This endpoint will permanently delete chart. This operation cannot be undone.
|
|
125
|
+
*
|
|
126
|
+
* This endpoint is available to administrators of the organization only.
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
static deleteChart(options) {
|
|
130
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}/charts/{chart_name}', ...options });
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Get chart information.
|
|
134
|
+
*
|
|
135
|
+
* Returns the details of the chart deployment.
|
|
136
|
+
*
|
|
137
|
+
* This endpoint is available to all users in the organization.
|
|
138
|
+
*
|
|
139
|
+
*/
|
|
140
|
+
static getChart(options) {
|
|
141
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/charts/{chart_name}', ...options });
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Update chart information.
|
|
145
|
+
*
|
|
146
|
+
* This endpoint allows you to update the values of a chart deployment.
|
|
147
|
+
*
|
|
148
|
+
* This endpoint is available to administrators of the organization only.
|
|
149
|
+
*
|
|
150
|
+
*/
|
|
151
|
+
static updateChart(options) {
|
|
152
|
+
return (options.client ?? client).put({
|
|
153
|
+
url: '/clusters/{cluster_id}/charts/{chart_name}',
|
|
154
|
+
...options,
|
|
155
|
+
headers: {
|
|
156
|
+
'Content-Type': 'application/json',
|
|
157
|
+
...options.headers
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
}
|
|
73
161
|
/**
|
|
74
162
|
* List fleets.
|
|
75
|
-
*
|
|
163
|
+
*
|
|
164
|
+
* Returns a list of fleets belonging to the cluster. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
76
165
|
*
|
|
77
166
|
* This endpoint is available to all users in the organization.
|
|
78
167
|
*
|
|
79
168
|
*/
|
|
80
169
|
static listFleets(options) {
|
|
81
|
-
return (options
|
|
82
|
-
url: '/clusters/{cluster_id}/fleets',
|
|
83
|
-
...options
|
|
84
|
-
});
|
|
170
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/fleets', ...options });
|
|
85
171
|
}
|
|
86
172
|
/**
|
|
87
173
|
* Create a new fleet.
|
|
88
|
-
*
|
|
174
|
+
*
|
|
175
|
+
* Create a new fleet under the current organization. fleets allow you to to schedule workloads in cloud service provider accounts owned by you. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
89
176
|
*
|
|
90
177
|
* This endpoint is available to administrators of the organization only.
|
|
91
178
|
*
|
|
92
179
|
*/
|
|
93
180
|
static createFleet(options) {
|
|
94
|
-
return (options
|
|
181
|
+
return (options.client ?? client).post({
|
|
95
182
|
url: '/clusters/{cluster_id}/fleets',
|
|
96
183
|
...options,
|
|
97
184
|
headers: {
|
|
98
185
|
'Content-Type': 'application/json',
|
|
99
|
-
...options
|
|
186
|
+
...options.headers
|
|
100
187
|
}
|
|
101
188
|
});
|
|
102
189
|
}
|
|
103
190
|
/**
|
|
104
191
|
* Permanently delete fleet.
|
|
105
|
-
*
|
|
192
|
+
*
|
|
193
|
+
* This endpoint will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Fleet until the end of the billing period, set the status to `cancelling`. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
106
194
|
*
|
|
107
195
|
* This endpoint is available to administrators of the organization only.
|
|
108
196
|
*
|
|
109
197
|
*/
|
|
110
198
|
static deleteFleet(options) {
|
|
111
|
-
return (options
|
|
112
|
-
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
113
|
-
...options
|
|
114
|
-
});
|
|
199
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}/fleets/{fleet_name}', ...options });
|
|
115
200
|
}
|
|
116
201
|
/**
|
|
117
202
|
* Get fleet information.
|
|
118
|
-
*
|
|
203
|
+
*
|
|
204
|
+
* Returns fleet details. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
119
205
|
*
|
|
120
206
|
* This endpoint is available to all users in the organization.
|
|
121
207
|
*
|
|
122
208
|
*/
|
|
123
209
|
static getFleet(options) {
|
|
124
|
-
return (options
|
|
125
|
-
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
126
|
-
...options
|
|
127
|
-
});
|
|
210
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/fleets/{fleet_name}', ...options });
|
|
128
211
|
}
|
|
129
212
|
/**
|
|
130
213
|
* Update fleet information.
|
|
214
|
+
*
|
|
131
215
|
* This endpoint allows you to update fleet details.
|
|
132
216
|
*
|
|
133
|
-
* Setting status to `deleted` will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the
|
|
217
|
+
* Setting status to `deleted` will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Fleet until the end of the billing period, set the status to `cancelling`.
|
|
134
218
|
*
|
|
135
|
-
* For more information, see [Fleets
|
|
219
|
+
* For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
136
220
|
*
|
|
137
221
|
* This endpoint is available to administrators of the organization only.
|
|
138
222
|
*
|
|
139
223
|
*/
|
|
140
224
|
static updateFleet(options) {
|
|
141
|
-
return (options
|
|
225
|
+
return (options.client ?? client).put({
|
|
142
226
|
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
143
227
|
...options,
|
|
144
228
|
headers: {
|
|
145
229
|
'Content-Type': 'application/json',
|
|
146
|
-
...options
|
|
230
|
+
...options.headers
|
|
147
231
|
}
|
|
148
232
|
});
|
|
149
233
|
}
|
|
150
234
|
/**
|
|
151
235
|
* Query Kubernetes cluster API
|
|
236
|
+
*
|
|
152
237
|
* An API endpoint for directly querying a Kubernetes cluster API without requiring kubectl or other tools. This endpoint is ideal for automation and scripting, as well as for internal use in fetching data for the Cloudfleet Console. It acts as a passthrough to the Kubernetes API, allowing access to any valid Kubernetes API endpoint, including those not exposed in the Cloudfleet Console. The endpoint is strictly read-only, ensuring no modifications to the cluster state. It is accessible to all users within the organization and uses the same authentication mechanisms as other Cloudfleet API endpoints.
|
|
153
238
|
*/
|
|
154
239
|
static queryCluster(options) {
|
|
155
|
-
return (options
|
|
156
|
-
url: '/clusters/{cluster_id}/query',
|
|
157
|
-
...options
|
|
158
|
-
});
|
|
240
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/query', ...options });
|
|
159
241
|
}
|
|
160
242
|
/**
|
|
161
243
|
* List clusters.
|
|
244
|
+
*
|
|
162
245
|
* Returns a list of clusters under the current organization, including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
163
246
|
*
|
|
164
247
|
* This endpoint is available to all users in the organization.
|
|
165
248
|
*
|
|
166
249
|
*/
|
|
167
250
|
static listClusters(options) {
|
|
168
|
-
return (options?.client ?? client).get({
|
|
169
|
-
url: '/clusters',
|
|
170
|
-
...options
|
|
171
|
-
});
|
|
251
|
+
return (options?.client ?? client).get({ url: '/clusters', ...options });
|
|
172
252
|
}
|
|
173
253
|
/**
|
|
174
254
|
* Create a new cluster.
|
|
255
|
+
*
|
|
175
256
|
* Create a new cluster under the current organization. Clusters allow you to group resources and you can create multiple clusters under the same organization, with billing delegated to the parent organization.
|
|
176
257
|
*
|
|
177
258
|
* This endpoint is available to administrators of the organization only.
|
|
178
259
|
*
|
|
179
260
|
*/
|
|
180
261
|
static createCluster(options) {
|
|
181
|
-
return (options
|
|
262
|
+
return (options.client ?? client).post({
|
|
182
263
|
url: '/clusters',
|
|
183
264
|
...options,
|
|
184
265
|
headers: {
|
|
185
266
|
'Content-Type': 'application/json',
|
|
186
|
-
...options
|
|
267
|
+
...options.headers
|
|
187
268
|
}
|
|
188
269
|
});
|
|
189
270
|
}
|
|
190
271
|
/**
|
|
191
272
|
* Permanently delete cluster.
|
|
273
|
+
*
|
|
192
274
|
* This endpoint will permanently delete the cluster. This operation cannot be undone.
|
|
193
275
|
*
|
|
194
276
|
* This endpoint is available to administrators of the organization only.
|
|
195
277
|
*
|
|
196
278
|
*/
|
|
197
279
|
static deleteCluster(options) {
|
|
198
|
-
return (options
|
|
199
|
-
url: '/clusters/{cluster_id}',
|
|
200
|
-
...options
|
|
201
|
-
});
|
|
280
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}', ...options });
|
|
202
281
|
}
|
|
203
282
|
/**
|
|
204
283
|
* Get cluster information.
|
|
284
|
+
*
|
|
205
285
|
* Returns cluster details including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
206
286
|
*
|
|
207
287
|
* This endpoint is available to all users in the organization.
|
|
208
288
|
*
|
|
209
289
|
*/
|
|
210
290
|
static getCluster(options) {
|
|
211
|
-
return (options
|
|
212
|
-
url: '/clusters/{cluster_id}',
|
|
213
|
-
...options
|
|
214
|
-
});
|
|
291
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}', ...options });
|
|
215
292
|
}
|
|
216
293
|
/**
|
|
217
294
|
* Update cluster information.
|
|
295
|
+
*
|
|
218
296
|
* This endpoint allows you to update cluster details, including quota and cluster status. For more information about clusters, see [Clusters](https://cloudfleet.ai/docs/cluster-management/cluster-types/) section of documentaiton.
|
|
219
297
|
*
|
|
220
298
|
* This endpoint is available to administrators of the organization only.
|
|
221
299
|
*
|
|
222
300
|
*/
|
|
223
301
|
static updateCluster(options) {
|
|
224
|
-
return (options
|
|
302
|
+
return (options.client ?? client).put({
|
|
225
303
|
url: '/clusters/{cluster_id}',
|
|
226
304
|
...options,
|
|
227
305
|
headers: {
|
|
228
306
|
'Content-Type': 'application/json',
|
|
229
|
-
...options
|
|
307
|
+
...options.headers
|
|
230
308
|
}
|
|
231
309
|
});
|
|
232
310
|
}
|
|
233
311
|
/**
|
|
234
312
|
* Node join information for the cluster
|
|
235
|
-
* Returns the join information for the cluster. This information is used to add a self-managed cluster to the CFKE cluster. This endpoint is available to only admins of the organization.
|
|
236
|
-
*
|
|
237
|
-
*/
|
|
238
|
-
static getJoinInformation(options) {
|
|
239
|
-
return (options?.client ?? client).post({
|
|
240
|
-
url: '/clusters/{cluster_id}/join_information',
|
|
241
|
-
...options
|
|
242
|
-
});
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
export class InfrastructureService {
|
|
246
|
-
/**
|
|
247
|
-
* Search infrastructure catalog.
|
|
248
|
-
* This endpoint is used to search the infrastructure catalog for the right virtual machine / instance type when creating a new task. The search is performed by specifying a set of filters. The filters are combined using the logical AND operator. For example, if you want to find all available instances with Nvidia A100 GPUs in the US, you would use the following query:
|
|
249
|
-
*
|
|
250
|
-
* `GET /infrastructure?accelerator_name=A100®ion=northamerica`
|
|
251
313
|
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
* **Note:** This endpoint is available for both authenticated and unauthenticated users. However, unauthenticated users will only see limited results and will be rate limited. To get full access to the catalog, please create a Cloudfleet account and log in.
|
|
255
|
-
*
|
|
256
|
-
* For full documentation of the infrastructure catalog, see [Cloud providers and instance types](https://cloudfleet.ai/docs/cloud-infrastructure/) section of the documentation.
|
|
257
|
-
*
|
|
258
|
-
*/
|
|
259
|
-
static getInfrastructure(options) {
|
|
260
|
-
return (options?.client ?? client).get({
|
|
261
|
-
url: '/infrastructure',
|
|
262
|
-
...options
|
|
263
|
-
});
|
|
264
|
-
}
|
|
265
|
-
/**
|
|
266
|
-
* Infrastructure catalog facets.
|
|
267
|
-
* This endpoint returns calculated search facets from the infrastructure catalog.
|
|
314
|
+
* Returns the join information for the cluster. This information is used to add a self-managed nodes to the CFKE cluster. This endpoint is available to only admins of the organization.
|
|
268
315
|
*
|
|
269
316
|
*/
|
|
270
|
-
static
|
|
271
|
-
return (options
|
|
272
|
-
url: '/infrastructure/facets',
|
|
273
|
-
...options
|
|
274
|
-
});
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* Available Cloudfleet regions and Kubernetes versions.
|
|
278
|
-
* Available Cloudfleet regions and Kubernetes versions.
|
|
279
|
-
*
|
|
280
|
-
*/
|
|
281
|
-
static getRegions(options) {
|
|
282
|
-
return (options?.client ?? client).get({
|
|
283
|
-
url: '/infrastructure/regions',
|
|
284
|
-
...options
|
|
285
|
-
});
|
|
317
|
+
static getJoinInformation(options) {
|
|
318
|
+
return (options.client ?? client).post({ url: '/clusters/{cluster_id}/join_information', ...options });
|
|
286
319
|
}
|
|
287
320
|
}
|
|
288
321
|
export class InvitesService {
|
|
289
322
|
/**
|
|
290
323
|
* List invites.
|
|
324
|
+
*
|
|
291
325
|
* Returns a list of invites under the current organization. This endpoint is available to all users in the organization.
|
|
292
326
|
*
|
|
293
327
|
*/
|
|
294
328
|
static listInvites(options) {
|
|
295
|
-
return (options?.client ?? client).get({
|
|
296
|
-
url: '/invites',
|
|
297
|
-
...options
|
|
298
|
-
});
|
|
329
|
+
return (options?.client ?? client).get({ url: '/invites', ...options });
|
|
299
330
|
}
|
|
300
331
|
/**
|
|
301
332
|
* Create a new invite.
|
|
302
|
-
*
|
|
333
|
+
*
|
|
334
|
+
* Invite a new user to your Cloudfleet organization. The user will receive an email with a link to create a new account. This endpoint is available to administrators of the organization only.
|
|
303
335
|
*
|
|
304
336
|
*/
|
|
305
337
|
static createInvite(options) {
|
|
306
|
-
return (options
|
|
338
|
+
return (options.client ?? client).post({
|
|
307
339
|
url: '/invites',
|
|
308
340
|
...options,
|
|
309
341
|
headers: {
|
|
310
342
|
'Content-Type': 'application/json',
|
|
311
|
-
...options
|
|
343
|
+
...options.headers
|
|
312
344
|
}
|
|
313
345
|
});
|
|
314
346
|
}
|
|
315
347
|
/**
|
|
316
348
|
* Get invite information.
|
|
349
|
+
*
|
|
317
350
|
* Returns invite details.
|
|
318
351
|
*
|
|
319
352
|
*/
|
|
320
353
|
static getInvite(options) {
|
|
321
|
-
return (options
|
|
322
|
-
url: '/invites/{code}',
|
|
323
|
-
...options
|
|
324
|
-
});
|
|
354
|
+
return (options.client ?? client).get({ url: '/invites/{code}', ...options });
|
|
325
355
|
}
|
|
326
356
|
/**
|
|
327
357
|
* Permanently delete invite.
|
|
358
|
+
*
|
|
328
359
|
* Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
|
|
329
360
|
*
|
|
330
361
|
*/
|
|
331
362
|
static deleteInvite(options) {
|
|
332
|
-
return (options
|
|
333
|
-
|
|
334
|
-
|
|
363
|
+
return (options.client ?? client).delete({ url: '/invites/{email}', ...options });
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
export class ChartsMarketplaceService {
|
|
367
|
+
/**
|
|
368
|
+
* List chart listings available in the marketplace.
|
|
369
|
+
*
|
|
370
|
+
* Returns a list of available charts in the marketplace.
|
|
371
|
+
*
|
|
372
|
+
* This endpoint is available to all users in the organization.
|
|
373
|
+
*
|
|
374
|
+
*/
|
|
375
|
+
static listMarketplaceCharts(options) {
|
|
376
|
+
return (options?.client ?? client).get({ url: '/marketplace', ...options });
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* Get chart files for a specific version channel.
|
|
380
|
+
*
|
|
381
|
+
* Returns the Chart.yaml, values.yaml, and values.schema.json files for the latest version matching the specified version channel.
|
|
382
|
+
*
|
|
383
|
+
* Version channels use patterns like "1.31.x-cfke.x" to match the latest patch version, or "1.x.x-cfke.x" to match the latest minor version.
|
|
384
|
+
*
|
|
385
|
+
* This endpoint is available to all users in the organization.
|
|
386
|
+
*
|
|
387
|
+
*/
|
|
388
|
+
static getMarketplaceChartFiles(options) {
|
|
389
|
+
return (options.client ?? client).get({ url: '/marketplace/{chart_name}/files/{version_channel}', ...options });
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
export class McpService {
|
|
393
|
+
/**
|
|
394
|
+
* MCP endpoint
|
|
395
|
+
*
|
|
396
|
+
* MCP endpoint for handling Model Context Protocol JSON-RPC 2.0 messages.
|
|
397
|
+
*/
|
|
398
|
+
static postMcp(options) {
|
|
399
|
+
return (options.client ?? client).post({
|
|
400
|
+
url: '/mcp',
|
|
401
|
+
...options,
|
|
402
|
+
headers: {
|
|
403
|
+
'Content-Type': 'application/json',
|
|
404
|
+
...options.headers
|
|
405
|
+
}
|
|
335
406
|
});
|
|
336
407
|
}
|
|
337
408
|
}
|
|
338
409
|
export class OrganizationService {
|
|
339
410
|
/**
|
|
340
411
|
* Get organization information.
|
|
412
|
+
*
|
|
341
413
|
* Returns organization details including quota. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
342
414
|
*
|
|
343
415
|
* This endpoint is available to all users in the organization.
|
|
344
416
|
*
|
|
345
417
|
*/
|
|
346
418
|
static getOrganization(options) {
|
|
347
|
-
return (options?.client ?? client).get({
|
|
348
|
-
url: '/organization',
|
|
349
|
-
...options
|
|
350
|
-
});
|
|
419
|
+
return (options?.client ?? client).get({ url: '/organization', ...options });
|
|
351
420
|
}
|
|
352
421
|
/**
|
|
353
422
|
* Create a new organization / Cloudfleet account signup.
|
|
354
|
-
*
|
|
423
|
+
*
|
|
424
|
+
* This endpoint allows you to create a new Cloudfleet organization and an administrator user.
|
|
355
425
|
*
|
|
356
426
|
*/
|
|
357
427
|
static createOrganization(options) {
|
|
358
|
-
return (options
|
|
428
|
+
return (options.client ?? client).post({
|
|
359
429
|
url: '/organization',
|
|
360
430
|
...options,
|
|
361
431
|
headers: {
|
|
362
432
|
'Content-Type': 'application/json',
|
|
363
|
-
...options
|
|
433
|
+
...options.headers
|
|
364
434
|
}
|
|
365
435
|
});
|
|
366
436
|
}
|
|
437
|
+
}
|
|
438
|
+
export class RegistryService {
|
|
367
439
|
/**
|
|
368
|
-
*
|
|
369
|
-
* This endpoint allows you to update organization details with its contact information. 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. For more information about organizations and quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
440
|
+
* List repositories
|
|
370
441
|
*
|
|
371
|
-
* This endpoint is available to
|
|
442
|
+
* Returns a list of repositories in the registry across all regions. This endpoint is available to all users in the organization.
|
|
372
443
|
*
|
|
373
444
|
*/
|
|
374
|
-
static
|
|
375
|
-
return (options?.client ?? client).
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
445
|
+
static listRepositories(options) {
|
|
446
|
+
return (options?.client ?? client).get({ url: '/registry', ...options });
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* List tags for a repository
|
|
450
|
+
*
|
|
451
|
+
* Returns a list of tags for a specific repository, including size and metadata for each tag. This endpoint is available to all users in the organization.
|
|
452
|
+
*
|
|
453
|
+
*/
|
|
454
|
+
static listTags(options) {
|
|
455
|
+
return (options.client ?? client).get({ url: '/registry/{region}/{repository}', ...options });
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* Delete tag
|
|
459
|
+
*
|
|
460
|
+
* Permanently deletes a specific tag from a repository. This endpoint is available to administrators of the organization only.
|
|
461
|
+
*
|
|
462
|
+
*/
|
|
463
|
+
static deleteTag(options) {
|
|
464
|
+
return (options.client ?? client).delete({ url: '/registry/{region}/{repository}/{tag}', ...options });
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* Get tag details
|
|
468
|
+
*
|
|
469
|
+
* Returns detailed information for a specific tag in a repository, including manifest details, size, and URI. This endpoint is available to all users in the organization.
|
|
470
|
+
*
|
|
471
|
+
*/
|
|
472
|
+
static getTag(options) {
|
|
473
|
+
return (options.client ?? client).get({ url: '/registry/{region}/{repository}/{tag}', ...options });
|
|
383
474
|
}
|
|
384
475
|
}
|
|
385
476
|
export class TokensService {
|
|
386
477
|
/**
|
|
387
478
|
* List access tokens in organization.
|
|
479
|
+
*
|
|
388
480
|
* This endpoint allows you to get a list of all access tokens details in organization. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
389
481
|
*
|
|
390
482
|
*/
|
|
391
483
|
static listTokens(options) {
|
|
392
|
-
return (options?.client ?? client).get({
|
|
393
|
-
url: '/tokens',
|
|
394
|
-
...options
|
|
395
|
-
});
|
|
484
|
+
return (options?.client ?? client).get({ url: '/tokens', ...options });
|
|
396
485
|
}
|
|
397
486
|
/**
|
|
398
487
|
* Create a new access token.
|
|
488
|
+
*
|
|
399
489
|
* This endpoint allows you to create a new access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
|
|
400
490
|
*
|
|
401
491
|
* This endpoint is available to administrators of the organization only.
|
|
402
492
|
*
|
|
403
493
|
*/
|
|
404
494
|
static createToken(options) {
|
|
405
|
-
return (options
|
|
495
|
+
return (options.client ?? client).post({
|
|
406
496
|
url: '/tokens',
|
|
407
497
|
...options,
|
|
408
498
|
headers: {
|
|
409
499
|
'Content-Type': 'application/json',
|
|
410
|
-
...options
|
|
500
|
+
...options.headers
|
|
411
501
|
}
|
|
412
502
|
});
|
|
413
503
|
}
|
|
414
504
|
/**
|
|
415
505
|
* Permanently delete access token.
|
|
506
|
+
*
|
|
416
507
|
* This endpoint allows you to delete an access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to administrators of the organization only.
|
|
417
508
|
*
|
|
418
509
|
*/
|
|
419
510
|
static deleteToken(options) {
|
|
420
|
-
return (options
|
|
421
|
-
url: '/tokens/{token_id}',
|
|
422
|
-
...options
|
|
423
|
-
});
|
|
511
|
+
return (options.client ?? client).delete({ url: '/tokens/{token_id}', ...options });
|
|
424
512
|
}
|
|
425
513
|
/**
|
|
426
514
|
* Get access token information.
|
|
515
|
+
*
|
|
427
516
|
* This endpoint allows you to get access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
428
517
|
*
|
|
429
518
|
*/
|
|
430
519
|
static getToken(options) {
|
|
431
|
-
return (options
|
|
432
|
-
url: '/tokens/{token_id}',
|
|
433
|
-
...options
|
|
434
|
-
});
|
|
520
|
+
return (options.client ?? client).get({ url: '/tokens/{token_id}', ...options });
|
|
435
521
|
}
|
|
436
522
|
/**
|
|
437
523
|
* Update access token information.
|
|
524
|
+
*
|
|
438
525
|
* This endpoint allows you to update access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
|
|
439
526
|
*
|
|
440
527
|
* This endpoint is available to administrators of the organization only.
|
|
441
528
|
*
|
|
442
529
|
*/
|
|
443
530
|
static updateToken(options) {
|
|
444
|
-
return (options
|
|
531
|
+
return (options.client ?? client).put({
|
|
445
532
|
url: '/tokens/{token_id}',
|
|
446
533
|
...options,
|
|
447
534
|
headers: {
|
|
448
535
|
'Content-Type': 'application/json',
|
|
449
|
-
...options
|
|
536
|
+
...options.headers
|
|
450
537
|
}
|
|
451
538
|
});
|
|
452
539
|
}
|
|
453
540
|
/**
|
|
454
541
|
* Regenerate access token secret key.
|
|
542
|
+
*
|
|
455
543
|
* Generates a new access token secret. Old secret will not be valid anymore.
|
|
456
544
|
*/
|
|
457
545
|
static regenerateToken(options) {
|
|
458
|
-
return (options
|
|
459
|
-
url: '/tokens/{token_id}/secret',
|
|
460
|
-
...options
|
|
461
|
-
});
|
|
546
|
+
return (options.client ?? client).put({ url: '/tokens/{token_id}/secret', ...options });
|
|
462
547
|
}
|
|
463
548
|
}
|
|
464
549
|
export class UsersService {
|
|
@@ -466,101 +551,68 @@ export class UsersService {
|
|
|
466
551
|
* Get a list of organizations the user belongs to. Used during authentication process.
|
|
467
552
|
*/
|
|
468
553
|
static listUserOrganizations(options) {
|
|
469
|
-
return (options
|
|
470
|
-
url: '/users/organizations/{email}',
|
|
471
|
-
...options
|
|
472
|
-
});
|
|
554
|
+
return (options.client ?? client).get({ url: '/users/organizations/{email}', ...options });
|
|
473
555
|
}
|
|
474
556
|
/**
|
|
475
557
|
* List users in organization.
|
|
476
|
-
*
|
|
558
|
+
*
|
|
559
|
+
* Returns a list of user details and their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
477
560
|
*
|
|
478
561
|
* This endpoint is available to all users in the organization.
|
|
479
562
|
*
|
|
480
563
|
*/
|
|
481
564
|
static listUsers(options) {
|
|
482
|
-
return (options?.client ?? client).get({
|
|
483
|
-
url: '/users',
|
|
484
|
-
...options
|
|
485
|
-
});
|
|
565
|
+
return (options?.client ?? client).get({ url: '/users', ...options });
|
|
486
566
|
}
|
|
487
567
|
/**
|
|
488
568
|
* Create a new user.
|
|
489
|
-
*
|
|
569
|
+
*
|
|
570
|
+
* Create a new user in your Cloudfleet organization. Requires a valid invite code generated by the `invites create` command. The invite code is a unique string that can be used only once to create a new user. The invite code is generated by the `POST /invites` endpoint.
|
|
490
571
|
*
|
|
491
572
|
*/
|
|
492
573
|
static createUser(options) {
|
|
493
|
-
return (options
|
|
574
|
+
return (options.client ?? client).post({
|
|
494
575
|
url: '/users',
|
|
495
576
|
...options,
|
|
496
577
|
headers: {
|
|
497
578
|
'Content-Type': 'application/json',
|
|
498
|
-
...options
|
|
579
|
+
...options.headers
|
|
499
580
|
}
|
|
500
581
|
});
|
|
501
582
|
}
|
|
502
583
|
/**
|
|
503
584
|
* Delete user by id.
|
|
585
|
+
*
|
|
504
586
|
* Sets user status to `inactive`. Inactive users cannot log in and manage organization resources. This endpoint is available to administrators of the organization only.
|
|
505
587
|
*
|
|
506
588
|
*/
|
|
507
589
|
static deleteUser(options) {
|
|
508
|
-
return (options
|
|
509
|
-
url: '/users/{user_id}',
|
|
510
|
-
...options
|
|
511
|
-
});
|
|
590
|
+
return (options.client ?? client).delete({ url: '/users/{user_id}', ...options });
|
|
512
591
|
}
|
|
513
592
|
/**
|
|
514
593
|
* Get user profile information by id.
|
|
515
|
-
*
|
|
594
|
+
*
|
|
595
|
+
* Returns user details including their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
516
596
|
*
|
|
517
597
|
* This endpoint is available to all users in the organization.
|
|
518
598
|
*
|
|
519
599
|
*/
|
|
520
600
|
static getUser(options) {
|
|
521
|
-
return (options
|
|
522
|
-
url: '/users/{user_id}',
|
|
523
|
-
...options
|
|
524
|
-
});
|
|
601
|
+
return (options.client ?? client).get({ url: '/users/{user_id}', ...options });
|
|
525
602
|
}
|
|
526
603
|
/**
|
|
527
604
|
* Update user profile information.
|
|
605
|
+
*
|
|
528
606
|
* Update user profile information: email, first name, last name, role. This endpoint can be accessed by administrators and the user itself. Role and status can be changed by administrators only.
|
|
529
607
|
*
|
|
530
608
|
*/
|
|
531
609
|
static updateUser(options) {
|
|
532
|
-
return (options
|
|
610
|
+
return (options.client ?? client).put({
|
|
533
611
|
url: '/users/{user_id}',
|
|
534
612
|
...options,
|
|
535
613
|
headers: {
|
|
536
614
|
'Content-Type': 'application/json',
|
|
537
|
-
...options
|
|
538
|
-
}
|
|
539
|
-
});
|
|
540
|
-
}
|
|
541
|
-
/**
|
|
542
|
-
* Remove user from cluster.
|
|
543
|
-
* Removes user from the cluster. The user will no longer be able to access the cluster and all its resources. This endpoint is available to administrators of the organization only.
|
|
544
|
-
*
|
|
545
|
-
*/
|
|
546
|
-
static deleteClusterPermissions(options) {
|
|
547
|
-
return (options?.client ?? client).delete({
|
|
548
|
-
url: '/users/{user_id}/clusters/{cluster_id}',
|
|
549
|
-
...options
|
|
550
|
-
});
|
|
551
|
-
}
|
|
552
|
-
/**
|
|
553
|
-
* Add user to cluster and set permissions.
|
|
554
|
-
* Add user to the cluster and set / update access permissions. This endpoint is available to administrators of the organization only.
|
|
555
|
-
*
|
|
556
|
-
*/
|
|
557
|
-
static setClusterPermissions(options) {
|
|
558
|
-
return (options?.client ?? client).put({
|
|
559
|
-
url: '/users/{user_id}/clusters/{cluster_id}',
|
|
560
|
-
...options,
|
|
561
|
-
headers: {
|
|
562
|
-
'Content-Type': 'application/json',
|
|
563
|
-
...options?.headers
|
|
615
|
+
...options.headers
|
|
564
616
|
}
|
|
565
617
|
});
|
|
566
618
|
}
|