kb-cloud-client-typescript 2.3.0-alpha.223 → 2.3.0-alpha.225
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/models/cluster-update.d.ts +7 -0
- package/dist/adminapi/models/cluster-update.d.ts.map +1 -1
- package/dist/internalapi/models/cluster-update.d.ts +7 -0
- package/dist/internalapi/models/cluster-update.d.ts.map +1 -1
- package/dist/openapi/models/cluster-update.d.ts +7 -0
- package/dist/openapi/models/cluster-update.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/models/cluster-update.ts +9 -0
- package/src/adminapi.yaml +8 -0
- package/src/internalapi/models/cluster-update.ts +9 -0
- package/src/internalapi.yaml +8 -0
- package/src/openapi/models/cluster-update.ts +9 -0
- package/src/openapi.yaml +8 -0
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
13
13
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
14
|
+
import type { ServiceRef } from './service-ref';
|
|
14
15
|
/**
|
|
15
16
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
16
17
|
* @export
|
|
@@ -35,5 +36,11 @@ export interface ClusterUpdate {
|
|
|
35
36
|
* @memberof ClusterUpdate
|
|
36
37
|
*/
|
|
37
38
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
39
|
+
/**
|
|
40
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
41
|
+
* @type {Array<ServiceRef>}
|
|
42
|
+
* @memberof ClusterUpdate
|
|
43
|
+
*/
|
|
44
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
38
45
|
}
|
|
39
46
|
//# sourceMappingURL=cluster-update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAG7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,uBAAuB,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CACxC"}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
13
13
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
14
|
+
import type { ServiceRef } from './service-ref';
|
|
14
15
|
/**
|
|
15
16
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
16
17
|
* @export
|
|
@@ -35,5 +36,11 @@ export interface ClusterUpdate {
|
|
|
35
36
|
* @memberof ClusterUpdate
|
|
36
37
|
*/
|
|
37
38
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
39
|
+
/**
|
|
40
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
41
|
+
* @type {Array<ServiceRef>}
|
|
42
|
+
* @memberof ClusterUpdate
|
|
43
|
+
*/
|
|
44
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
38
45
|
}
|
|
39
46
|
//# sourceMappingURL=cluster-update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/internalapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/internalapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAG7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,uBAAuB,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CACxC"}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
13
13
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
14
|
+
import type { ServiceRef } from './service-ref';
|
|
14
15
|
/**
|
|
15
16
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
16
17
|
* @export
|
|
@@ -35,5 +36,11 @@ export interface ClusterUpdate {
|
|
|
35
36
|
* @memberof ClusterUpdate
|
|
36
37
|
*/
|
|
37
38
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
39
|
+
/**
|
|
40
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
41
|
+
* @type {Array<ServiceRef>}
|
|
42
|
+
* @memberof ClusterUpdate
|
|
43
|
+
*/
|
|
44
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
38
45
|
}
|
|
39
46
|
//# sourceMappingURL=cluster-update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster-update.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/cluster-update.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAG7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,uBAAuB,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CACxC"}
|
package/package.json
CHANGED
|
@@ -19,6 +19,9 @@ import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { ServiceRef } from './service-ref';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
@@ -44,6 +47,12 @@ export interface ClusterUpdate {
|
|
|
44
47
|
* @memberof ClusterUpdate
|
|
45
48
|
*/
|
|
46
49
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
50
|
+
/**
|
|
51
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
52
|
+
* @type {Array<ServiceRef>}
|
|
53
|
+
* @memberof ClusterUpdate
|
|
54
|
+
*/
|
|
55
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
47
56
|
}
|
|
48
57
|
|
|
49
58
|
|
package/src/adminapi.yaml
CHANGED
|
@@ -26280,6 +26280,14 @@ components:
|
|
|
26280
26280
|
nullable: true
|
|
26281
26281
|
maintainceWindow:
|
|
26282
26282
|
$ref: '#/components/schemas/clusterMaintainceWindow'
|
|
26283
|
+
newServiceRefs:
|
|
26284
|
+
type: array
|
|
26285
|
+
description: |
|
|
26286
|
+
ServiceRefs to add to the cluster. Each serviceRef must be supported
|
|
26287
|
+
by the current engine mode and must not duplicate the existing
|
|
26288
|
+
serviceRefs of the cluster.
|
|
26289
|
+
items:
|
|
26290
|
+
$ref: '#/components/schemas/serviceRef'
|
|
26283
26291
|
description: ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
26284
26292
|
instanceStorageItem:
|
|
26285
26293
|
description: Instance storage information
|
|
@@ -19,6 +19,9 @@ import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { ServiceRef } from './service-ref';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
@@ -44,6 +47,12 @@ export interface ClusterUpdate {
|
|
|
44
47
|
* @memberof ClusterUpdate
|
|
45
48
|
*/
|
|
46
49
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
50
|
+
/**
|
|
51
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
52
|
+
* @type {Array<ServiceRef>}
|
|
53
|
+
* @memberof ClusterUpdate
|
|
54
|
+
*/
|
|
55
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
47
56
|
}
|
|
48
57
|
|
|
49
58
|
|
package/src/internalapi.yaml
CHANGED
|
@@ -1951,6 +1951,14 @@ components:
|
|
|
1951
1951
|
nullable: true
|
|
1952
1952
|
maintainceWindow:
|
|
1953
1953
|
$ref: '#/components/schemas/clusterMaintainceWindow'
|
|
1954
|
+
newServiceRefs:
|
|
1955
|
+
type: array
|
|
1956
|
+
description: |
|
|
1957
|
+
ServiceRefs to add to the cluster. Each serviceRef must be supported
|
|
1958
|
+
by the current engine mode and must not duplicate the existing
|
|
1959
|
+
serviceRefs of the cluster.
|
|
1960
|
+
items:
|
|
1961
|
+
$ref: '#/components/schemas/serviceRef'
|
|
1954
1962
|
description: ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
1955
1963
|
endpointType:
|
|
1956
1964
|
description: Type of endpoint
|
|
@@ -19,6 +19,9 @@ import type { ClusterMaintainceWindow } from './cluster-maintaince-window';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { ClusterTerminationPolicy } from './cluster-termination-policy';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { ServiceRef } from './service-ref';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
@@ -44,6 +47,12 @@ export interface ClusterUpdate {
|
|
|
44
47
|
* @memberof ClusterUpdate
|
|
45
48
|
*/
|
|
46
49
|
'maintainceWindow'?: ClusterMaintainceWindow;
|
|
50
|
+
/**
|
|
51
|
+
* ServiceRefs to add to the cluster. Each serviceRef must be supported by the current engine mode and must not duplicate the existing serviceRefs of the cluster.
|
|
52
|
+
* @type {Array<ServiceRef>}
|
|
53
|
+
* @memberof ClusterUpdate
|
|
54
|
+
*/
|
|
55
|
+
'newServiceRefs'?: Array<ServiceRef>;
|
|
47
56
|
}
|
|
48
57
|
|
|
49
58
|
|
package/src/openapi.yaml
CHANGED
|
@@ -22742,6 +22742,14 @@ components:
|
|
|
22742
22742
|
nullable: true
|
|
22743
22743
|
maintainceWindow:
|
|
22744
22744
|
$ref: '#/components/schemas/clusterMaintainceWindow'
|
|
22745
|
+
newServiceRefs:
|
|
22746
|
+
type: array
|
|
22747
|
+
description: |
|
|
22748
|
+
ServiceRefs to add to the cluster. Each serviceRef must be supported
|
|
22749
|
+
by the current engine mode and must not duplicate the existing
|
|
22750
|
+
serviceRefs of the cluster.
|
|
22751
|
+
items:
|
|
22752
|
+
$ref: '#/components/schemas/serviceRef'
|
|
22745
22753
|
description: ClusterUpdate is the payload to update a KubeBlocks cluster
|
|
22746
22754
|
instanceStorageItem:
|
|
22747
22755
|
description: Instance storage information
|