oci-containerengine 2.55.1 → 2.57.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 (54) hide show
  1. package/lib/client.d.ts +36 -36
  2. package/lib/client.js +36 -36
  3. package/lib/model/index.d.ts +6 -0
  4. package/lib/model/index.js +7 -1
  5. package/lib/model/index.js.map +1 -1
  6. package/lib/model/node-pool-placement-config-details.d.ts +2 -0
  7. package/lib/model/node-pool-placement-config-details.js +30 -2
  8. package/lib/model/node-pool-placement-config-details.js.map +1 -1
  9. package/lib/model/preemptible-node-config-details.d.ts +26 -0
  10. package/lib/model/preemptible-node-config-details.js +60 -0
  11. package/lib/model/preemptible-node-config-details.js.map +1 -0
  12. package/lib/model/preemption-action.d.ts +25 -0
  13. package/lib/model/preemption-action.js +71 -0
  14. package/lib/model/preemption-action.js.map +1 -0
  15. package/lib/model/terminate-preemption-action.d.ts +32 -0
  16. package/lib/model/terminate-preemption-action.js +57 -0
  17. package/lib/model/terminate-preemption-action.js.map +1 -0
  18. package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
  19. package/lib/request/create-cluster-request.d.ts +1 -1
  20. package/lib/request/create-kubeconfig-request.d.ts +1 -1
  21. package/lib/request/create-node-pool-request.d.ts +1 -1
  22. package/lib/request/create-virtual-node-pool-request.d.ts +1 -1
  23. package/lib/request/delete-cluster-request.d.ts +1 -1
  24. package/lib/request/delete-node-pool-request.d.ts +1 -1
  25. package/lib/request/delete-node-request.d.ts +1 -1
  26. package/lib/request/delete-virtual-node-pool-request.d.ts +1 -1
  27. package/lib/request/delete-work-request-request.d.ts +1 -1
  28. package/lib/request/disable-addon-request.d.ts +1 -1
  29. package/lib/request/get-addon-request.d.ts +1 -1
  30. package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
  31. package/lib/request/get-cluster-options-request.d.ts +1 -1
  32. package/lib/request/get-cluster-request.d.ts +1 -1
  33. package/lib/request/get-node-pool-options-request.d.ts +1 -1
  34. package/lib/request/get-node-pool-request.d.ts +1 -1
  35. package/lib/request/get-virtual-node-pool-request.d.ts +1 -1
  36. package/lib/request/get-virtual-node-request.d.ts +1 -1
  37. package/lib/request/get-work-request-request.d.ts +1 -1
  38. package/lib/request/install-addon-request.d.ts +1 -1
  39. package/lib/request/list-addon-options-request.d.ts +1 -1
  40. package/lib/request/list-addons-request.d.ts +1 -1
  41. package/lib/request/list-clusters-request.d.ts +1 -1
  42. package/lib/request/list-node-pools-request.d.ts +1 -1
  43. package/lib/request/list-pod-shapes-request.d.ts +1 -1
  44. package/lib/request/list-virtual-node-pools-request.d.ts +1 -1
  45. package/lib/request/list-virtual-nodes-request.d.ts +1 -1
  46. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  47. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  48. package/lib/request/list-work-requests-request.d.ts +1 -1
  49. package/lib/request/update-addon-request.d.ts +1 -1
  50. package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
  51. package/lib/request/update-cluster-request.d.ts +1 -1
  52. package/lib/request/update-node-pool-request.d.ts +1 -1
  53. package/lib/request/update-virtual-node-pool-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class ContainerEngineClient {
160
160
  * @param ClusterMigrateToNativeVcnRequest
161
161
  * @return ClusterMigrateToNativeVcnResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
164
164
  */
165
165
  clusterMigrateToNativeVcn(clusterMigrateToNativeVcnRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -221,7 +221,7 @@ class ContainerEngineClient {
221
221
  * @param CreateClusterRequest
222
222
  * @return CreateClusterResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
225
225
  */
226
226
  createCluster(createClusterRequest) {
227
227
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,7 +280,7 @@ class ContainerEngineClient {
280
280
  * @param CreateKubeconfigRequest
281
281
  * @return CreateKubeconfigResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
284
284
  */
285
285
  createKubeconfig(createKubeconfigRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -338,7 +338,7 @@ class ContainerEngineClient {
338
338
  * @param CreateNodePoolRequest
339
339
  * @return CreateNodePoolResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
342
342
  */
343
343
  createNodePool(createNodePoolRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -397,7 +397,7 @@ class ContainerEngineClient {
397
397
  * @param CreateVirtualNodePoolRequest
398
398
  * @return CreateVirtualNodePoolResponse
399
399
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
401
401
  */
402
402
  createVirtualNodePool(createVirtualNodePoolRequest) {
403
403
  return __awaiter(this, void 0, void 0, function* () {
@@ -456,7 +456,7 @@ class ContainerEngineClient {
456
456
  * @param DeleteClusterRequest
457
457
  * @return DeleteClusterResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
460
460
  */
461
461
  deleteCluster(deleteClusterRequest) {
462
462
  return __awaiter(this, void 0, void 0, function* () {
@@ -516,7 +516,7 @@ class ContainerEngineClient {
516
516
  * @param DeleteNodeRequest
517
517
  * @return DeleteNodeResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
520
520
  */
521
521
  deleteNode(deleteNodeRequest) {
522
522
  return __awaiter(this, void 0, void 0, function* () {
@@ -581,7 +581,7 @@ class ContainerEngineClient {
581
581
  * @param DeleteNodePoolRequest
582
582
  * @return DeleteNodePoolResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
585
585
  */
586
586
  deleteNodePool(deleteNodePoolRequest) {
587
587
  return __awaiter(this, void 0, void 0, function* () {
@@ -644,7 +644,7 @@ class ContainerEngineClient {
644
644
  * @param DeleteVirtualNodePoolRequest
645
645
  * @return DeleteVirtualNodePoolResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
648
648
  */
649
649
  deleteVirtualNodePool(deleteVirtualNodePoolRequest) {
650
650
  return __awaiter(this, void 0, void 0, function* () {
@@ -707,7 +707,7 @@ class ContainerEngineClient {
707
707
  * @param DeleteWorkRequestRequest
708
708
  * @return DeleteWorkRequestResponse
709
709
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
711
711
  */
712
712
  deleteWorkRequest(deleteWorkRequestRequest) {
713
713
  return __awaiter(this, void 0, void 0, function* () {
@@ -762,7 +762,7 @@ class ContainerEngineClient {
762
762
  * @param DisableAddonRequest
763
763
  * @return DisableAddonResponse
764
764
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
766
766
  */
767
767
  disableAddon(disableAddonRequest) {
768
768
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class ContainerEngineClient {
825
825
  * @param GetAddonRequest
826
826
  * @return GetAddonResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
829
829
  */
830
830
  getAddon(getAddonRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -889,7 +889,7 @@ class ContainerEngineClient {
889
889
  * @param GetClusterRequest
890
890
  * @return GetClusterResponse
891
891
  * @throws OciError when an error occurs
892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
893
893
  */
894
894
  getCluster(getClusterRequest) {
895
895
  return __awaiter(this, void 0, void 0, function* () {
@@ -952,7 +952,7 @@ class ContainerEngineClient {
952
952
  * @param GetClusterMigrateToNativeVcnStatusRequest
953
953
  * @return GetClusterMigrateToNativeVcnStatusResponse
954
954
  * @throws OciError when an error occurs
955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
956
956
  */
957
957
  getClusterMigrateToNativeVcnStatus(getClusterMigrateToNativeVcnStatusRequest) {
958
958
  return __awaiter(this, void 0, void 0, function* () {
@@ -1015,7 +1015,7 @@ class ContainerEngineClient {
1015
1015
  * @param GetClusterOptionsRequest
1016
1016
  * @return GetClusterOptionsResponse
1017
1017
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
1018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
1019
1019
  */
1020
1020
  getClusterOptions(getClusterOptionsRequest) {
1021
1021
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1075,7 @@ class ContainerEngineClient {
1075
1075
  * @param GetNodePoolRequest
1076
1076
  * @return GetNodePoolResponse
1077
1077
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
1079
1079
  */
1080
1080
  getNodePool(getNodePoolRequest) {
1081
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1138,7 +1138,7 @@ class ContainerEngineClient {
1138
1138
  * @param GetNodePoolOptionsRequest
1139
1139
  * @return GetNodePoolOptionsResponse
1140
1140
  * @throws OciError when an error occurs
1141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
1141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
1142
1142
  */
1143
1143
  getNodePoolOptions(getNodePoolOptionsRequest) {
1144
1144
  return __awaiter(this, void 0, void 0, function* () {
@@ -1198,7 +1198,7 @@ class ContainerEngineClient {
1198
1198
  * @param GetVirtualNodeRequest
1199
1199
  * @return GetVirtualNodeResponse
1200
1200
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
1202
1202
  */
1203
1203
  getVirtualNode(getVirtualNodeRequest) {
1204
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1262,7 @@ class ContainerEngineClient {
1262
1262
  * @param GetVirtualNodePoolRequest
1263
1263
  * @return GetVirtualNodePoolResponse
1264
1264
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
1266
1266
  */
1267
1267
  getVirtualNodePool(getVirtualNodePoolRequest) {
1268
1268
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1325,7 @@ class ContainerEngineClient {
1325
1325
  * @param GetWorkRequestRequest
1326
1326
  * @return GetWorkRequestResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1329
1329
  */
1330
1330
  getWorkRequest(getWorkRequestRequest) {
1331
1331
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class ContainerEngineClient {
1393
1393
  * @param InstallAddonRequest
1394
1394
  * @return InstallAddonResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
1397
1397
  */
1398
1398
  installAddon(installAddonRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1455,7 +1455,7 @@ class ContainerEngineClient {
1455
1455
  * @param ListAddonOptionsRequest
1456
1456
  * @return ListAddonOptionsResponse
1457
1457
  * @throws OciError when an error occurs
1458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
1458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
1459
1459
  */
1460
1460
  listAddonOptions(listAddonOptionsRequest) {
1461
1461
  return __awaiter(this, void 0, void 0, function* () {
@@ -1563,7 +1563,7 @@ class ContainerEngineClient {
1563
1563
  * @param ListAddonsRequest
1564
1564
  * @return ListAddonsResponse
1565
1565
  * @throws OciError when an error occurs
1566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
1566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
1567
1567
  */
1568
1568
  listAddons(listAddonsRequest) {
1569
1569
  return __awaiter(this, void 0, void 0, function* () {
@@ -1671,7 +1671,7 @@ class ContainerEngineClient {
1671
1671
  * @param ListClustersRequest
1672
1672
  * @return ListClustersResponse
1673
1673
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
1674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
1675
1675
  */
1676
1676
  listClusters(listClustersRequest) {
1677
1677
  return __awaiter(this, void 0, void 0, function* () {
@@ -1780,7 +1780,7 @@ class ContainerEngineClient {
1780
1780
  * @param ListNodePoolsRequest
1781
1781
  * @return ListNodePoolsResponse
1782
1782
  * @throws OciError when an error occurs
1783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
1783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
1784
1784
  */
1785
1785
  listNodePools(listNodePoolsRequest) {
1786
1786
  return __awaiter(this, void 0, void 0, function* () {
@@ -1890,7 +1890,7 @@ class ContainerEngineClient {
1890
1890
  * @param ListPodShapesRequest
1891
1891
  * @return ListPodShapesResponse
1892
1892
  * @throws OciError when an error occurs
1893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
1894
1894
  */
1895
1895
  listPodShapes(listPodShapesRequest) {
1896
1896
  return __awaiter(this, void 0, void 0, function* () {
@@ -1999,7 +1999,7 @@ class ContainerEngineClient {
1999
1999
  * @param ListVirtualNodePoolsRequest
2000
2000
  * @return ListVirtualNodePoolsResponse
2001
2001
  * @throws OciError when an error occurs
2002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
2002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
2003
2003
  */
2004
2004
  listVirtualNodePools(listVirtualNodePoolsRequest) {
2005
2005
  return __awaiter(this, void 0, void 0, function* () {
@@ -2109,7 +2109,7 @@ class ContainerEngineClient {
2109
2109
  * @param ListVirtualNodesRequest
2110
2110
  * @return ListVirtualNodesResponse
2111
2111
  * @throws OciError when an error occurs
2112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
2112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
2113
2113
  */
2114
2114
  listVirtualNodes(listVirtualNodesRequest) {
2115
2115
  return __awaiter(this, void 0, void 0, function* () {
@@ -2218,7 +2218,7 @@ class ContainerEngineClient {
2218
2218
  * @param ListWorkRequestErrorsRequest
2219
2219
  * @return ListWorkRequestErrorsResponse
2220
2220
  * @throws OciError when an error occurs
2221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2222
2222
  */
2223
2223
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2224
2224
  return __awaiter(this, void 0, void 0, function* () {
@@ -2278,7 +2278,7 @@ class ContainerEngineClient {
2278
2278
  * @param ListWorkRequestLogsRequest
2279
2279
  * @return ListWorkRequestLogsResponse
2280
2280
  * @throws OciError when an error occurs
2281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2282
2282
  */
2283
2283
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2284
2284
  return __awaiter(this, void 0, void 0, function* () {
@@ -2338,7 +2338,7 @@ class ContainerEngineClient {
2338
2338
  * @param ListWorkRequestsRequest
2339
2339
  * @return ListWorkRequestsResponse
2340
2340
  * @throws OciError when an error occurs
2341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2342
2342
  */
2343
2343
  listWorkRequests(listWorkRequestsRequest) {
2344
2344
  return __awaiter(this, void 0, void 0, function* () {
@@ -2449,7 +2449,7 @@ class ContainerEngineClient {
2449
2449
  * @param UpdateAddonRequest
2450
2450
  * @return UpdateAddonResponse
2451
2451
  * @throws OciError when an error occurs
2452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
2452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
2453
2453
  */
2454
2454
  updateAddon(updateAddonRequest) {
2455
2455
  return __awaiter(this, void 0, void 0, function* () {
@@ -2511,7 +2511,7 @@ class ContainerEngineClient {
2511
2511
  * @param UpdateClusterRequest
2512
2512
  * @return UpdateClusterResponse
2513
2513
  * @throws OciError when an error occurs
2514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
2514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
2515
2515
  */
2516
2516
  updateCluster(updateClusterRequest) {
2517
2517
  return __awaiter(this, void 0, void 0, function* () {
@@ -2572,7 +2572,7 @@ class ContainerEngineClient {
2572
2572
  * @param UpdateClusterEndpointConfigRequest
2573
2573
  * @return UpdateClusterEndpointConfigResponse
2574
2574
  * @throws OciError when an error occurs
2575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
2575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
2576
2576
  */
2577
2577
  updateClusterEndpointConfig(updateClusterEndpointConfigRequest) {
2578
2578
  return __awaiter(this, void 0, void 0, function* () {
@@ -2633,7 +2633,7 @@ class ContainerEngineClient {
2633
2633
  * @param UpdateNodePoolRequest
2634
2634
  * @return UpdateNodePoolResponse
2635
2635
  * @throws OciError when an error occurs
2636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
2636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
2637
2637
  */
2638
2638
  updateNodePool(updateNodePoolRequest) {
2639
2639
  return __awaiter(this, void 0, void 0, function* () {
@@ -2697,7 +2697,7 @@ class ContainerEngineClient {
2697
2697
  * @param UpdateVirtualNodePoolRequest
2698
2698
  * @return UpdateVirtualNodePoolResponse
2699
2699
  * @throws OciError when an error occurs
2700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
2700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
2701
2701
  */
2702
2702
  updateVirtualNodePool(updateVirtualNodePoolRequest) {
2703
2703
  return __awaiter(this, void 0, void 0, function* () {
@@ -125,6 +125,10 @@ import * as PodShape from "./pod-shape";
125
125
  export import PodShape = PodShape.PodShape;
126
126
  import * as PodShapeSummary from "./pod-shape-summary";
127
127
  export import PodShapeSummary = PodShapeSummary.PodShapeSummary;
128
+ import * as PreemptibleNodeConfigDetails from "./preemptible-node-config-details";
129
+ export import PreemptibleNodeConfigDetails = PreemptibleNodeConfigDetails.PreemptibleNodeConfigDetails;
130
+ import * as PreemptionAction from "./preemption-action";
131
+ export import PreemptionAction = PreemptionAction.PreemptionAction;
128
132
  import * as ServiceLbConfigDetails from "./service-lb-config-details";
129
133
  export import ServiceLbConfigDetails = ServiceLbConfigDetails.ServiceLbConfigDetails;
130
134
  import * as ShapeMemoryOptions from "./shape-memory-options";
@@ -197,3 +201,5 @@ import * as OciVcnIpNativeClusterPodNetworkOptionDetails from "./oci-vcn-ip-nati
197
201
  export import OciVcnIpNativeClusterPodNetworkOptionDetails = OciVcnIpNativeClusterPodNetworkOptionDetails.OciVcnIpNativeClusterPodNetworkOptionDetails;
198
202
  import * as OciVcnIpNativeNodePoolPodNetworkOptionDetails from "./oci-vcn-ip-native-node-pool-pod-network-option-details";
199
203
  export import OciVcnIpNativeNodePoolPodNetworkOptionDetails = OciVcnIpNativeNodePoolPodNetworkOptionDetails.OciVcnIpNativeNodePoolPodNetworkOptionDetails;
204
+ import * as TerminatePreemptionAction from "./terminate-preemption-action";
205
+ export import TerminatePreemptionAction = TerminatePreemptionAction.TerminatePreemptionAction;
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.NodeSourceOption = exports.NodeSourceDetails = exports.NodeShapeConfig = exports.NodePoolSummary = exports.NodePoolPodNetworkOptionDetails = exports.NodePoolPlacementConfigDetails = exports.NodePoolOptions = exports.NodePoolNodeConfigDetails = exports.NodePoolLifecycleState = exports.NodePool = exports.NodeEvictionNodePoolSettings = exports.NodeError = exports.Node = exports.KubernetesVersionsFilters = exports.KubernetesNetworkConfig = exports.KeyValue = exports.KeyDetails = exports.InstallAddonDetails = exports.InitialVirtualNodeLabel = exports.ImagePolicyConfig = exports.CreateVirtualNodePoolDetails = exports.CreateNodeShapeConfigDetails = exports.CreateNodePoolNodeConfigDetails = exports.CreateNodePoolDetails = exports.CreateImagePolicyConfigDetails = exports.CreateClusterKubeconfigContentDetails = exports.CreateClusterEndpointConfigDetails = exports.CreateClusterDetails = exports.ClusterType = exports.ClusterSummary = exports.ClusterPodNetworkOptionDetails = exports.ClusterOptions = exports.ClusterMigrateToNativeVcnStatus = exports.ClusterMigrateToNativeVcnDetails = exports.ClusterMetadata = exports.ClusterLifecycleState = exports.ClusterEndpoints = exports.ClusterEndpointConfig = exports.ClusterCreateOptions = exports.Cluster = exports.AdmissionControllerOptions = exports.AddonVersions = exports.AddonVersionConfiguration = exports.AddonSummary = exports.AddonOptionSummary = exports.AddonLifecycleState = exports.AddonError = exports.AddonConfiguration = exports.Addon = exports.AddOnOptions = void 0;
38
- exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails = exports.OciVcnIpNativeClusterPodNetworkOptionDetails = exports.NodeSourceViaImageOption = exports.NodeSourceViaImageDetails = exports.FlannelOverlayNodePoolPodNetworkOptionDetails = exports.FlannelOverlayClusterPodNetworkOptionDetails = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperationType = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VirtualNodeTags = exports.VirtualNodeSummary = exports.VirtualNodePoolSummary = exports.VirtualNodePoolLifecycleState = exports.VirtualNodePool = exports.VirtualNodeLifecycleState = exports.VirtualNode = exports.UpdateVirtualNodePoolDetails = exports.UpdateVirtualNodeDetails = exports.UpdateNodeShapeConfigDetails = exports.UpdateNodePoolNodeConfigDetails = exports.UpdateNodePoolDetails = exports.UpdateImagePolicyConfigDetails = exports.UpdateClusterOptionsDetails = exports.UpdateClusterEndpointConfigDetails = exports.UpdateClusterDetails = exports.UpdateAddonDetails = exports.Taint = exports.SortOrder = exports.ShapeOcpuOptions = exports.ShapeNetworkBandwidthOptions = exports.ShapeMemoryOptions = exports.ServiceLbConfigDetails = exports.PodShapeSummary = exports.PodShape = exports.PodConfiguration = exports.PlacementConfiguration = exports.PersistentVolumeConfigDetails = exports.NodeSourceType = void 0;
38
+ exports.TerminatePreemptionAction = exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails = exports.OciVcnIpNativeClusterPodNetworkOptionDetails = exports.NodeSourceViaImageOption = exports.NodeSourceViaImageDetails = exports.FlannelOverlayNodePoolPodNetworkOptionDetails = exports.FlannelOverlayClusterPodNetworkOptionDetails = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperationType = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VirtualNodeTags = exports.VirtualNodeSummary = exports.VirtualNodePoolSummary = exports.VirtualNodePoolLifecycleState = exports.VirtualNodePool = exports.VirtualNodeLifecycleState = exports.VirtualNode = exports.UpdateVirtualNodePoolDetails = exports.UpdateVirtualNodeDetails = exports.UpdateNodeShapeConfigDetails = exports.UpdateNodePoolNodeConfigDetails = exports.UpdateNodePoolDetails = exports.UpdateImagePolicyConfigDetails = exports.UpdateClusterOptionsDetails = exports.UpdateClusterEndpointConfigDetails = exports.UpdateClusterDetails = exports.UpdateAddonDetails = exports.Taint = exports.SortOrder = exports.ShapeOcpuOptions = exports.ShapeNetworkBandwidthOptions = exports.ShapeMemoryOptions = exports.ServiceLbConfigDetails = exports.PreemptionAction = exports.PreemptibleNodeConfigDetails = exports.PodShapeSummary = exports.PodShape = exports.PodConfiguration = exports.PlacementConfiguration = exports.PersistentVolumeConfigDetails = exports.NodeSourceType = void 0;
39
39
  const AddOnOptions = __importStar(require("./add-on-options"));
40
40
  exports.AddOnOptions = AddOnOptions.AddOnOptions;
41
41
  const Addon = __importStar(require("./addon"));
@@ -148,6 +148,10 @@ const PodShape = __importStar(require("./pod-shape"));
148
148
  exports.PodShape = PodShape.PodShape;
149
149
  const PodShapeSummary = __importStar(require("./pod-shape-summary"));
150
150
  exports.PodShapeSummary = PodShapeSummary.PodShapeSummary;
151
+ const PreemptibleNodeConfigDetails = __importStar(require("./preemptible-node-config-details"));
152
+ exports.PreemptibleNodeConfigDetails = PreemptibleNodeConfigDetails.PreemptibleNodeConfigDetails;
153
+ const PreemptionAction = __importStar(require("./preemption-action"));
154
+ exports.PreemptionAction = PreemptionAction.PreemptionAction;
151
155
  const ServiceLbConfigDetails = __importStar(require("./service-lb-config-details"));
152
156
  exports.ServiceLbConfigDetails = ServiceLbConfigDetails.ServiceLbConfigDetails;
153
157
  const ShapeMemoryOptions = __importStar(require("./shape-memory-options"));
@@ -220,4 +224,6 @@ const OciVcnIpNativeClusterPodNetworkOptionDetails = __importStar(require("./oci
220
224
  exports.OciVcnIpNativeClusterPodNetworkOptionDetails = OciVcnIpNativeClusterPodNetworkOptionDetails.OciVcnIpNativeClusterPodNetworkOptionDetails;
221
225
  const OciVcnIpNativeNodePoolPodNetworkOptionDetails = __importStar(require("./oci-vcn-ip-native-node-pool-pod-network-option-details"));
222
226
  exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails = OciVcnIpNativeNodePoolPodNetworkOptionDetails.OciVcnIpNativeNodePoolPodNetworkOptionDetails;
227
+ const TerminatePreemptionAction = __importStar(require("./terminate-preemption-action"));
228
+ exports.TerminatePreemptionAction = TerminatePreemptionAction.TerminatePreemptionAction;
223
229
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -13,6 +13,7 @@ and manage cloud-native applications. For more information, see
13
13
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
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
15
  */
16
+ import * as model from "../model";
16
17
  /**
17
18
  * The location where a node pool will place nodes.
18
19
  */
@@ -31,6 +32,7 @@ export interface NodePoolPlacementConfigDetails {
31
32
  * The OCID of the compute capacity reservation in which to place the compute instance.
32
33
  */
33
34
  "capacityReservationId"?: string;
35
+ "preemptibleNodeConfig"?: model.PreemptibleNodeConfigDetails;
34
36
  /**
35
37
  * A list of fault domains in which to place nodes.
36
38
  *
@@ -14,17 +14,45 @@ and manage cloud-native applications. For more information, see
14
14
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
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
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
+ };
17
36
  Object.defineProperty(exports, "__esModule", { value: true });
18
37
  exports.NodePoolPlacementConfigDetails = void 0;
38
+ const model = __importStar(require("../model"));
19
39
  var NodePoolPlacementConfigDetails;
20
40
  (function (NodePoolPlacementConfigDetails) {
21
41
  function getJsonObj(obj) {
22
- const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "preemptibleNodeConfig": obj.preemptibleNodeConfig
44
+ ? model.PreemptibleNodeConfigDetails.getJsonObj(obj.preemptibleNodeConfig)
45
+ : undefined
46
+ });
23
47
  return jsonObj;
24
48
  }
25
49
  NodePoolPlacementConfigDetails.getJsonObj = getJsonObj;
26
50
  function getDeserializedJsonObj(obj) {
27
- const jsonObj = Object.assign(Object.assign({}, obj), {});
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "preemptibleNodeConfig": obj.preemptibleNodeConfig
53
+ ? model.PreemptibleNodeConfigDetails.getDeserializedJsonObj(obj.preemptibleNodeConfig)
54
+ : undefined
55
+ });
28
56
  return jsonObj;
29
57
  }
30
58
  NodePoolPlacementConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"node-pool-placement-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/node-pool-placement-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8BH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
1
+ {"version":3,"file":"node-pool-placement-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/node-pool-placement-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6BlC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACtF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -0,0 +1,26 @@
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
+ * Configuration options for preemptible nodes.
19
+ */
20
+ export interface PreemptibleNodeConfigDetails {
21
+ "preemptionAction": model.TerminatePreemptionAction;
22
+ }
23
+ export declare namespace PreemptibleNodeConfigDetails {
24
+ function getJsonObj(obj: PreemptibleNodeConfigDetails): object;
25
+ function getDeserializedJsonObj(obj: PreemptibleNodeConfigDetails): object;
26
+ }
@@ -0,0 +1,60 @@
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.PreemptibleNodeConfigDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var PreemptibleNodeConfigDetails;
40
+ (function (PreemptibleNodeConfigDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "preemptionAction": obj.preemptionAction
44
+ ? model.PreemptionAction.getJsonObj(obj.preemptionAction)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ PreemptibleNodeConfigDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "preemptionAction": obj.preemptionAction
53
+ ? model.PreemptionAction.getDeserializedJsonObj(obj.preemptionAction)
54
+ : undefined
55
+ });
56
+ return jsonObj;
57
+ }
58
+ PreemptibleNodeConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
59
+ })(PreemptibleNodeConfigDetails = exports.PreemptibleNodeConfigDetails || (exports.PreemptibleNodeConfigDetails = {}));
60
+ //# sourceMappingURL=preemptible-node-config-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preemptible-node-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/preemptible-node-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -0,0 +1,25 @@
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 action to run when the preemptible node is interrupted for eviction.
18
+ */
19
+ export interface PreemptionAction {
20
+ "type": string;
21
+ }
22
+ export declare namespace PreemptionAction {
23
+ function getJsonObj(obj: PreemptionAction): object;
24
+ function getDeserializedJsonObj(obj: PreemptionAction): object;
25
+ }