oci-containerengine 2.77.0 → 2.78.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.
- package/lib/client.d.ts +51 -45
- package/lib/client.js +53 -44
- package/lib/client.js.map +1 -1
- package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
- package/lib/request/complete-credential-rotation-request.d.ts +1 -1
- package/lib/request/create-cluster-request.d.ts +1 -1
- package/lib/request/create-kubeconfig-request.d.ts +1 -1
- package/lib/request/create-node-pool-request.d.ts +1 -1
- package/lib/request/create-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/create-workload-mapping-request.d.ts +1 -1
- package/lib/request/delete-cluster-request.d.ts +1 -1
- package/lib/request/delete-node-pool-request.d.ts +1 -1
- package/lib/request/delete-node-request.d.ts +1 -1
- package/lib/request/delete-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/delete-workload-mapping-request.d.ts +1 -1
- package/lib/request/disable-addon-request.d.ts +1 -1
- package/lib/request/get-addon-request.d.ts +1 -1
- package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
- package/lib/request/get-cluster-options-request.d.ts +1 -1
- package/lib/request/get-cluster-request.d.ts +1 -1
- package/lib/request/get-credential-rotation-status-request.d.ts +1 -1
- package/lib/request/get-node-pool-options-request.d.ts +1 -1
- package/lib/request/get-node-pool-request.d.ts +1 -1
- package/lib/request/get-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/get-virtual-node-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workload-mapping-request.d.ts +1 -1
- package/lib/request/install-addon-request.d.ts +1 -1
- package/lib/request/list-addon-options-request.d.ts +1 -1
- package/lib/request/list-addons-request.d.ts +1 -1
- package/lib/request/list-clusters-request.d.ts +1 -1
- package/lib/request/list-node-pools-request.d.ts +1 -1
- package/lib/request/list-pod-shapes-request.d.ts +1 -1
- package/lib/request/list-virtual-node-pools-request.d.ts +1 -1
- package/lib/request/list-virtual-nodes-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workload-mappings-request.d.ts +1 -1
- package/lib/request/start-credential-rotation-request.d.ts +1 -1
- package/lib/request/update-addon-request.d.ts +1 -1
- package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
- package/lib/request/update-cluster-request.d.ts +1 -1
- package/lib/request/update-node-pool-request.d.ts +1 -1
- package/lib/request/update-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/update-workload-mapping-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -49,6 +49,7 @@ const model = __importStar(require("./model"));
|
|
|
49
49
|
const oci_common_1 = require("oci-common");
|
|
50
50
|
const containerengine_waiter_1 = require("./containerengine-waiter");
|
|
51
51
|
const oci_common_2 = require("oci-common");
|
|
52
|
+
const Breaker = require("opossum");
|
|
52
53
|
// ===============================================
|
|
53
54
|
// This file is autogenerated - Please do not edit
|
|
54
55
|
// ===============================================
|
|
@@ -185,13 +186,21 @@ class ContainerEngineClient {
|
|
|
185
186
|
}
|
|
186
187
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
187
188
|
}
|
|
189
|
+
/**
|
|
190
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
191
|
+
*/
|
|
192
|
+
shutdownCircuitBreaker() {
|
|
193
|
+
if (this._circuitBreaker) {
|
|
194
|
+
this._circuitBreaker.shutdown();
|
|
195
|
+
}
|
|
196
|
+
}
|
|
188
197
|
/**
|
|
189
198
|
* Initiates cluster migration to use native VCN.
|
|
190
199
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
191
200
|
* @param ClusterMigrateToNativeVcnRequest
|
|
192
201
|
* @return ClusterMigrateToNativeVcnResponse
|
|
193
202
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
|
|
195
204
|
*/
|
|
196
205
|
clusterMigrateToNativeVcn(clusterMigrateToNativeVcnRequest) {
|
|
197
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -252,7 +261,7 @@ class ContainerEngineClient {
|
|
|
252
261
|
* @param CompleteCredentialRotationRequest
|
|
253
262
|
* @return CompleteCredentialRotationResponse
|
|
254
263
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CompleteCredentialRotation.ts.html |here} to see how to use CompleteCredentialRotation API.
|
|
256
265
|
*/
|
|
257
266
|
completeCredentialRotation(completeCredentialRotationRequest) {
|
|
258
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +322,7 @@ class ContainerEngineClient {
|
|
|
313
322
|
* @param CreateClusterRequest
|
|
314
323
|
* @return CreateClusterResponse
|
|
315
324
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
|
|
317
326
|
*/
|
|
318
327
|
createCluster(createClusterRequest) {
|
|
319
328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -372,7 +381,7 @@ class ContainerEngineClient {
|
|
|
372
381
|
* @param CreateKubeconfigRequest
|
|
373
382
|
* @return CreateKubeconfigResponse
|
|
374
383
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
|
|
376
385
|
*/
|
|
377
386
|
createKubeconfig(createKubeconfigRequest) {
|
|
378
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -430,7 +439,7 @@ class ContainerEngineClient {
|
|
|
430
439
|
* @param CreateNodePoolRequest
|
|
431
440
|
* @return CreateNodePoolResponse
|
|
432
441
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
|
|
434
443
|
*/
|
|
435
444
|
createNodePool(createNodePoolRequest) {
|
|
436
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +498,7 @@ class ContainerEngineClient {
|
|
|
489
498
|
* @param CreateVirtualNodePoolRequest
|
|
490
499
|
* @return CreateVirtualNodePoolResponse
|
|
491
500
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
|
|
493
502
|
*/
|
|
494
503
|
createVirtualNodePool(createVirtualNodePoolRequest) {
|
|
495
504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +557,7 @@ class ContainerEngineClient {
|
|
|
548
557
|
* @param CreateWorkloadMappingRequest
|
|
549
558
|
* @return CreateWorkloadMappingResponse
|
|
550
559
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMapping API.
|
|
552
561
|
*/
|
|
553
562
|
createWorkloadMapping(createWorkloadMappingRequest) {
|
|
554
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -613,7 +622,7 @@ class ContainerEngineClient {
|
|
|
613
622
|
* @param DeleteClusterRequest
|
|
614
623
|
* @return DeleteClusterResponse
|
|
615
624
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
|
|
617
626
|
*/
|
|
618
627
|
deleteCluster(deleteClusterRequest) {
|
|
619
628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -673,7 +682,7 @@ class ContainerEngineClient {
|
|
|
673
682
|
* @param DeleteNodeRequest
|
|
674
683
|
* @return DeleteNodeResponse
|
|
675
684
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
|
|
677
686
|
*/
|
|
678
687
|
deleteNode(deleteNodeRequest) {
|
|
679
688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -738,7 +747,7 @@ class ContainerEngineClient {
|
|
|
738
747
|
* @param DeleteNodePoolRequest
|
|
739
748
|
* @return DeleteNodePoolResponse
|
|
740
749
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
|
|
742
751
|
*/
|
|
743
752
|
deleteNodePool(deleteNodePoolRequest) {
|
|
744
753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +810,7 @@ class ContainerEngineClient {
|
|
|
801
810
|
* @param DeleteVirtualNodePoolRequest
|
|
802
811
|
* @return DeleteVirtualNodePoolResponse
|
|
803
812
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
|
|
805
814
|
*/
|
|
806
815
|
deleteVirtualNodePool(deleteVirtualNodePoolRequest) {
|
|
807
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +873,7 @@ class ContainerEngineClient {
|
|
|
864
873
|
* @param DeleteWorkRequestRequest
|
|
865
874
|
* @return DeleteWorkRequestResponse
|
|
866
875
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
868
877
|
*/
|
|
869
878
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
870
879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +928,7 @@ class ContainerEngineClient {
|
|
|
919
928
|
* @param DeleteWorkloadMappingRequest
|
|
920
929
|
* @return DeleteWorkloadMappingResponse
|
|
921
930
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMapping API.
|
|
923
932
|
*/
|
|
924
933
|
deleteWorkloadMapping(deleteWorkloadMappingRequest) {
|
|
925
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -975,7 +984,7 @@ class ContainerEngineClient {
|
|
|
975
984
|
* @param DisableAddonRequest
|
|
976
985
|
* @return DisableAddonResponse
|
|
977
986
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
|
|
979
988
|
*/
|
|
980
989
|
disableAddon(disableAddonRequest) {
|
|
981
990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1038,7 +1047,7 @@ class ContainerEngineClient {
|
|
|
1038
1047
|
* @param GetAddonRequest
|
|
1039
1048
|
* @return GetAddonResponse
|
|
1040
1049
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
|
|
1042
1051
|
*/
|
|
1043
1052
|
getAddon(getAddonRequest) {
|
|
1044
1053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1102,7 +1111,7 @@ class ContainerEngineClient {
|
|
|
1102
1111
|
* @param GetClusterRequest
|
|
1103
1112
|
* @return GetClusterResponse
|
|
1104
1113
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
|
|
1106
1115
|
*/
|
|
1107
1116
|
getCluster(getClusterRequest) {
|
|
1108
1117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1165,7 +1174,7 @@ class ContainerEngineClient {
|
|
|
1165
1174
|
* @param GetClusterMigrateToNativeVcnStatusRequest
|
|
1166
1175
|
* @return GetClusterMigrateToNativeVcnStatusResponse
|
|
1167
1176
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
|
|
1169
1178
|
*/
|
|
1170
1179
|
getClusterMigrateToNativeVcnStatus(getClusterMigrateToNativeVcnStatusRequest) {
|
|
1171
1180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1228,7 +1237,7 @@ class ContainerEngineClient {
|
|
|
1228
1237
|
* @param GetClusterOptionsRequest
|
|
1229
1238
|
* @return GetClusterOptionsResponse
|
|
1230
1239
|
* @throws OciError when an error occurs
|
|
1231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
|
|
1232
1241
|
*/
|
|
1233
1242
|
getClusterOptions(getClusterOptionsRequest) {
|
|
1234
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1288,7 +1297,7 @@ class ContainerEngineClient {
|
|
|
1288
1297
|
* @param GetCredentialRotationStatusRequest
|
|
1289
1298
|
* @return GetCredentialRotationStatusResponse
|
|
1290
1299
|
* @throws OciError when an error occurs
|
|
1291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetCredentialRotationStatus.ts.html |here} to see how to use GetCredentialRotationStatus API.
|
|
1292
1301
|
*/
|
|
1293
1302
|
getCredentialRotationStatus(getCredentialRotationStatusRequest) {
|
|
1294
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1351,7 +1360,7 @@ class ContainerEngineClient {
|
|
|
1351
1360
|
* @param GetNodePoolRequest
|
|
1352
1361
|
* @return GetNodePoolResponse
|
|
1353
1362
|
* @throws OciError when an error occurs
|
|
1354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
|
|
1355
1364
|
*/
|
|
1356
1365
|
getNodePool(getNodePoolRequest) {
|
|
1357
1366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1423,7 @@ class ContainerEngineClient {
|
|
|
1414
1423
|
* @param GetNodePoolOptionsRequest
|
|
1415
1424
|
* @return GetNodePoolOptionsResponse
|
|
1416
1425
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
|
|
1418
1427
|
*/
|
|
1419
1428
|
getNodePoolOptions(getNodePoolOptionsRequest) {
|
|
1420
1429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1483,7 @@ class ContainerEngineClient {
|
|
|
1474
1483
|
* @param GetVirtualNodeRequest
|
|
1475
1484
|
* @return GetVirtualNodeResponse
|
|
1476
1485
|
* @throws OciError when an error occurs
|
|
1477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
|
|
1478
1487
|
*/
|
|
1479
1488
|
getVirtualNode(getVirtualNodeRequest) {
|
|
1480
1489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1538,7 +1547,7 @@ class ContainerEngineClient {
|
|
|
1538
1547
|
* @param GetVirtualNodePoolRequest
|
|
1539
1548
|
* @return GetVirtualNodePoolResponse
|
|
1540
1549
|
* @throws OciError when an error occurs
|
|
1541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
|
|
1542
1551
|
*/
|
|
1543
1552
|
getVirtualNodePool(getVirtualNodePoolRequest) {
|
|
1544
1553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1610,7 @@ class ContainerEngineClient {
|
|
|
1601
1610
|
* @param GetWorkRequestRequest
|
|
1602
1611
|
* @return GetWorkRequestResponse
|
|
1603
1612
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1605
1614
|
*/
|
|
1606
1615
|
getWorkRequest(getWorkRequestRequest) {
|
|
1607
1616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1669,7 +1678,7 @@ class ContainerEngineClient {
|
|
|
1669
1678
|
* @param GetWorkloadMappingRequest
|
|
1670
1679
|
* @return GetWorkloadMappingResponse
|
|
1671
1680
|
* @throws OciError when an error occurs
|
|
1672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/GetWorkloadMapping.ts.html |here} to see how to use GetWorkloadMapping API.
|
|
1673
1682
|
*/
|
|
1674
1683
|
getWorkloadMapping(getWorkloadMappingRequest) {
|
|
1675
1684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1733,7 +1742,7 @@ class ContainerEngineClient {
|
|
|
1733
1742
|
* @param InstallAddonRequest
|
|
1734
1743
|
* @return InstallAddonResponse
|
|
1735
1744
|
* @throws OciError when an error occurs
|
|
1736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
|
|
1737
1746
|
*/
|
|
1738
1747
|
installAddon(installAddonRequest) {
|
|
1739
1748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1804,7 @@ class ContainerEngineClient {
|
|
|
1795
1804
|
* @param ListAddonOptionsRequest
|
|
1796
1805
|
* @return ListAddonOptionsResponse
|
|
1797
1806
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
|
|
1799
1808
|
*/
|
|
1800
1809
|
listAddonOptions(listAddonOptionsRequest) {
|
|
1801
1810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1903,7 +1912,7 @@ class ContainerEngineClient {
|
|
|
1903
1912
|
* @param ListAddonsRequest
|
|
1904
1913
|
* @return ListAddonsResponse
|
|
1905
1914
|
* @throws OciError when an error occurs
|
|
1906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
|
|
1907
1916
|
*/
|
|
1908
1917
|
listAddons(listAddonsRequest) {
|
|
1909
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2011,7 +2020,7 @@ class ContainerEngineClient {
|
|
|
2011
2020
|
* @param ListClustersRequest
|
|
2012
2021
|
* @return ListClustersResponse
|
|
2013
2022
|
* @throws OciError when an error occurs
|
|
2014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
|
|
2015
2024
|
*/
|
|
2016
2025
|
listClusters(listClustersRequest) {
|
|
2017
2026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2120,7 +2129,7 @@ class ContainerEngineClient {
|
|
|
2120
2129
|
* @param ListNodePoolsRequest
|
|
2121
2130
|
* @return ListNodePoolsResponse
|
|
2122
2131
|
* @throws OciError when an error occurs
|
|
2123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
|
|
2124
2133
|
*/
|
|
2125
2134
|
listNodePools(listNodePoolsRequest) {
|
|
2126
2135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2230,7 +2239,7 @@ class ContainerEngineClient {
|
|
|
2230
2239
|
* @param ListPodShapesRequest
|
|
2231
2240
|
* @return ListPodShapesResponse
|
|
2232
2241
|
* @throws OciError when an error occurs
|
|
2233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
|
|
2234
2243
|
*/
|
|
2235
2244
|
listPodShapes(listPodShapesRequest) {
|
|
2236
2245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2339,7 +2348,7 @@ class ContainerEngineClient {
|
|
|
2339
2348
|
* @param ListVirtualNodePoolsRequest
|
|
2340
2349
|
* @return ListVirtualNodePoolsResponse
|
|
2341
2350
|
* @throws OciError when an error occurs
|
|
2342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
|
|
2343
2352
|
*/
|
|
2344
2353
|
listVirtualNodePools(listVirtualNodePoolsRequest) {
|
|
2345
2354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2449,7 +2458,7 @@ class ContainerEngineClient {
|
|
|
2449
2458
|
* @param ListVirtualNodesRequest
|
|
2450
2459
|
* @return ListVirtualNodesResponse
|
|
2451
2460
|
* @throws OciError when an error occurs
|
|
2452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
|
|
2453
2462
|
*/
|
|
2454
2463
|
listVirtualNodes(listVirtualNodesRequest) {
|
|
2455
2464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2558,7 +2567,7 @@ class ContainerEngineClient {
|
|
|
2558
2567
|
* @param ListWorkRequestErrorsRequest
|
|
2559
2568
|
* @return ListWorkRequestErrorsResponse
|
|
2560
2569
|
* @throws OciError when an error occurs
|
|
2561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2562
2571
|
*/
|
|
2563
2572
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2564
2573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2627,7 @@ class ContainerEngineClient {
|
|
|
2618
2627
|
* @param ListWorkRequestLogsRequest
|
|
2619
2628
|
* @return ListWorkRequestLogsResponse
|
|
2620
2629
|
* @throws OciError when an error occurs
|
|
2621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2622
2631
|
*/
|
|
2623
2632
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2624
2633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2678,7 +2687,7 @@ class ContainerEngineClient {
|
|
|
2678
2687
|
* @param ListWorkRequestsRequest
|
|
2679
2688
|
* @return ListWorkRequestsResponse
|
|
2680
2689
|
* @throws OciError when an error occurs
|
|
2681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2682
2691
|
*/
|
|
2683
2692
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2684
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2789,7 +2798,7 @@ class ContainerEngineClient {
|
|
|
2789
2798
|
* @param ListWorkloadMappingsRequest
|
|
2790
2799
|
* @return ListWorkloadMappingsResponse
|
|
2791
2800
|
* @throws OciError when an error occurs
|
|
2792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/ListWorkloadMappings.ts.html |here} to see how to use ListWorkloadMappings API.
|
|
2793
2802
|
*/
|
|
2794
2803
|
listWorkloadMappings(listWorkloadMappingsRequest) {
|
|
2795
2804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2897,7 +2906,7 @@ class ContainerEngineClient {
|
|
|
2897
2906
|
* @param StartCredentialRotationRequest
|
|
2898
2907
|
* @return StartCredentialRotationResponse
|
|
2899
2908
|
* @throws OciError when an error occurs
|
|
2900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/StartCredentialRotation.ts.html |here} to see how to use StartCredentialRotation API.
|
|
2901
2910
|
*/
|
|
2902
2911
|
startCredentialRotation(startCredentialRotationRequest) {
|
|
2903
2912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2959,7 +2968,7 @@ class ContainerEngineClient {
|
|
|
2959
2968
|
* @param UpdateAddonRequest
|
|
2960
2969
|
* @return UpdateAddonResponse
|
|
2961
2970
|
* @throws OciError when an error occurs
|
|
2962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
|
|
2963
2972
|
*/
|
|
2964
2973
|
updateAddon(updateAddonRequest) {
|
|
2965
2974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3021,7 +3030,7 @@ class ContainerEngineClient {
|
|
|
3021
3030
|
* @param UpdateClusterRequest
|
|
3022
3031
|
* @return UpdateClusterResponse
|
|
3023
3032
|
* @throws OciError when an error occurs
|
|
3024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
|
|
3025
3034
|
*/
|
|
3026
3035
|
updateCluster(updateClusterRequest) {
|
|
3027
3036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3082,7 +3091,7 @@ class ContainerEngineClient {
|
|
|
3082
3091
|
* @param UpdateClusterEndpointConfigRequest
|
|
3083
3092
|
* @return UpdateClusterEndpointConfigResponse
|
|
3084
3093
|
* @throws OciError when an error occurs
|
|
3085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
|
|
3086
3095
|
*/
|
|
3087
3096
|
updateClusterEndpointConfig(updateClusterEndpointConfigRequest) {
|
|
3088
3097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3143,7 +3152,7 @@ class ContainerEngineClient {
|
|
|
3143
3152
|
* @param UpdateNodePoolRequest
|
|
3144
3153
|
* @return UpdateNodePoolResponse
|
|
3145
3154
|
* @throws OciError when an error occurs
|
|
3146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
|
|
3147
3156
|
*/
|
|
3148
3157
|
updateNodePool(updateNodePoolRequest) {
|
|
3149
3158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3207,7 +3216,7 @@ class ContainerEngineClient {
|
|
|
3207
3216
|
* @param UpdateVirtualNodePoolRequest
|
|
3208
3217
|
* @return UpdateVirtualNodePoolResponse
|
|
3209
3218
|
* @throws OciError when an error occurs
|
|
3210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
|
|
3211
3220
|
*/
|
|
3212
3221
|
updateVirtualNodePool(updateVirtualNodePoolRequest) {
|
|
3213
3222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3268,7 +3277,7 @@ class ContainerEngineClient {
|
|
|
3268
3277
|
* @param UpdateWorkloadMappingRequest
|
|
3269
3278
|
* @return UpdateWorkloadMappingResponse
|
|
3270
3279
|
* @throws OciError when an error occurs
|
|
3271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/containerengine/UpdateWorkloadMapping.ts.html |here} to see how to use UpdateWorkloadMapping API.
|
|
3272
3281
|
*/
|
|
3273
3282
|
updateWorkloadMapping(updateWorkloadMappingRequest) {
|
|
3274
3283
|
return __awaiter(this, void 0, void 0, function* () {
|