kb-cloud-client-typescript 2.3.0-alpha.155 → 2.3.0-alpha.156

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.
Files changed (132) hide show
  1. package/dist/adminapi/apis/environment-api.d.ts +56 -0
  2. package/dist/adminapi/apis/environment-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/environment-api.js +69 -0
  4. package/dist/adminapi/apis/environment-api.js.map +1 -1
  5. package/dist/adminapi/models/cluster-create.d.ts +13 -0
  6. package/dist/adminapi/models/cluster-create.d.ts.map +1 -1
  7. package/dist/adminapi/models/cluster.d.ts +13 -0
  8. package/dist/adminapi/models/cluster.d.ts.map +1 -1
  9. package/dist/adminapi/models/environment-create.d.ts +6 -0
  10. package/dist/adminapi/models/environment-create.d.ts.map +1 -1
  11. package/dist/adminapi/models/environment-update.d.ts +6 -0
  12. package/dist/adminapi/models/environment-update.d.ts.map +1 -1
  13. package/dist/adminapi/models/environment.d.ts +6 -0
  14. package/dist/adminapi/models/environment.d.ts.map +1 -1
  15. package/dist/adminapi/models/index.d.ts +8 -1
  16. package/dist/adminapi/models/index.d.ts.map +1 -1
  17. package/dist/adminapi/models/index.js +8 -1
  18. package/dist/adminapi/models/index.js.map +1 -1
  19. package/dist/adminapi/models/koordinator-node-reservation.d.ts +71 -0
  20. package/dist/adminapi/models/koordinator-node-reservation.d.ts.map +1 -0
  21. package/dist/adminapi/models/{storage-config-log.d.ts → koordinator-node-reservation.js} +5 -14
  22. package/dist/adminapi/models/koordinator-node-reservation.js.map +1 -0
  23. package/dist/adminapi/models/koordinator-reservation-allocate-policy.d.ts +22 -0
  24. package/dist/adminapi/models/koordinator-reservation-allocate-policy.d.ts.map +1 -0
  25. package/dist/adminapi/models/koordinator-reservation-allocate-policy.js +26 -0
  26. package/dist/adminapi/models/koordinator-reservation-allocate-policy.js.map +1 -0
  27. package/dist/adminapi/models/koordinator-reservation-resource-class.d.ts +22 -0
  28. package/dist/adminapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
  29. package/dist/adminapi/models/koordinator-reservation-resource-class.js +26 -0
  30. package/dist/adminapi/models/koordinator-reservation-resource-class.js.map +1 -0
  31. package/dist/adminapi/models/koordinator-reservation-resources.d.ts +31 -0
  32. package/dist/adminapi/models/koordinator-reservation-resources.d.ts.map +1 -0
  33. package/dist/adminapi/models/koordinator-reservation-resources.js +16 -0
  34. package/dist/adminapi/models/koordinator-reservation-resources.js.map +1 -0
  35. package/dist/adminapi/models/koordinator-reservation-status.d.ts +50 -0
  36. package/dist/adminapi/models/koordinator-reservation-status.d.ts.map +1 -0
  37. package/dist/adminapi/models/koordinator-reservation-status.js +16 -0
  38. package/dist/adminapi/models/koordinator-reservation-status.js.map +1 -0
  39. package/dist/adminapi/models/koordinator-reservation-summary-item.d.ts +51 -0
  40. package/dist/adminapi/models/koordinator-reservation-summary-item.d.ts.map +1 -0
  41. package/dist/adminapi/models/koordinator-reservation-summary-item.js +16 -0
  42. package/dist/adminapi/models/koordinator-reservation-summary-item.js.map +1 -0
  43. package/dist/adminapi/models/koordinator-reservation-summary.d.ts +51 -0
  44. package/dist/adminapi/models/koordinator-reservation-summary.d.ts.map +1 -0
  45. package/dist/adminapi/models/koordinator-reservation-summary.js +16 -0
  46. package/dist/adminapi/models/koordinator-reservation-summary.js.map +1 -0
  47. package/dist/adminapi/models/node.d.ts +7 -0
  48. package/dist/adminapi/models/node.d.ts.map +1 -1
  49. package/dist/adminapi/models/scheduler-option.d.ts +37 -0
  50. package/dist/adminapi/models/scheduler-option.d.ts.map +1 -0
  51. package/dist/adminapi/models/{storage-config-log.js → scheduler-option.js} +1 -1
  52. package/dist/adminapi/models/scheduler-option.js.map +1 -0
  53. package/dist/adminapi/models/storage-config.d.ts +0 -7
  54. package/dist/adminapi/models/storage-config.d.ts.map +1 -1
  55. package/dist/internalapi/models/cluster.d.ts +13 -0
  56. package/dist/internalapi/models/cluster.d.ts.map +1 -1
  57. package/dist/internalapi/models/index.d.ts +1 -0
  58. package/dist/internalapi/models/index.d.ts.map +1 -1
  59. package/dist/internalapi/models/index.js +1 -0
  60. package/dist/internalapi/models/index.js.map +1 -1
  61. package/dist/internalapi/models/koordinator-reservation-resource-class.d.ts +22 -0
  62. package/dist/internalapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
  63. package/dist/internalapi/models/koordinator-reservation-resource-class.js +26 -0
  64. package/dist/internalapi/models/koordinator-reservation-resource-class.js.map +1 -0
  65. package/dist/openapi/models/cluster-create.d.ts +13 -0
  66. package/dist/openapi/models/cluster-create.d.ts.map +1 -1
  67. package/dist/openapi/models/cluster.d.ts +13 -0
  68. package/dist/openapi/models/cluster.d.ts.map +1 -1
  69. package/dist/openapi/models/index.d.ts +5 -0
  70. package/dist/openapi/models/index.d.ts.map +1 -1
  71. package/dist/openapi/models/index.js +5 -0
  72. package/dist/openapi/models/index.js.map +1 -1
  73. package/dist/openapi/models/koordinator-node-reservation.d.ts +71 -0
  74. package/dist/openapi/models/koordinator-node-reservation.d.ts.map +1 -0
  75. package/dist/openapi/models/koordinator-node-reservation.js +16 -0
  76. package/dist/openapi/models/koordinator-node-reservation.js.map +1 -0
  77. package/dist/openapi/models/koordinator-reservation-allocate-policy.d.ts +22 -0
  78. package/dist/openapi/models/koordinator-reservation-allocate-policy.d.ts.map +1 -0
  79. package/dist/openapi/models/koordinator-reservation-allocate-policy.js +26 -0
  80. package/dist/openapi/models/koordinator-reservation-allocate-policy.js.map +1 -0
  81. package/dist/openapi/models/koordinator-reservation-resource-class.d.ts +22 -0
  82. package/dist/openapi/models/koordinator-reservation-resource-class.d.ts.map +1 -0
  83. package/dist/openapi/models/koordinator-reservation-resource-class.js +26 -0
  84. package/dist/openapi/models/koordinator-reservation-resource-class.js.map +1 -0
  85. package/dist/openapi/models/koordinator-reservation-resources.d.ts +31 -0
  86. package/dist/openapi/models/koordinator-reservation-resources.d.ts.map +1 -0
  87. package/dist/openapi/models/koordinator-reservation-resources.js +16 -0
  88. package/dist/openapi/models/koordinator-reservation-resources.js.map +1 -0
  89. package/dist/openapi/models/koordinator-reservation-status.d.ts +50 -0
  90. package/dist/openapi/models/koordinator-reservation-status.d.ts.map +1 -0
  91. package/dist/openapi/models/koordinator-reservation-status.js +16 -0
  92. package/dist/openapi/models/koordinator-reservation-status.js.map +1 -0
  93. package/dist/openapi/models/node.d.ts +7 -0
  94. package/dist/openapi/models/node.d.ts.map +1 -1
  95. package/package.json +1 -1
  96. package/src/adminapi/.openapi-generator/FILES +8 -1
  97. package/src/adminapi/apis/environment-api.ts +102 -0
  98. package/src/adminapi/models/cluster-create.ts +15 -0
  99. package/src/adminapi/models/cluster.ts +15 -0
  100. package/src/adminapi/models/environment-create.ts +6 -0
  101. package/src/adminapi/models/environment-update.ts +6 -0
  102. package/src/adminapi/models/environment.ts +6 -0
  103. package/src/adminapi/models/index.ts +8 -1
  104. package/src/adminapi/models/koordinator-node-reservation.ts +86 -0
  105. package/src/adminapi/models/koordinator-reservation-allocate-policy.ts +31 -0
  106. package/src/adminapi/models/{storage-config-log.ts → koordinator-reservation-resource-class.ts} +11 -10
  107. package/src/adminapi/models/koordinator-reservation-resources.ts +36 -0
  108. package/src/adminapi/models/koordinator-reservation-status.ts +57 -0
  109. package/src/adminapi/models/koordinator-reservation-summary-item.ts +62 -0
  110. package/src/adminapi/models/koordinator-reservation-summary.ts +60 -0
  111. package/src/adminapi/models/node.ts +9 -0
  112. package/src/adminapi/models/scheduler-option.ts +42 -0
  113. package/src/adminapi/models/storage-config.ts +0 -9
  114. package/src/adminapi.yaml +164 -10
  115. package/src/internalapi/.openapi-generator/FILES +1 -0
  116. package/src/internalapi/models/cluster.ts +15 -0
  117. package/src/internalapi/models/index.ts +1 -0
  118. package/src/internalapi/models/koordinator-reservation-resource-class.ts +31 -0
  119. package/src/internalapi.yaml +13 -0
  120. package/src/openapi/.openapi-generator/FILES +5 -0
  121. package/src/openapi/models/cluster-create.ts +15 -0
  122. package/src/openapi/models/cluster.ts +15 -0
  123. package/src/openapi/models/index.ts +5 -0
  124. package/src/openapi/models/koordinator-node-reservation.ts +86 -0
  125. package/src/openapi/models/koordinator-reservation-allocate-policy.ts +31 -0
  126. package/src/openapi/models/koordinator-reservation-resource-class.ts +31 -0
  127. package/src/openapi/models/koordinator-reservation-resources.ts +36 -0
  128. package/src/openapi/models/koordinator-reservation-status.ts +57 -0
  129. package/src/openapi/models/node.ts +9 -0
  130. package/src/openapi.yaml +77 -0
  131. package/dist/adminapi/models/storage-config-log.d.ts.map +0 -1
  132. package/dist/adminapi/models/storage-config-log.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/openapi/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/openapi/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * KubeBlocks Cloud API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { KoordinatorReservationAllocatePolicy } from './koordinator-reservation-allocate-policy';
13
+ import type { KoordinatorReservationResourceClass } from './koordinator-reservation-resource-class';
14
+ import type { KoordinatorReservationResources } from './koordinator-reservation-resources';
15
+ import type { KoordinatorReservationStatus } from './koordinator-reservation-status';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface KoordinatorNodeReservation
20
+ */
21
+ export interface KoordinatorNodeReservation {
22
+ /**
23
+ *
24
+ * @type {KoordinatorReservationResourceClass}
25
+ * @memberof KoordinatorNodeReservation
26
+ */
27
+ 'resourceClass': KoordinatorReservationResourceClass;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof KoordinatorNodeReservation
32
+ */
33
+ 'reservationName'?: string;
34
+ /**
35
+ *
36
+ * @type {KoordinatorReservationResources}
37
+ * @memberof KoordinatorNodeReservation
38
+ */
39
+ 'resources': KoordinatorReservationResources;
40
+ /**
41
+ * Kubernetes duration string. Koordinator defaults omitted ttl to 24h.
42
+ * @type {string}
43
+ * @memberof KoordinatorNodeReservation
44
+ */
45
+ 'ttl'?: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof KoordinatorNodeReservation
50
+ */
51
+ 'allocateOnce'?: boolean;
52
+ /**
53
+ *
54
+ * @type {boolean}
55
+ * @memberof KoordinatorNodeReservation
56
+ */
57
+ 'preAllocation'?: boolean;
58
+ /**
59
+ *
60
+ * @type {KoordinatorReservationAllocatePolicy}
61
+ * @memberof KoordinatorNodeReservation
62
+ */
63
+ 'allocatePolicy'?: KoordinatorReservationAllocatePolicy;
64
+ /**
65
+ *
66
+ * @type {KoordinatorReservationStatus}
67
+ * @memberof KoordinatorNodeReservation
68
+ */
69
+ 'status'?: KoordinatorReservationStatus;
70
+ }
71
+ //# sourceMappingURL=koordinator-node-reservation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-node-reservation.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-node-reservation.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AAGtG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAGpG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAG3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAErF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,eAAe,EAAE,mCAAmC,CAAC;IACrD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,WAAW,EAAE,+BAA+B,CAAC;IAC7C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,oCAAoC,CAAC;IACxD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,4BAA4B,CAAC;CAC3C"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=koordinator-node-reservation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-node-reservation.js","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-node-reservation.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * KubeBlocks Cloud API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const KoordinatorReservationAllocatePolicy: {
18
+ readonly Restricted: "Restricted";
19
+ readonly Aligned: "Aligned";
20
+ };
21
+ export type KoordinatorReservationAllocatePolicy = typeof KoordinatorReservationAllocatePolicy[keyof typeof KoordinatorReservationAllocatePolicy];
22
+ //# sourceMappingURL=koordinator-reservation-allocate-policy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-allocate-policy.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-allocate-policy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AAEX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.KoordinatorReservationAllocatePolicy = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.KoordinatorReservationAllocatePolicy = {
23
+ Restricted: 'Restricted',
24
+ Aligned: 'Aligned'
25
+ };
26
+ //# sourceMappingURL=koordinator-reservation-allocate-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-allocate-policy.js","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-allocate-policy.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,oCAAoC,GAAG;IAChD,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;CACZ,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * KubeBlocks Cloud API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const KoordinatorReservationResourceClass: {
18
+ readonly database: "database";
19
+ readonly business: "business";
20
+ };
21
+ export type KoordinatorReservationResourceClass = typeof KoordinatorReservationResourceClass[keyof typeof KoordinatorReservationResourceClass];
22
+ //# sourceMappingURL=koordinator-reservation-resource-class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-resource-class.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-resource-class.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,mCAAmC;;;CAGtC,CAAC;AAEX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.KoordinatorReservationResourceClass = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.KoordinatorReservationResourceClass = {
23
+ database: 'database',
24
+ business: 'business'
25
+ };
26
+ //# sourceMappingURL=koordinator-reservation-resource-class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-resource-class.js","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-resource-class.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,mCAAmC,GAAG;IAC/C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * KubeBlocks Cloud API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Resource requests supported by KBE for Koordinator Reservations. Values are Kubernetes quantities and responses use Kubernetes canonical quantity strings.
14
+ * @export
15
+ * @interface KoordinatorReservationResources
16
+ */
17
+ export interface KoordinatorReservationResources {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof KoordinatorReservationResources
22
+ */
23
+ 'cpu'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof KoordinatorReservationResources
28
+ */
29
+ 'memory'?: string;
30
+ }
31
+ //# sourceMappingURL=koordinator-reservation-resources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-resources.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-resources.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=koordinator-reservation-resources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-resources.js","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-resources.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * KubeBlocks Cloud API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { KoordinatorReservationResources } from './koordinator-reservation-resources';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface KoordinatorReservationStatus
17
+ */
18
+ export interface KoordinatorReservationStatus {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof KoordinatorReservationStatus
23
+ */
24
+ 'phase'?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof KoordinatorReservationStatus
29
+ */
30
+ 'nodeName'?: string;
31
+ /**
32
+ *
33
+ * @type {KoordinatorReservationResources}
34
+ * @memberof KoordinatorReservationStatus
35
+ */
36
+ 'allocatable'?: KoordinatorReservationResources;
37
+ /**
38
+ *
39
+ * @type {KoordinatorReservationResources}
40
+ * @memberof KoordinatorReservationStatus
41
+ */
42
+ 'allocated'?: KoordinatorReservationResources;
43
+ /**
44
+ *
45
+ * @type {KoordinatorReservationResources}
46
+ * @memberof KoordinatorReservationStatus
47
+ */
48
+ 'available'?: KoordinatorReservationResources;
49
+ }
50
+ //# sourceMappingURL=koordinator-reservation-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-status.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAE3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,+BAA+B,CAAC;IAChD;;;;OAIG;IACH,WAAW,CAAC,EAAE,+BAA+B,CAAC;IAC9C;;;;OAIG;IACH,WAAW,CAAC,EAAE,+BAA+B,CAAC;CACjD"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=koordinator-reservation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"koordinator-reservation-status.js","sourceRoot":"","sources":["../../../src/openapi/models/koordinator-reservation-status.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { KoordinatorNodeReservation } from './koordinator-node-reservation';
12
13
  import type { NodeStatus } from './node-status';
13
14
  import type { ResourceStats } from './resource-stats';
14
15
  /**
@@ -101,6 +102,12 @@ export interface Node {
101
102
  * @memberof Node
102
103
  */
103
104
  'managed'?: boolean;
105
+ /**
106
+ *
107
+ * @type {Array<KoordinatorNodeReservation>}
108
+ * @memberof Node
109
+ */
110
+ 'koordinatorReservations'?: Array<KoordinatorNodeReservation>;
104
111
  /**
105
112
  *
106
113
  * @type {NodeStatus}
@@ -1 +1 @@
1
- {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,UAAU,CAAC;CACxB"}
1
+ {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAGjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAC9D;;;;OAIG;IACH,QAAQ,EAAE,UAAU,CAAC;CACxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.155",
3
+ "version": "2.3.0-alpha.156",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -559,6 +559,13 @@ models/ip-whitelist-list.ts
559
559
  models/ip-whitelist.ts
560
560
  models/key-list.ts
561
561
  models/key.ts
562
+ models/koordinator-node-reservation.ts
563
+ models/koordinator-reservation-allocate-policy.ts
564
+ models/koordinator-reservation-resource-class.ts
565
+ models/koordinator-reservation-resources.ts
566
+ models/koordinator-reservation-status.ts
567
+ models/koordinator-reservation-summary-item.ts
568
+ models/koordinator-reservation-summary.ts
562
569
  models/kubeconfig.ts
563
570
  models/license-option.ts
564
571
  models/license-request.ts
@@ -858,6 +865,7 @@ models/role-create.ts
858
865
  models/role-list.ts
859
866
  models/role-update.ts
860
867
  models/role.ts
868
+ models/scheduler-option.ts
861
869
  models/scheduling-config.ts
862
870
  models/scheduling-policy-type.ts
863
871
  models/select-module-mode.ts
@@ -897,7 +905,6 @@ models/storage-class-reclaim-policy.ts
897
905
  models/storage-class-update.ts
898
906
  models/storage-class-volume-binding-mode.ts
899
907
  models/storage-config-backup.ts
900
- models/storage-config-log.ts
901
908
  models/storage-config.ts
902
909
  models/storage-create.ts
903
910
  models/storage-display-name.ts
@@ -70,6 +70,8 @@ import type { EnvironmentUpdate } from '../models';
70
70
  // @ts-ignore
71
71
  import type { HttpBody } from '../models';
72
72
  // @ts-ignore
73
+ import type { KoordinatorReservationSummary } from '../models';
74
+ // @ts-ignore
73
75
  import type { Kubeconfig } from '../models';
74
76
  // @ts-ignore
75
77
  import type { ListKubernetesNodeOpType } from '../models';
@@ -1135,6 +1137,47 @@ export const EnvironmentApiAxiosParamCreator = function (configuration?: Configu
1135
1137
 
1136
1138
 
1137
1139
 
1140
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1141
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1142
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1143
+
1144
+ return {
1145
+ url: toPathString(localVarUrlObj),
1146
+ options: localVarRequestOptions,
1147
+ };
1148
+ },
1149
+ /**
1150
+ * Get Koordinator Reservation summary for the cluster creation page.
1151
+ * @summary Get Koordinator Reservation summary
1152
+ * @param {string} environmentName name of the environment
1153
+ * @param {*} [options] Override http request option.
1154
+ * @throws {RequiredError}
1155
+ */
1156
+ getKoordinatorReservationSummary: async (environmentName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1157
+ // verify required parameter 'environmentName' is not null or undefined
1158
+ assertParamExists('getKoordinatorReservationSummary', 'environmentName', environmentName)
1159
+ const localVarPath = `/admin/v1/environments/{environmentName}/koordinatorReservations/summary`
1160
+ .replace(`{${"environmentName"}}`, encodeURIComponent(String(environmentName)));
1161
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1162
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1163
+ let baseOptions;
1164
+ if (configuration) {
1165
+ baseOptions = configuration.baseOptions;
1166
+ }
1167
+
1168
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1169
+ const localVarHeaderParameter = {} as any;
1170
+ const localVarQueryParameter = {} as any;
1171
+
1172
+ // authentication BearerToken required
1173
+ // http bearer authentication required
1174
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
1175
+
1176
+ // authentication DigestAuth required
1177
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
1178
+
1179
+
1180
+
1138
1181
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1139
1182
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1140
1183
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -2548,6 +2591,19 @@ export const EnvironmentApiFp = function(configuration?: Configuration) {
2548
2591
  const localVarOperationServerBasePath = operationServerMap['EnvironmentApi.getEnvironmentStatusHistory']?.[localVarOperationServerIndex]?.url;
2549
2592
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2550
2593
  },
2594
+ /**
2595
+ * Get Koordinator Reservation summary for the cluster creation page.
2596
+ * @summary Get Koordinator Reservation summary
2597
+ * @param {string} environmentName name of the environment
2598
+ * @param {*} [options] Override http request option.
2599
+ * @throws {RequiredError}
2600
+ */
2601
+ async getKoordinatorReservationSummary(environmentName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KoordinatorReservationSummary>> {
2602
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getKoordinatorReservationSummary(environmentName, options);
2603
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2604
+ const localVarOperationServerBasePath = operationServerMap['EnvironmentApi.getKoordinatorReservationSummary']?.[localVarOperationServerIndex]?.url;
2605
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2606
+ },
2551
2607
  /**
2552
2608
  * Get Kubernetes DNS
2553
2609
  * @summary Get Kubernetes DNS
@@ -3112,6 +3168,16 @@ export const EnvironmentApiFactory = function (configuration?: Configuration, ba
3112
3168
  getEnvironmentStatusHistory(requestParameters: EnvironmentApiGetEnvironmentStatusHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<EnvironmentStatusHistory> {
3113
3169
  return localVarFp.getEnvironmentStatusHistory(requestParameters.environmentName, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
3114
3170
  },
3171
+ /**
3172
+ * Get Koordinator Reservation summary for the cluster creation page.
3173
+ * @summary Get Koordinator Reservation summary
3174
+ * @param {EnvironmentApiGetKoordinatorReservationSummaryRequest} requestParameters Request parameters.
3175
+ * @param {*} [options] Override http request option.
3176
+ * @throws {RequiredError}
3177
+ */
3178
+ getKoordinatorReservationSummary(requestParameters: EnvironmentApiGetKoordinatorReservationSummaryRequest, options?: RawAxiosRequestConfig): AxiosPromise<KoordinatorReservationSummary> {
3179
+ return localVarFp.getKoordinatorReservationSummary(requestParameters.environmentName, options).then((request) => request(axios, basePath));
3180
+ },
3115
3181
  /**
3116
3182
  * Get Kubernetes DNS
3117
3183
  * @summary Get Kubernetes DNS
@@ -3579,6 +3645,16 @@ export interface EnvironmentApiInterface {
3579
3645
  */
3580
3646
  getEnvironmentStatusHistory(requestParameters: EnvironmentApiGetEnvironmentStatusHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<EnvironmentStatusHistory>;
3581
3647
 
3648
+ /**
3649
+ * Get Koordinator Reservation summary for the cluster creation page.
3650
+ * @summary Get Koordinator Reservation summary
3651
+ * @param {EnvironmentApiGetKoordinatorReservationSummaryRequest} requestParameters Request parameters.
3652
+ * @param {*} [options] Override http request option.
3653
+ * @throws {RequiredError}
3654
+ * @memberof EnvironmentApiInterface
3655
+ */
3656
+ getKoordinatorReservationSummary(requestParameters: EnvironmentApiGetKoordinatorReservationSummaryRequest, options?: RawAxiosRequestConfig): AxiosPromise<KoordinatorReservationSummary>;
3657
+
3582
3658
  /**
3583
3659
  * Get Kubernetes DNS
3584
3660
  * @summary Get Kubernetes DNS
@@ -4278,6 +4354,20 @@ export interface EnvironmentApiGetEnvironmentStatusHistoryRequest {
4278
4354
  readonly endTime: string
4279
4355
  }
4280
4356
 
4357
+ /**
4358
+ * Request parameters for getKoordinatorReservationSummary operation in EnvironmentApi.
4359
+ * @export
4360
+ * @interface EnvironmentApiGetKoordinatorReservationSummaryRequest
4361
+ */
4362
+ export interface EnvironmentApiGetKoordinatorReservationSummaryRequest {
4363
+ /**
4364
+ * name of the environment
4365
+ * @type {string}
4366
+ * @memberof EnvironmentApiGetKoordinatorReservationSummary
4367
+ */
4368
+ readonly environmentName: string
4369
+ }
4370
+
4281
4371
  /**
4282
4372
  * Request parameters for getKubernetesDNS operation in EnvironmentApi.
4283
4373
  * @export
@@ -5044,6 +5134,18 @@ export class EnvironmentApi extends BaseAPI implements EnvironmentApiInterface {
5044
5134
  return EnvironmentApiFp(this.configuration).getEnvironmentStatusHistory(requestParameters.environmentName, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
5045
5135
  }
5046
5136
 
5137
+ /**
5138
+ * Get Koordinator Reservation summary for the cluster creation page.
5139
+ * @summary Get Koordinator Reservation summary
5140
+ * @param {EnvironmentApiGetKoordinatorReservationSummaryRequest} requestParameters Request parameters.
5141
+ * @param {*} [options] Override http request option.
5142
+ * @throws {RequiredError}
5143
+ * @memberof EnvironmentApi
5144
+ */
5145
+ public getKoordinatorReservationSummary(requestParameters: EnvironmentApiGetKoordinatorReservationSummaryRequest, options?: RawAxiosRequestConfig) {
5146
+ return EnvironmentApiFp(this.configuration).getKoordinatorReservationSummary(requestParameters.environmentName, options).then((request) => request(this.axios, this.basePath));
5147
+ }
5148
+
5047
5149
  /**
5048
5150
  * Get Kubernetes DNS
5049
5151
  * @summary Get Kubernetes DNS