kb-cloud-client-typescript 2.3.0-alpha.155 → 2.3.0-alpha.157
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/adminapi/apis/environment-api.d.ts +56 -0
- package/dist/adminapi/apis/environment-api.d.ts.map +1 -1
- package/dist/adminapi/apis/environment-api.js +69 -0
- package/dist/adminapi/apis/environment-api.js.map +1 -1
- package/dist/adminapi/models/cluster-create.d.ts +13 -0
- package/dist/adminapi/models/cluster-create.d.ts.map +1 -1
- package/dist/adminapi/models/cluster.d.ts +13 -0
- package/dist/adminapi/models/cluster.d.ts.map +1 -1
- package/dist/adminapi/models/environment-create.d.ts +6 -0
- package/dist/adminapi/models/environment-create.d.ts.map +1 -1
- package/dist/adminapi/models/environment-update.d.ts +6 -0
- package/dist/adminapi/models/environment-update.d.ts.map +1 -1
- package/dist/adminapi/models/environment.d.ts +6 -0
- package/dist/adminapi/models/environment.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +8 -1
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +8 -1
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/koordinator-node-reservation.d.ts +71 -0
- package/dist/adminapi/models/koordinator-node-reservation.d.ts.map +1 -0
- package/dist/adminapi/models/{storage-config-log.d.ts → koordinator-node-reservation.js} +5 -14
- package/dist/adminapi/models/koordinator-node-reservation.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-allocate-policy.d.ts +22 -0
- package/dist/adminapi/models/koordinator-reservation-allocate-policy.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-allocate-policy.js +26 -0
- package/dist/adminapi/models/koordinator-reservation-allocate-policy.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-resource-class.d.ts +22 -0
- package/dist/adminapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-resource-class.js +26 -0
- package/dist/adminapi/models/koordinator-reservation-resource-class.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-resources.d.ts +31 -0
- package/dist/adminapi/models/koordinator-reservation-resources.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-resources.js +16 -0
- package/dist/adminapi/models/koordinator-reservation-resources.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-status.d.ts +50 -0
- package/dist/adminapi/models/koordinator-reservation-status.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-status.js +16 -0
- package/dist/adminapi/models/koordinator-reservation-status.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-summary-item.d.ts +51 -0
- package/dist/adminapi/models/koordinator-reservation-summary-item.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-summary-item.js +16 -0
- package/dist/adminapi/models/koordinator-reservation-summary-item.js.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-summary.d.ts +51 -0
- package/dist/adminapi/models/koordinator-reservation-summary.d.ts.map +1 -0
- package/dist/adminapi/models/koordinator-reservation-summary.js +16 -0
- package/dist/adminapi/models/koordinator-reservation-summary.js.map +1 -0
- package/dist/adminapi/models/node.d.ts +7 -0
- package/dist/adminapi/models/node.d.ts.map +1 -1
- package/dist/adminapi/models/parameter-prop.d.ts +6 -0
- package/dist/adminapi/models/parameter-prop.d.ts.map +1 -1
- package/dist/adminapi/models/scheduler-option.d.ts +37 -0
- package/dist/adminapi/models/scheduler-option.d.ts.map +1 -0
- package/dist/adminapi/models/{storage-config-log.js → scheduler-option.js} +1 -1
- package/dist/adminapi/models/scheduler-option.js.map +1 -0
- package/dist/adminapi/models/storage-config.d.ts +0 -7
- package/dist/adminapi/models/storage-config.d.ts.map +1 -1
- package/dist/internalapi/models/cluster.d.ts +13 -0
- package/dist/internalapi/models/cluster.d.ts.map +1 -1
- package/dist/internalapi/models/index.d.ts +1 -0
- package/dist/internalapi/models/index.d.ts.map +1 -1
- package/dist/internalapi/models/index.js +1 -0
- package/dist/internalapi/models/index.js.map +1 -1
- package/dist/internalapi/models/koordinator-reservation-resource-class.d.ts +22 -0
- package/dist/internalapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
- package/dist/internalapi/models/koordinator-reservation-resource-class.js +26 -0
- package/dist/internalapi/models/koordinator-reservation-resource-class.js.map +1 -0
- package/dist/openapi/apis/data-replication-api.d.ts +4 -4
- package/dist/openapi/apis/data-replication-api.d.ts.map +1 -1
- package/dist/openapi/models/cluster-create.d.ts +13 -0
- package/dist/openapi/models/cluster-create.d.ts.map +1 -1
- package/dist/openapi/models/cluster.d.ts +13 -0
- package/dist/openapi/models/cluster.d.ts.map +1 -1
- package/dist/openapi/models/index.d.ts +5 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +5 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/koordinator-node-reservation.d.ts +71 -0
- package/dist/openapi/models/koordinator-node-reservation.d.ts.map +1 -0
- package/dist/openapi/models/koordinator-node-reservation.js +16 -0
- package/dist/openapi/models/koordinator-node-reservation.js.map +1 -0
- package/dist/openapi/models/koordinator-reservation-allocate-policy.d.ts +22 -0
- package/dist/openapi/models/koordinator-reservation-allocate-policy.d.ts.map +1 -0
- package/dist/openapi/models/koordinator-reservation-allocate-policy.js +26 -0
- package/dist/openapi/models/koordinator-reservation-allocate-policy.js.map +1 -0
- package/dist/openapi/models/koordinator-reservation-resource-class.d.ts +22 -0
- package/dist/openapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
- package/dist/openapi/models/koordinator-reservation-resource-class.js +26 -0
- package/dist/openapi/models/koordinator-reservation-resource-class.js.map +1 -0
- package/dist/openapi/models/koordinator-reservation-resources.d.ts +31 -0
- package/dist/openapi/models/koordinator-reservation-resources.d.ts.map +1 -0
- package/dist/openapi/models/koordinator-reservation-resources.js +16 -0
- package/dist/openapi/models/koordinator-reservation-resources.js.map +1 -0
- package/dist/openapi/models/koordinator-reservation-status.d.ts +50 -0
- package/dist/openapi/models/koordinator-reservation-status.d.ts.map +1 -0
- package/dist/openapi/models/koordinator-reservation-status.js +16 -0
- package/dist/openapi/models/koordinator-reservation-status.js.map +1 -0
- package/dist/openapi/models/node.d.ts +7 -0
- package/dist/openapi/models/node.d.ts.map +1 -1
- package/dist/openapi/models/parameter-prop.d.ts +6 -0
- package/dist/openapi/models/parameter-prop.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +8 -1
- package/src/adminapi/apis/environment-api.ts +102 -0
- package/src/adminapi/models/cluster-create.ts +15 -0
- package/src/adminapi/models/cluster.ts +15 -0
- package/src/adminapi/models/environment-create.ts +6 -0
- package/src/adminapi/models/environment-update.ts +6 -0
- package/src/adminapi/models/environment.ts +6 -0
- package/src/adminapi/models/index.ts +8 -1
- package/src/adminapi/models/koordinator-node-reservation.ts +86 -0
- package/src/adminapi/models/koordinator-reservation-allocate-policy.ts +31 -0
- package/src/adminapi/models/{storage-config-log.ts → koordinator-reservation-resource-class.ts} +11 -10
- package/src/adminapi/models/koordinator-reservation-resources.ts +36 -0
- package/src/adminapi/models/koordinator-reservation-status.ts +57 -0
- package/src/adminapi/models/koordinator-reservation-summary-item.ts +62 -0
- package/src/adminapi/models/koordinator-reservation-summary.ts +60 -0
- package/src/adminapi/models/node.ts +9 -0
- package/src/adminapi/models/parameter-prop.ts +6 -0
- package/src/adminapi/models/scheduler-option.ts +42 -0
- package/src/adminapi/models/storage-config.ts +0 -9
- package/src/adminapi.yaml +167 -10
- package/src/internalapi/.openapi-generator/FILES +1 -0
- package/src/internalapi/models/cluster.ts +15 -0
- package/src/internalapi/models/index.ts +1 -0
- package/src/internalapi/models/koordinator-reservation-resource-class.ts +31 -0
- package/src/internalapi.yaml +13 -0
- package/src/openapi/.openapi-generator/FILES +5 -0
- package/src/openapi/apis/data-replication-api.ts +3 -3
- package/src/openapi/models/cluster-create.ts +15 -0
- package/src/openapi/models/cluster.ts +15 -0
- package/src/openapi/models/index.ts +5 -0
- package/src/openapi/models/koordinator-node-reservation.ts +86 -0
- package/src/openapi/models/koordinator-reservation-allocate-policy.ts +31 -0
- package/src/openapi/models/koordinator-reservation-resource-class.ts +31 -0
- package/src/openapi/models/koordinator-reservation-resources.ts +36 -0
- package/src/openapi/models/koordinator-reservation-status.ts +57 -0
- package/src/openapi/models/node.ts +9 -0
- package/src/openapi/models/parameter-prop.ts +6 -0
- package/src/openapi.yaml +83 -1
- package/dist/adminapi/models/storage-config-log.d.ts.map +0 -1
- package/dist/adminapi/models/storage-config-log.js.map +0 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const KoordinatorReservationResourceClass = {
|
|
24
|
+
database: 'database',
|
|
25
|
+
business: 'business'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type KoordinatorReservationResourceClass = typeof KoordinatorReservationResourceClass[keyof typeof KoordinatorReservationResourceClass];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Resource requests supported by KBE for Koordinator Reservations. Values are Kubernetes quantities and responses use Kubernetes canonical quantity strings.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface KoordinatorReservationResources
|
|
21
|
+
*/
|
|
22
|
+
export interface KoordinatorReservationResources {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof KoordinatorReservationResources
|
|
27
|
+
*/
|
|
28
|
+
'cpu'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof KoordinatorReservationResources
|
|
33
|
+
*/
|
|
34
|
+
'memory'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { KoordinatorReservationResources } from './koordinator-reservation-resources';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface KoordinatorReservationStatus
|
|
24
|
+
*/
|
|
25
|
+
export interface KoordinatorReservationStatus {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof KoordinatorReservationStatus
|
|
30
|
+
*/
|
|
31
|
+
'phase'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof KoordinatorReservationStatus
|
|
36
|
+
*/
|
|
37
|
+
'nodeName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {KoordinatorReservationResources}
|
|
41
|
+
* @memberof KoordinatorReservationStatus
|
|
42
|
+
*/
|
|
43
|
+
'allocatable'?: KoordinatorReservationResources;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {KoordinatorReservationResources}
|
|
47
|
+
* @memberof KoordinatorReservationStatus
|
|
48
|
+
*/
|
|
49
|
+
'allocated'?: KoordinatorReservationResources;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {KoordinatorReservationResources}
|
|
53
|
+
* @memberof KoordinatorReservationStatus
|
|
54
|
+
*/
|
|
55
|
+
'available'?: KoordinatorReservationResources;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { KoordinatorNodeReservation } from './koordinator-node-reservation';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { NodeStatus } from './node-status';
|
|
@@ -110,6 +113,12 @@ export interface Node {
|
|
|
110
113
|
* @memberof Node
|
|
111
114
|
*/
|
|
112
115
|
'managed'?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {Array<KoordinatorNodeReservation>}
|
|
119
|
+
* @memberof Node
|
|
120
|
+
*/
|
|
121
|
+
'koordinatorReservations'?: Array<KoordinatorNodeReservation>;
|
|
113
122
|
/**
|
|
114
123
|
*
|
|
115
124
|
* @type {NodeStatus}
|
|
@@ -80,5 +80,11 @@ export interface ParameterProp {
|
|
|
80
80
|
* @memberof ParameterProp
|
|
81
81
|
*/
|
|
82
82
|
'enum'?: Array<any>;
|
|
83
|
+
/**
|
|
84
|
+
* The unit of the parameter value (e.g., seconds, bytes, ms, percentage)
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ParameterProp
|
|
87
|
+
*/
|
|
88
|
+
'unit'?: string;
|
|
83
89
|
}
|
|
84
90
|
|
package/src/openapi.yaml
CHANGED
|
@@ -17193,7 +17193,9 @@ paths:
|
|
|
17193
17193
|
content:
|
|
17194
17194
|
application/json:
|
|
17195
17195
|
schema:
|
|
17196
|
-
|
|
17196
|
+
type: array
|
|
17197
|
+
items:
|
|
17198
|
+
$ref: '#/components/schemas/dataReplicationChannelContainer'
|
|
17197
17199
|
description: A list of data channel module containers.
|
|
17198
17200
|
'401':
|
|
17199
17201
|
$ref: '#/components/responses/401'
|
|
@@ -20635,6 +20637,11 @@ components:
|
|
|
20635
20637
|
* `HardAntiAffinity` - Strictly enforce pod anti-affinity across nodes. Pods will not be scheduled when the anti-affinity constraints cannot be satisfied.
|
|
20636
20638
|
* `SoftAntiAffinity` - Prefer to spread pods across nodes using anti-affinity, but allow scheduling on the same node when constraints cannot be fully satisfied.
|
|
20637
20639
|
* `Disabled` - Do not apply pod anti-affinity constraints on nodes.
|
|
20640
|
+
koordinatorReservationResourceClass:
|
|
20641
|
+
type: string
|
|
20642
|
+
enum:
|
|
20643
|
+
- database
|
|
20644
|
+
- business
|
|
20638
20645
|
clusterCreate:
|
|
20639
20646
|
required:
|
|
20640
20647
|
- engine
|
|
@@ -20734,6 +20741,14 @@ components:
|
|
|
20734
20741
|
schedulingPolicy:
|
|
20735
20742
|
description: Scheduling policy for this cluster.
|
|
20736
20743
|
$ref: '#/components/schemas/schedulingPolicyType'
|
|
20744
|
+
schedulerName:
|
|
20745
|
+
title: Scheduler Name
|
|
20746
|
+
type: string
|
|
20747
|
+
nullable: true
|
|
20748
|
+
description: Scheduler used by this cluster. If omitted, KBE uses the environment default. When koordinatorEnabled is true for the target environment, the environment default is the globally configured Koordinator scheduler.
|
|
20749
|
+
reservationResourceClass:
|
|
20750
|
+
nullable: true
|
|
20751
|
+
$ref: '#/components/schemas/koordinatorReservationResourceClass'
|
|
20737
20752
|
description: KubeBlocks cluster information
|
|
20738
20753
|
componentItem:
|
|
20739
20754
|
type: object
|
|
@@ -20961,6 +20976,14 @@ components:
|
|
|
20961
20976
|
schedulingPolicy:
|
|
20962
20977
|
description: Scheduling policy for this cluster.
|
|
20963
20978
|
$ref: '#/components/schemas/schedulingPolicyType'
|
|
20979
|
+
schedulerName:
|
|
20980
|
+
title: Scheduler Name
|
|
20981
|
+
type: string
|
|
20982
|
+
nullable: true
|
|
20983
|
+
description: Effective scheduler used when the cluster was created.
|
|
20984
|
+
reservationResourceClass:
|
|
20985
|
+
nullable: true
|
|
20986
|
+
$ref: '#/components/schemas/koordinatorReservationResourceClass'
|
|
20964
20987
|
description: KubeBlocks cluster details
|
|
20965
20988
|
clusterBatchUpdateData:
|
|
20966
20989
|
type: object
|
|
@@ -21999,6 +22022,58 @@ components:
|
|
|
21999
22022
|
schedule:
|
|
22000
22023
|
$ref: '#/components/schemas/taskSchedule'
|
|
22001
22024
|
type: object
|
|
22025
|
+
koordinatorReservationResources:
|
|
22026
|
+
type: object
|
|
22027
|
+
additionalProperties: false
|
|
22028
|
+
description: Resource requests supported by KBE for Koordinator Reservations. Values are Kubernetes quantities and responses use Kubernetes canonical quantity strings.
|
|
22029
|
+
properties:
|
|
22030
|
+
cpu:
|
|
22031
|
+
type: string
|
|
22032
|
+
memory:
|
|
22033
|
+
type: string
|
|
22034
|
+
koordinatorReservationAllocatePolicy:
|
|
22035
|
+
type: string
|
|
22036
|
+
enum:
|
|
22037
|
+
- Restricted
|
|
22038
|
+
- Aligned
|
|
22039
|
+
koordinatorReservationStatus:
|
|
22040
|
+
type: object
|
|
22041
|
+
properties:
|
|
22042
|
+
phase:
|
|
22043
|
+
type: string
|
|
22044
|
+
nodeName:
|
|
22045
|
+
type: string
|
|
22046
|
+
allocatable:
|
|
22047
|
+
$ref: '#/components/schemas/koordinatorReservationResources'
|
|
22048
|
+
allocated:
|
|
22049
|
+
$ref: '#/components/schemas/koordinatorReservationResources'
|
|
22050
|
+
available:
|
|
22051
|
+
$ref: '#/components/schemas/koordinatorReservationResources'
|
|
22052
|
+
koordinatorNodeReservation:
|
|
22053
|
+
type: object
|
|
22054
|
+
required:
|
|
22055
|
+
- resourceClass
|
|
22056
|
+
- resources
|
|
22057
|
+
properties:
|
|
22058
|
+
resourceClass:
|
|
22059
|
+
$ref: '#/components/schemas/koordinatorReservationResourceClass'
|
|
22060
|
+
reservationName:
|
|
22061
|
+
type: string
|
|
22062
|
+
readOnly: true
|
|
22063
|
+
resources:
|
|
22064
|
+
$ref: '#/components/schemas/koordinatorReservationResources'
|
|
22065
|
+
ttl:
|
|
22066
|
+
type: string
|
|
22067
|
+
default: 24h
|
|
22068
|
+
description: Kubernetes duration string. Koordinator defaults omitted ttl to 24h.
|
|
22069
|
+
allocateOnce:
|
|
22070
|
+
type: boolean
|
|
22071
|
+
preAllocation:
|
|
22072
|
+
type: boolean
|
|
22073
|
+
allocatePolicy:
|
|
22074
|
+
$ref: '#/components/schemas/koordinatorReservationAllocatePolicy'
|
|
22075
|
+
status:
|
|
22076
|
+
$ref: '#/components/schemas/koordinatorReservationStatus'
|
|
22002
22077
|
nodeStatus:
|
|
22003
22078
|
type: string
|
|
22004
22079
|
description: Status of the node
|
|
@@ -22057,6 +22132,10 @@ components:
|
|
|
22057
22132
|
managed:
|
|
22058
22133
|
description: Whether the node is managed (has data-plane or control-plane label)
|
|
22059
22134
|
type: boolean
|
|
22135
|
+
koordinatorReservations:
|
|
22136
|
+
type: array
|
|
22137
|
+
items:
|
|
22138
|
+
$ref: '#/components/schemas/koordinatorNodeReservation'
|
|
22060
22139
|
status:
|
|
22061
22140
|
$ref: '#/components/schemas/nodeStatus'
|
|
22062
22141
|
description: Node status
|
|
@@ -24505,6 +24584,9 @@ components:
|
|
|
24505
24584
|
description: The value options of the parameter
|
|
24506
24585
|
type: array
|
|
24507
24586
|
items: {}
|
|
24587
|
+
unit:
|
|
24588
|
+
description: The unit of the parameter value (e.g., seconds, bytes, ms, percentage)
|
|
24589
|
+
type: string
|
|
24508
24590
|
parameterItem:
|
|
24509
24591
|
type: object
|
|
24510
24592
|
description: With the list of parameter properties and the configuration file name
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage-config-log.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/storage-config-log.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage-config-log.js","sourceRoot":"","sources":["../../../src/adminapi/models/storage-config-log.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|