oci-containerengine 2.53.1 → 2.55.0

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 (224) hide show
  1. package/lib/client.d.ts +308 -22
  2. package/lib/client.js +1229 -124
  3. package/lib/client.js.map +1 -1
  4. package/lib/containerengine-waiter.d.ts +24 -0
  5. package/lib/containerengine-waiter.js +36 -0
  6. package/lib/containerengine-waiter.js.map +1 -1
  7. package/lib/model/addon-configuration.d.ts +32 -0
  8. package/lib/model/addon-configuration.js +32 -0
  9. package/lib/model/addon-configuration.js.map +1 -0
  10. package/lib/model/addon-error.d.ts +36 -0
  11. package/lib/model/addon-error.js +32 -0
  12. package/lib/model/addon-error.js.map +1 -0
  13. package/lib/model/addon-lifecycle-state.d.ts +36 -0
  14. package/lib/model/addon-lifecycle-state.js +47 -0
  15. package/lib/model/addon-lifecycle-state.js.map +1 -0
  16. package/lib/model/addon-option-summary.d.ts +96 -0
  17. package/lib/model/addon-option-summary.js +74 -0
  18. package/lib/model/addon-option-summary.js.map +1 -0
  19. package/lib/model/addon-summary.d.ts +49 -0
  20. package/lib/model/addon-summary.js +58 -0
  21. package/lib/model/addon-summary.js.map +1 -0
  22. package/lib/model/addon-version-configuration.d.ts +44 -0
  23. package/lib/model/addon-version-configuration.js +32 -0
  24. package/lib/model/addon-version-configuration.js.map +1 -0
  25. package/lib/model/addon-versions.d.ts +56 -0
  26. package/lib/model/addon-versions.js +82 -0
  27. package/lib/model/addon-versions.js.map +1 -0
  28. package/lib/model/addon.d.ts +53 -0
  29. package/lib/model/addon.js +68 -0
  30. package/lib/model/addon.js.map +1 -0
  31. package/lib/model/cluster-summary.d.ts +4 -0
  32. package/lib/model/cluster-summary.js.map +1 -1
  33. package/lib/model/cluster-type.d.ts +31 -0
  34. package/lib/model/cluster-type.js +42 -0
  35. package/lib/model/cluster-type.js.map +1 -0
  36. package/lib/model/cluster.d.ts +4 -0
  37. package/lib/model/cluster.js.map +1 -1
  38. package/lib/model/create-cluster-details.d.ts +4 -0
  39. package/lib/model/create-cluster-details.js.map +1 -1
  40. package/lib/model/create-virtual-node-pool-details.d.ts +82 -0
  41. package/lib/model/create-virtual-node-pool-details.js +96 -0
  42. package/lib/model/create-virtual-node-pool-details.js.map +1 -0
  43. package/lib/model/index.d.ts +62 -0
  44. package/lib/model/index.js +64 -2
  45. package/lib/model/index.js.map +1 -1
  46. package/lib/model/initial-virtual-node-label.d.ts +32 -0
  47. package/lib/model/initial-virtual-node-label.js +32 -0
  48. package/lib/model/initial-virtual-node-label.js.map +1 -0
  49. package/lib/model/install-addon-details.d.ts +37 -0
  50. package/lib/model/install-addon-details.js +64 -0
  51. package/lib/model/install-addon-details.js.map +1 -0
  52. package/lib/model/kubernetes-versions-filters.d.ts +37 -0
  53. package/lib/model/kubernetes-versions-filters.js +32 -0
  54. package/lib/model/kubernetes-versions-filters.js.map +1 -0
  55. package/lib/model/placement-configuration.d.ts +38 -0
  56. package/lib/model/placement-configuration.js +32 -0
  57. package/lib/model/placement-configuration.js.map +1 -0
  58. package/lib/model/pod-configuration.d.ts +36 -0
  59. package/lib/model/pod-configuration.js +32 -0
  60. package/lib/model/pod-configuration.js.map +1 -0
  61. package/lib/model/pod-shape-summary.d.ts +45 -0
  62. package/lib/model/pod-shape-summary.js +84 -0
  63. package/lib/model/pod-shape-summary.js.map +1 -0
  64. package/lib/model/pod-shape.d.ts +45 -0
  65. package/lib/model/pod-shape.js +84 -0
  66. package/lib/model/pod-shape.js.map +1 -0
  67. package/lib/model/shape-memory-options.d.ts +44 -0
  68. package/lib/model/shape-memory-options.js +32 -0
  69. package/lib/model/shape-memory-options.js.map +1 -0
  70. package/lib/model/shape-network-bandwidth-options.d.ts +36 -0
  71. package/lib/model/shape-network-bandwidth-options.js +32 -0
  72. package/lib/model/shape-network-bandwidth-options.js.map +1 -0
  73. package/lib/model/shape-ocpu-options.d.ts +32 -0
  74. package/lib/model/shape-ocpu-options.js +32 -0
  75. package/lib/model/shape-ocpu-options.js.map +1 -0
  76. package/lib/model/taint.d.ts +36 -0
  77. package/lib/model/taint.js +32 -0
  78. package/lib/model/taint.js.map +1 -0
  79. package/lib/model/update-addon-details.d.ts +33 -0
  80. package/lib/model/update-addon-details.js +64 -0
  81. package/lib/model/update-addon-details.js.map +1 -0
  82. package/lib/model/update-cluster-details.d.ts +4 -0
  83. package/lib/model/update-cluster-details.js.map +1 -1
  84. package/lib/model/update-virtual-node-details.d.ts +29 -0
  85. package/lib/model/update-virtual-node-details.js +32 -0
  86. package/lib/model/update-virtual-node-details.js.map +1 -0
  87. package/lib/model/update-virtual-node-pool-details.d.ts +74 -0
  88. package/lib/model/update-virtual-node-pool-details.js +96 -0
  89. package/lib/model/update-virtual-node-pool-details.js.map +1 -0
  90. package/lib/model/virtual-node-lifecycle-state.d.ts +36 -0
  91. package/lib/model/virtual-node-lifecycle-state.js +47 -0
  92. package/lib/model/virtual-node-lifecycle-state.js.map +1 -0
  93. package/lib/model/virtual-node-pool-lifecycle-state.d.ts +36 -0
  94. package/lib/model/virtual-node-pool-lifecycle-state.js +47 -0
  95. package/lib/model/virtual-node-pool-lifecycle-state.js.map +1 -0
  96. package/lib/model/virtual-node-pool-summary.d.ts +116 -0
  97. package/lib/model/virtual-node-pool-summary.js +96 -0
  98. package/lib/model/virtual-node-pool-summary.js.map +1 -0
  99. package/lib/model/virtual-node-pool.d.ts +116 -0
  100. package/lib/model/virtual-node-pool.js +96 -0
  101. package/lib/model/virtual-node-pool.js.map +1 -0
  102. package/lib/model/virtual-node-summary.d.ts +107 -0
  103. package/lib/model/virtual-node-summary.js +32 -0
  104. package/lib/model/virtual-node-summary.js.map +1 -0
  105. package/lib/model/virtual-node-tags.d.ts +44 -0
  106. package/lib/model/virtual-node-tags.js +32 -0
  107. package/lib/model/virtual-node-tags.js.map +1 -0
  108. package/lib/model/virtual-node.d.ts +107 -0
  109. package/lib/model/virtual-node.js +32 -0
  110. package/lib/model/virtual-node.js.map +1 -0
  111. package/lib/model/work-request-operation-type.d.ts +8 -0
  112. package/lib/model/work-request-operation-type.js +8 -0
  113. package/lib/model/work-request-operation-type.js.map +1 -1
  114. package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
  115. package/lib/request/create-cluster-request.d.ts +1 -1
  116. package/lib/request/create-kubeconfig-request.d.ts +1 -1
  117. package/lib/request/create-node-pool-request.d.ts +1 -1
  118. package/lib/request/create-virtual-node-pool-request.d.ts +35 -0
  119. package/lib/request/create-virtual-node-pool-request.js +15 -0
  120. package/lib/request/create-virtual-node-pool-request.js.map +1 -0
  121. package/lib/request/delete-cluster-request.d.ts +1 -1
  122. package/lib/request/delete-node-pool-request.d.ts +1 -1
  123. package/lib/request/delete-node-request.d.ts +1 -1
  124. package/lib/request/delete-virtual-node-pool-request.d.ts +45 -0
  125. package/lib/request/delete-virtual-node-pool-request.js +15 -0
  126. package/lib/request/delete-virtual-node-pool-request.js.map +1 -0
  127. package/lib/request/delete-work-request-request.d.ts +1 -1
  128. package/lib/request/disable-addon-request.d.ts +43 -0
  129. package/lib/request/disable-addon-request.js +15 -0
  130. package/lib/request/disable-addon-request.js.map +1 -0
  131. package/lib/request/get-addon-request.d.ts +32 -0
  132. package/lib/request/get-addon-request.js +15 -0
  133. package/lib/request/get-addon-request.js.map +1 -0
  134. package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
  135. package/lib/request/get-cluster-options-request.d.ts +1 -1
  136. package/lib/request/get-cluster-request.d.ts +1 -1
  137. package/lib/request/get-node-pool-options-request.d.ts +1 -1
  138. package/lib/request/get-node-pool-request.d.ts +1 -1
  139. package/lib/request/get-virtual-node-pool-request.d.ts +28 -0
  140. package/lib/request/get-virtual-node-pool-request.js +15 -0
  141. package/lib/request/get-virtual-node-pool-request.js.map +1 -0
  142. package/lib/request/get-virtual-node-request.d.ts +32 -0
  143. package/lib/request/get-virtual-node-request.js +15 -0
  144. package/lib/request/get-virtual-node-request.js.map +1 -0
  145. package/lib/request/get-work-request-request.d.ts +1 -1
  146. package/lib/request/index.d.ts +28 -0
  147. package/lib/request/index.js +11 -1
  148. package/lib/request/index.js.map +1 -1
  149. package/lib/request/install-addon-request.d.ts +46 -0
  150. package/lib/request/install-addon-request.js +15 -0
  151. package/lib/request/install-addon-request.js.map +1 -0
  152. package/lib/request/list-addon-options-request.d.ts +60 -0
  153. package/lib/request/list-addon-options-request.js +24 -0
  154. package/lib/request/list-addon-options-request.js.map +1 -0
  155. package/lib/request/list-addons-request.d.ts +56 -0
  156. package/lib/request/list-addons-request.js +24 -0
  157. package/lib/request/list-addons-request.js.map +1 -0
  158. package/lib/request/list-clusters-request.d.ts +1 -1
  159. package/lib/request/list-node-pools-request.d.ts +1 -1
  160. package/lib/request/list-pod-shapes-request.d.ts +65 -0
  161. package/lib/request/list-pod-shapes-request.js +25 -0
  162. package/lib/request/list-pod-shapes-request.js.map +1 -0
  163. package/lib/request/list-virtual-node-pools-request.d.ts +69 -0
  164. package/lib/request/list-virtual-node-pools-request.js +25 -0
  165. package/lib/request/list-virtual-node-pools-request.js.map +1 -0
  166. package/lib/request/list-virtual-nodes-request.d.ts +61 -0
  167. package/lib/request/list-virtual-nodes-request.js +25 -0
  168. package/lib/request/list-virtual-nodes-request.js.map +1 -0
  169. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  170. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  171. package/lib/request/list-work-requests-request.d.ts +1 -1
  172. package/lib/request/update-addon-request.d.ts +44 -0
  173. package/lib/request/update-addon-request.js +15 -0
  174. package/lib/request/update-addon-request.js.map +1 -0
  175. package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
  176. package/lib/request/update-cluster-request.d.ts +1 -1
  177. package/lib/request/update-node-pool-request.d.ts +1 -1
  178. package/lib/request/update-virtual-node-pool-request.d.ts +40 -0
  179. package/lib/request/update-virtual-node-pool-request.js +15 -0
  180. package/lib/request/update-virtual-node-pool-request.js.map +1 -0
  181. package/lib/response/create-virtual-node-pool-response.d.ts +22 -0
  182. package/lib/response/create-virtual-node-pool-response.js +15 -0
  183. package/lib/response/create-virtual-node-pool-response.js.map +1 -0
  184. package/lib/response/delete-virtual-node-pool-response.d.ts +22 -0
  185. package/lib/response/delete-virtual-node-pool-response.js +15 -0
  186. package/lib/response/delete-virtual-node-pool-response.js.map +1 -0
  187. package/lib/response/disable-addon-response.d.ts +22 -0
  188. package/lib/response/disable-addon-response.js +15 -0
  189. package/lib/response/disable-addon-response.js.map +1 -0
  190. package/lib/response/get-addon-response.d.ts +29 -0
  191. package/lib/response/get-addon-response.js +15 -0
  192. package/lib/response/get-addon-response.js.map +1 -0
  193. package/lib/response/get-virtual-node-pool-response.d.ts +29 -0
  194. package/lib/response/get-virtual-node-pool-response.js +15 -0
  195. package/lib/response/get-virtual-node-pool-response.js.map +1 -0
  196. package/lib/response/get-virtual-node-response.d.ts +29 -0
  197. package/lib/response/get-virtual-node-response.js +15 -0
  198. package/lib/response/get-virtual-node-response.js.map +1 -0
  199. package/lib/response/index.d.ts +28 -0
  200. package/lib/response/install-addon-response.d.ts +22 -0
  201. package/lib/response/install-addon-response.js +15 -0
  202. package/lib/response/install-addon-response.js.map +1 -0
  203. package/lib/response/list-addon-options-response.d.ts +31 -0
  204. package/lib/response/list-addon-options-response.js +15 -0
  205. package/lib/response/list-addon-options-response.js.map +1 -0
  206. package/lib/response/list-addons-response.d.ts +31 -0
  207. package/lib/response/list-addons-response.js +15 -0
  208. package/lib/response/list-addons-response.js.map +1 -0
  209. package/lib/response/list-pod-shapes-response.d.ts +31 -0
  210. package/lib/response/list-pod-shapes-response.js +15 -0
  211. package/lib/response/list-pod-shapes-response.js.map +1 -0
  212. package/lib/response/list-virtual-node-pools-response.d.ts +31 -0
  213. package/lib/response/list-virtual-node-pools-response.js +15 -0
  214. package/lib/response/list-virtual-node-pools-response.js.map +1 -0
  215. package/lib/response/list-virtual-nodes-response.d.ts +31 -0
  216. package/lib/response/list-virtual-nodes-response.js +15 -0
  217. package/lib/response/list-virtual-nodes-response.js.map +1 -0
  218. package/lib/response/update-addon-response.d.ts +22 -0
  219. package/lib/response/update-addon-response.js +15 -0
  220. package/lib/response/update-addon-response.js.map +1 -0
  221. package/lib/response/update-virtual-node-pool-response.d.ts +22 -0
  222. package/lib/response/update-virtual-node-pool-response.js +15 -0
  223. package/lib/response/update-virtual-node-pool-response.js.map +1 -0
  224. package/package.json +3 -3
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ /**
3
+ * Container Engine for Kubernetes API
4
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
5
+ and manage cloud-native applications. For more information, see
6
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
7
+
8
+ * OpenAPI spec version: 20180222
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateVirtualNodePoolDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateVirtualNodePoolDetails;
40
+ (function (UpdateVirtualNodePoolDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "initialVirtualNodeLabels": obj.initialVirtualNodeLabels
44
+ ? obj.initialVirtualNodeLabels.map(item => {
45
+ return model.InitialVirtualNodeLabel.getJsonObj(item);
46
+ })
47
+ : undefined,
48
+ "taints": obj.taints
49
+ ? obj.taints.map(item => {
50
+ return model.Taint.getJsonObj(item);
51
+ })
52
+ : undefined,
53
+ "placementConfigurations": obj.placementConfigurations
54
+ ? obj.placementConfigurations.map(item => {
55
+ return model.PlacementConfiguration.getJsonObj(item);
56
+ })
57
+ : undefined,
58
+ "podConfiguration": obj.podConfiguration
59
+ ? model.PodConfiguration.getJsonObj(obj.podConfiguration)
60
+ : undefined,
61
+ "virtualNodeTags": obj.virtualNodeTags
62
+ ? model.VirtualNodeTags.getJsonObj(obj.virtualNodeTags)
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ UpdateVirtualNodePoolDetails.getJsonObj = getJsonObj;
68
+ function getDeserializedJsonObj(obj) {
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "initialVirtualNodeLabels": obj.initialVirtualNodeLabels
71
+ ? obj.initialVirtualNodeLabels.map(item => {
72
+ return model.InitialVirtualNodeLabel.getDeserializedJsonObj(item);
73
+ })
74
+ : undefined,
75
+ "taints": obj.taints
76
+ ? obj.taints.map(item => {
77
+ return model.Taint.getDeserializedJsonObj(item);
78
+ })
79
+ : undefined,
80
+ "placementConfigurations": obj.placementConfigurations
81
+ ? obj.placementConfigurations.map(item => {
82
+ return model.PlacementConfiguration.getDeserializedJsonObj(item);
83
+ })
84
+ : undefined,
85
+ "podConfiguration": obj.podConfiguration
86
+ ? model.PodConfiguration.getDeserializedJsonObj(obj.podConfiguration)
87
+ : undefined,
88
+ "virtualNodeTags": obj.virtualNodeTags
89
+ ? model.VirtualNodeTags.getDeserializedJsonObj(obj.virtualNodeTags)
90
+ : undefined
91
+ });
92
+ return jsonObj;
93
+ }
94
+ UpdateVirtualNodePoolDetails.getDeserializedJsonObj = getDeserializedJsonObj;
95
+ })(UpdateVirtualNodePoolDetails = exports.UpdateVirtualNodePoolDetails || (exports.UpdateVirtualNodePoolDetails = {}));
96
+ //# sourceMappingURL=update-virtual-node-pool-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-virtual-node-pool-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-virtual-node-pool-details.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Container Engine for Kubernetes API
3
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
4
+ and manage cloud-native applications. For more information, see
5
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
6
+
7
+ * OpenAPI spec version: 20180222
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The state of the Virtual Node.
18
+ **/
19
+ export declare enum VirtualNodeLifecycleState {
20
+ Creating = "CREATING",
21
+ Active = "ACTIVE",
22
+ Updating = "UPDATING",
23
+ Deleting = "DELETING",
24
+ Deleted = "DELETED",
25
+ Failed = "FAILED",
26
+ NeedsAttention = "NEEDS_ATTENTION",
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ UnknownValue = "UNKNOWN_VALUE"
32
+ }
33
+ export declare namespace VirtualNodeLifecycleState {
34
+ function getJsonObj(obj: VirtualNodeLifecycleState): VirtualNodeLifecycleState;
35
+ function getDeserializedJsonObj(obj: VirtualNodeLifecycleState): VirtualNodeLifecycleState;
36
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * Container Engine for Kubernetes API
4
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
5
+ and manage cloud-native applications. For more information, see
6
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
7
+
8
+ * OpenAPI spec version: 20180222
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.VirtualNodeLifecycleState = void 0;
19
+ /**
20
+ * The state of the Virtual Node.
21
+ **/
22
+ var VirtualNodeLifecycleState;
23
+ (function (VirtualNodeLifecycleState) {
24
+ VirtualNodeLifecycleState["Creating"] = "CREATING";
25
+ VirtualNodeLifecycleState["Active"] = "ACTIVE";
26
+ VirtualNodeLifecycleState["Updating"] = "UPDATING";
27
+ VirtualNodeLifecycleState["Deleting"] = "DELETING";
28
+ VirtualNodeLifecycleState["Deleted"] = "DELETED";
29
+ VirtualNodeLifecycleState["Failed"] = "FAILED";
30
+ VirtualNodeLifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
31
+ /**
32
+ * This value is used if a service returns a value for this enum that is not recognized by this
33
+ * version of the SDK.
34
+ */
35
+ VirtualNodeLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
36
+ })(VirtualNodeLifecycleState = exports.VirtualNodeLifecycleState || (exports.VirtualNodeLifecycleState = {}));
37
+ (function (VirtualNodeLifecycleState) {
38
+ function getJsonObj(obj) {
39
+ return obj;
40
+ }
41
+ VirtualNodeLifecycleState.getJsonObj = getJsonObj;
42
+ function getDeserializedJsonObj(obj) {
43
+ return obj;
44
+ }
45
+ VirtualNodeLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
46
+ })(VirtualNodeLifecycleState = exports.VirtualNodeLifecycleState || (exports.VirtualNodeLifecycleState = {}));
47
+ //# sourceMappingURL=virtual-node-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtual-node-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,yBAcX;AAdD,WAAY,yBAAyB;IACnC,kDAAqB,CAAA;IACrB,8CAAiB,CAAA;IACjB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,gDAAmB,CAAA;IACnB,8CAAiB,CAAA;IACjB,+DAAkC,CAAA;IAElC;;;OAGG;IACH,2DAA8B,CAAA;AAChC,CAAC,EAdW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAcpC;AAED,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8B;QAE9B,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Container Engine for Kubernetes API
3
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
4
+ and manage cloud-native applications. For more information, see
5
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
6
+
7
+ * OpenAPI spec version: 20180222
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The state of the Virtual Node Pool.
18
+ **/
19
+ export declare enum VirtualNodePoolLifecycleState {
20
+ Creating = "CREATING",
21
+ Active = "ACTIVE",
22
+ Updating = "UPDATING",
23
+ Deleting = "DELETING",
24
+ Deleted = "DELETED",
25
+ Failed = "FAILED",
26
+ NeedsAttention = "NEEDS_ATTENTION",
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ UnknownValue = "UNKNOWN_VALUE"
32
+ }
33
+ export declare namespace VirtualNodePoolLifecycleState {
34
+ function getJsonObj(obj: VirtualNodePoolLifecycleState): VirtualNodePoolLifecycleState;
35
+ function getDeserializedJsonObj(obj: VirtualNodePoolLifecycleState): VirtualNodePoolLifecycleState;
36
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * Container Engine for Kubernetes API
4
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
5
+ and manage cloud-native applications. For more information, see
6
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
7
+
8
+ * OpenAPI spec version: 20180222
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.VirtualNodePoolLifecycleState = void 0;
19
+ /**
20
+ * The state of the Virtual Node Pool.
21
+ **/
22
+ var VirtualNodePoolLifecycleState;
23
+ (function (VirtualNodePoolLifecycleState) {
24
+ VirtualNodePoolLifecycleState["Creating"] = "CREATING";
25
+ VirtualNodePoolLifecycleState["Active"] = "ACTIVE";
26
+ VirtualNodePoolLifecycleState["Updating"] = "UPDATING";
27
+ VirtualNodePoolLifecycleState["Deleting"] = "DELETING";
28
+ VirtualNodePoolLifecycleState["Deleted"] = "DELETED";
29
+ VirtualNodePoolLifecycleState["Failed"] = "FAILED";
30
+ VirtualNodePoolLifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
31
+ /**
32
+ * This value is used if a service returns a value for this enum that is not recognized by this
33
+ * version of the SDK.
34
+ */
35
+ VirtualNodePoolLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
36
+ })(VirtualNodePoolLifecycleState = exports.VirtualNodePoolLifecycleState || (exports.VirtualNodePoolLifecycleState = {}));
37
+ (function (VirtualNodePoolLifecycleState) {
38
+ function getJsonObj(obj) {
39
+ return obj;
40
+ }
41
+ VirtualNodePoolLifecycleState.getJsonObj = getJsonObj;
42
+ function getDeserializedJsonObj(obj) {
43
+ return obj;
44
+ }
45
+ VirtualNodePoolLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
46
+ })(VirtualNodePoolLifecycleState = exports.VirtualNodePoolLifecycleState || (exports.VirtualNodePoolLifecycleState = {}));
47
+ //# sourceMappingURL=virtual-node-pool-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtual-node-pool-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-pool-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,6BAcX;AAdD,WAAY,6BAA6B;IACvC,sDAAqB,CAAA;IACrB,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,sDAAqB,CAAA;IACrB,oDAAmB,CAAA;IACnB,kDAAiB,CAAA;IACjB,mEAAkC,CAAA;IAElC;;;OAGG;IACH,+DAA8B,CAAA;AAChC,CAAC,EAdW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAcxC;AAED,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkC;QAElC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
@@ -0,0 +1,116 @@
1
+ /**
2
+ * Container Engine for Kubernetes API
3
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
4
+ and manage cloud-native applications. For more information, see
5
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
6
+
7
+ * OpenAPI spec version: 20180222
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * The properties that define a virtual node pool summary.
19
+ */
20
+ export interface VirtualNodePoolSummary {
21
+ /**
22
+ * The OCID of the virtual node pool.
23
+ */
24
+ "id": string;
25
+ /**
26
+ * Compartment of the virtual node pool.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
31
+ */
32
+ "clusterId": string;
33
+ /**
34
+ * Display name of the virtual node pool. This is a non-unique value.
35
+ */
36
+ "displayName": string;
37
+ /**
38
+ * The version of Kubernetes running on the nodes in the node pool.
39
+ */
40
+ "kubernetesVersion": string;
41
+ /**
42
+ * Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
43
+ */
44
+ "initialVirtualNodeLabels"?: Array<model.InitialVirtualNodeLabel>;
45
+ /**
46
+ * A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
47
+ */
48
+ "taints"?: Array<model.Taint>;
49
+ /**
50
+ * The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
+ */
52
+ "size"?: number;
53
+ /**
54
+ * The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
55
+ */
56
+ "placementConfigurations": Array<model.PlacementConfiguration>;
57
+ /**
58
+ * List of network security group id's applied to the Virtual Node VNIC.
59
+ */
60
+ "nsgIds"?: Array<string>;
61
+ /**
62
+ * The pod configuration for pods run on virtual nodes of this virtual node pool.
63
+ */
64
+ "podConfiguration"?: model.PodConfiguration;
65
+ /**
66
+ * The state of the Virtual Node Pool.
67
+ */
68
+ "lifecycleState"?: model.VirtualNodePoolLifecycleState;
69
+ /**
70
+ * Details about the state of the Virtual Node Pool.
71
+ */
72
+ "lifecycleDetails"?: string;
73
+ /**
74
+ * The time the virtual node pool was created.
75
+ */
76
+ "timeCreated"?: Date;
77
+ /**
78
+ * The time the virtual node pool was updated.
79
+ */
80
+ "timeUpdated"?: Date;
81
+ /**
82
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
83
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
84
+ * Example: `{\"Department\": \"Finance\"}`
85
+ *
86
+ */
87
+ "freeformTags"?: {
88
+ [key: string]: string;
89
+ };
90
+ /**
91
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
92
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
93
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
94
+ *
95
+ */
96
+ "definedTags"?: {
97
+ [key: string]: {
98
+ [key: string]: any;
99
+ };
100
+ };
101
+ /**
102
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
103
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
104
+ *
105
+ */
106
+ "systemTags"?: {
107
+ [key: string]: {
108
+ [key: string]: any;
109
+ };
110
+ };
111
+ "virtualNodeTags"?: model.VirtualNodeTags;
112
+ }
113
+ export declare namespace VirtualNodePoolSummary {
114
+ function getJsonObj(obj: VirtualNodePoolSummary): object;
115
+ function getDeserializedJsonObj(obj: VirtualNodePoolSummary): object;
116
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ /**
3
+ * Container Engine for Kubernetes API
4
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
5
+ and manage cloud-native applications. For more information, see
6
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
7
+
8
+ * OpenAPI spec version: 20180222
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.VirtualNodePoolSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var VirtualNodePoolSummary;
40
+ (function (VirtualNodePoolSummary) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "initialVirtualNodeLabels": obj.initialVirtualNodeLabels
44
+ ? obj.initialVirtualNodeLabels.map(item => {
45
+ return model.InitialVirtualNodeLabel.getJsonObj(item);
46
+ })
47
+ : undefined,
48
+ "taints": obj.taints
49
+ ? obj.taints.map(item => {
50
+ return model.Taint.getJsonObj(item);
51
+ })
52
+ : undefined,
53
+ "placementConfigurations": obj.placementConfigurations
54
+ ? obj.placementConfigurations.map(item => {
55
+ return model.PlacementConfiguration.getJsonObj(item);
56
+ })
57
+ : undefined,
58
+ "podConfiguration": obj.podConfiguration
59
+ ? model.PodConfiguration.getJsonObj(obj.podConfiguration)
60
+ : undefined,
61
+ "virtualNodeTags": obj.virtualNodeTags
62
+ ? model.VirtualNodeTags.getJsonObj(obj.virtualNodeTags)
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ VirtualNodePoolSummary.getJsonObj = getJsonObj;
68
+ function getDeserializedJsonObj(obj) {
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "initialVirtualNodeLabels": obj.initialVirtualNodeLabels
71
+ ? obj.initialVirtualNodeLabels.map(item => {
72
+ return model.InitialVirtualNodeLabel.getDeserializedJsonObj(item);
73
+ })
74
+ : undefined,
75
+ "taints": obj.taints
76
+ ? obj.taints.map(item => {
77
+ return model.Taint.getDeserializedJsonObj(item);
78
+ })
79
+ : undefined,
80
+ "placementConfigurations": obj.placementConfigurations
81
+ ? obj.placementConfigurations.map(item => {
82
+ return model.PlacementConfiguration.getDeserializedJsonObj(item);
83
+ })
84
+ : undefined,
85
+ "podConfiguration": obj.podConfiguration
86
+ ? model.PodConfiguration.getDeserializedJsonObj(obj.podConfiguration)
87
+ : undefined,
88
+ "virtualNodeTags": obj.virtualNodeTags
89
+ ? model.VirtualNodeTags.getDeserializedJsonObj(obj.virtualNodeTags)
90
+ : undefined
91
+ });
92
+ return jsonObj;
93
+ }
94
+ VirtualNodePoolSummary.getDeserializedJsonObj = getDeserializedJsonObj;
95
+ })(VirtualNodePoolSummary = exports.VirtualNodePoolSummary || (exports.VirtualNodePoolSummary = {}));
96
+ //# sourceMappingURL=virtual-node-pool-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtual-node-pool-summary.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-pool-summary.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,116 @@
1
+ /**
2
+ * Container Engine for Kubernetes API
3
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
4
+ and manage cloud-native applications. For more information, see
5
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
6
+
7
+ * OpenAPI spec version: 20180222
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * A pool of virtual nodes attached to a cluster.
19
+ */
20
+ export interface VirtualNodePool {
21
+ /**
22
+ * The OCID of the virtual node pool.
23
+ */
24
+ "id": string;
25
+ /**
26
+ * Compartment of the virtual node pool.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
31
+ */
32
+ "clusterId": string;
33
+ /**
34
+ * Display name of the virtual node pool. This is a non-unique value.
35
+ */
36
+ "displayName": string;
37
+ /**
38
+ * The version of Kubernetes running on the nodes in the node pool.
39
+ */
40
+ "kubernetesVersion": string;
41
+ /**
42
+ * Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
43
+ */
44
+ "initialVirtualNodeLabels"?: Array<model.InitialVirtualNodeLabel>;
45
+ /**
46
+ * A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
47
+ */
48
+ "taints"?: Array<model.Taint>;
49
+ /**
50
+ * The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
+ */
52
+ "size"?: number;
53
+ /**
54
+ * The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
55
+ */
56
+ "placementConfigurations": Array<model.PlacementConfiguration>;
57
+ /**
58
+ * List of network security group id's applied to the Virtual Node VNIC.
59
+ */
60
+ "nsgIds"?: Array<string>;
61
+ /**
62
+ * The pod configuration for pods run on virtual nodes of this virtual node pool.
63
+ */
64
+ "podConfiguration"?: model.PodConfiguration;
65
+ /**
66
+ * The state of the Virtual Node Pool.
67
+ */
68
+ "lifecycleState"?: model.VirtualNodePoolLifecycleState;
69
+ /**
70
+ * Details about the state of the Virtual Node Pool.
71
+ */
72
+ "lifecycleDetails"?: string;
73
+ /**
74
+ * The time the virtual node pool was created.
75
+ */
76
+ "timeCreated"?: Date;
77
+ /**
78
+ * The time the virtual node pool was updated.
79
+ */
80
+ "timeUpdated"?: Date;
81
+ /**
82
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
83
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
84
+ * Example: `{\"Department\": \"Finance\"}`
85
+ *
86
+ */
87
+ "freeformTags"?: {
88
+ [key: string]: string;
89
+ };
90
+ /**
91
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
92
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
93
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
94
+ *
95
+ */
96
+ "definedTags"?: {
97
+ [key: string]: {
98
+ [key: string]: any;
99
+ };
100
+ };
101
+ /**
102
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
103
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
104
+ *
105
+ */
106
+ "systemTags"?: {
107
+ [key: string]: {
108
+ [key: string]: any;
109
+ };
110
+ };
111
+ "virtualNodeTags"?: model.VirtualNodeTags;
112
+ }
113
+ export declare namespace VirtualNodePool {
114
+ function getJsonObj(obj: VirtualNodePool): object;
115
+ function getDeserializedJsonObj(obj: VirtualNodePool): object;
116
+ }