oci-containerengine 2.65.0 → 2.67.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 +68 -41
- package/lib/client.js +227 -41
- package/lib/client.js.map +1 -1
- package/lib/model/cluster-metadata.d.ts +4 -0
- package/lib/model/cluster-metadata.js.map +1 -1
- package/lib/model/credential-rotation-status.d.ts +66 -0
- package/lib/model/credential-rotation-status.js +55 -0
- package/lib/model/credential-rotation-status.js.map +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +7 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/start-credential-rotation-details.d.ts +28 -0
- package/lib/model/start-credential-rotation-details.js +32 -0
- package/lib/model/start-credential-rotation-details.js.map +1 -0
- package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
- package/lib/request/complete-credential-rotation-request.d.ts +41 -0
- package/lib/request/complete-credential-rotation-request.js +15 -0
- package/lib/request/complete-credential-rotation-request.js.map +1 -0
- 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 +28 -0
- package/lib/request/get-credential-rotation-status-request.js +15 -0
- package/lib/request/get-credential-rotation-status-request.js.map +1 -0
- 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/index.d.ts +6 -0
- package/lib/request/index.js.map +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 +46 -0
- package/lib/request/start-credential-rotation-request.js +15 -0
- package/lib/request/start-credential-rotation-request.js.map +1 -0
- 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/lib/response/complete-credential-rotation-response.d.ts +22 -0
- package/lib/response/complete-credential-rotation-response.js +15 -0
- package/lib/response/complete-credential-rotation-response.js.map +1 -0
- package/lib/response/get-credential-rotation-status-response.d.ts +29 -0
- package/lib/response/get-credential-rotation-status-response.js +15 -0
- package/lib/response/get-credential-rotation-status-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/start-credential-rotation-response.d.ts +22 -0
- package/lib/response/start-credential-rotation-response.js +15 -0
- package/lib/response/start-credential-rotation-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -183,7 +183,7 @@ class ContainerEngineClient {
|
|
|
183
183
|
* @param ClusterMigrateToNativeVcnRequest
|
|
184
184
|
* @return ClusterMigrateToNativeVcnResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
|
|
187
187
|
*/
|
|
188
188
|
clusterMigrateToNativeVcn(clusterMigrateToNativeVcnRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,13 +238,74 @@ class ContainerEngineClient {
|
|
|
238
238
|
}
|
|
239
239
|
});
|
|
240
240
|
}
|
|
241
|
+
/**
|
|
242
|
+
* Complete cluster credential rotation. Retire old credentials from kubernetes components.
|
|
243
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
244
|
+
* @param CompleteCredentialRotationRequest
|
|
245
|
+
* @return CompleteCredentialRotationResponse
|
|
246
|
+
* @throws OciError when an error occurs
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CompleteCredentialRotation.ts.html |here} to see how to use CompleteCredentialRotation API.
|
|
248
|
+
*/
|
|
249
|
+
completeCredentialRotation(completeCredentialRotationRequest) {
|
|
250
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
251
|
+
if (this.logger)
|
|
252
|
+
this.logger.debug("Calling operation ContainerEngineClient#completeCredentialRotation.");
|
|
253
|
+
const operationName = "completeCredentialRotation";
|
|
254
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/containerengine/20180222/Cluster/CompleteCredentialRotation";
|
|
255
|
+
const pathParams = {
|
|
256
|
+
"{clusterId}": completeCredentialRotationRequest.clusterId
|
|
257
|
+
};
|
|
258
|
+
const queryParams = {};
|
|
259
|
+
let headerParams = {
|
|
260
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
261
|
+
"opc-retry-token": completeCredentialRotationRequest.opcRetryToken,
|
|
262
|
+
"opc-request-id": completeCredentialRotationRequest.opcRequestId,
|
|
263
|
+
"if-match": completeCredentialRotationRequest.ifMatch
|
|
264
|
+
};
|
|
265
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
266
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, completeCredentialRotationRequest.retryConfiguration, specRetryConfiguration);
|
|
267
|
+
if (this.logger)
|
|
268
|
+
retrier.logger = this.logger;
|
|
269
|
+
const request = yield oci_common_2.composeRequest({
|
|
270
|
+
baseEndpoint: this._endpoint,
|
|
271
|
+
defaultHeaders: this._defaultHeaders,
|
|
272
|
+
path: "/clusters/{clusterId}/actions/completeCredentialRotation",
|
|
273
|
+
method: "POST",
|
|
274
|
+
pathParams: pathParams,
|
|
275
|
+
headerParams: headerParams,
|
|
276
|
+
queryParams: queryParams
|
|
277
|
+
});
|
|
278
|
+
try {
|
|
279
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
280
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
281
|
+
responseObject: {},
|
|
282
|
+
responseHeaders: [
|
|
283
|
+
{
|
|
284
|
+
value: response.headers.get("opc-work-request-id"),
|
|
285
|
+
key: "opcWorkRequestId",
|
|
286
|
+
dataType: "string"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
value: response.headers.get("opc-request-id"),
|
|
290
|
+
key: "opcRequestId",
|
|
291
|
+
dataType: "string"
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
});
|
|
295
|
+
return sdkResponse;
|
|
296
|
+
}
|
|
297
|
+
catch (err) {
|
|
298
|
+
throw err;
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
}
|
|
241
302
|
/**
|
|
242
303
|
* Create a new cluster.
|
|
243
304
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
244
305
|
* @param CreateClusterRequest
|
|
245
306
|
* @return CreateClusterResponse
|
|
246
307
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
|
|
248
309
|
*/
|
|
249
310
|
createCluster(createClusterRequest) {
|
|
250
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -303,7 +364,7 @@ class ContainerEngineClient {
|
|
|
303
364
|
* @param CreateKubeconfigRequest
|
|
304
365
|
* @return CreateKubeconfigResponse
|
|
305
366
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
|
|
307
368
|
*/
|
|
308
369
|
createKubeconfig(createKubeconfigRequest) {
|
|
309
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -361,7 +422,7 @@ class ContainerEngineClient {
|
|
|
361
422
|
* @param CreateNodePoolRequest
|
|
362
423
|
* @return CreateNodePoolResponse
|
|
363
424
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
|
|
365
426
|
*/
|
|
366
427
|
createNodePool(createNodePoolRequest) {
|
|
367
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +481,7 @@ class ContainerEngineClient {
|
|
|
420
481
|
* @param CreateVirtualNodePoolRequest
|
|
421
482
|
* @return CreateVirtualNodePoolResponse
|
|
422
483
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
|
|
424
485
|
*/
|
|
425
486
|
createVirtualNodePool(createVirtualNodePoolRequest) {
|
|
426
487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -479,7 +540,7 @@ class ContainerEngineClient {
|
|
|
479
540
|
* @param CreateWorkloadMappingRequest
|
|
480
541
|
* @return CreateWorkloadMappingResponse
|
|
481
542
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMapping API.
|
|
483
544
|
*/
|
|
484
545
|
createWorkloadMapping(createWorkloadMappingRequest) {
|
|
485
546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +605,7 @@ class ContainerEngineClient {
|
|
|
544
605
|
* @param DeleteClusterRequest
|
|
545
606
|
* @return DeleteClusterResponse
|
|
546
607
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
|
|
548
609
|
*/
|
|
549
610
|
deleteCluster(deleteClusterRequest) {
|
|
550
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -604,7 +665,7 @@ class ContainerEngineClient {
|
|
|
604
665
|
* @param DeleteNodeRequest
|
|
605
666
|
* @return DeleteNodeResponse
|
|
606
667
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
|
|
608
669
|
*/
|
|
609
670
|
deleteNode(deleteNodeRequest) {
|
|
610
671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -669,7 +730,7 @@ class ContainerEngineClient {
|
|
|
669
730
|
* @param DeleteNodePoolRequest
|
|
670
731
|
* @return DeleteNodePoolResponse
|
|
671
732
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
|
|
673
734
|
*/
|
|
674
735
|
deleteNodePool(deleteNodePoolRequest) {
|
|
675
736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +793,7 @@ class ContainerEngineClient {
|
|
|
732
793
|
* @param DeleteVirtualNodePoolRequest
|
|
733
794
|
* @return DeleteVirtualNodePoolResponse
|
|
734
795
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
|
|
736
797
|
*/
|
|
737
798
|
deleteVirtualNodePool(deleteVirtualNodePoolRequest) {
|
|
738
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -795,7 +856,7 @@ class ContainerEngineClient {
|
|
|
795
856
|
* @param DeleteWorkRequestRequest
|
|
796
857
|
* @return DeleteWorkRequestResponse
|
|
797
858
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
799
860
|
*/
|
|
800
861
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
801
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +911,7 @@ class ContainerEngineClient {
|
|
|
850
911
|
* @param DeleteWorkloadMappingRequest
|
|
851
912
|
* @return DeleteWorkloadMappingResponse
|
|
852
913
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMapping API.
|
|
854
915
|
*/
|
|
855
916
|
deleteWorkloadMapping(deleteWorkloadMappingRequest) {
|
|
856
917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -906,7 +967,7 @@ class ContainerEngineClient {
|
|
|
906
967
|
* @param DisableAddonRequest
|
|
907
968
|
* @return DisableAddonResponse
|
|
908
969
|
* @throws OciError when an error occurs
|
|
909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
|
|
910
971
|
*/
|
|
911
972
|
disableAddon(disableAddonRequest) {
|
|
912
973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +1030,7 @@ class ContainerEngineClient {
|
|
|
969
1030
|
* @param GetAddonRequest
|
|
970
1031
|
* @return GetAddonResponse
|
|
971
1032
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
|
|
973
1034
|
*/
|
|
974
1035
|
getAddon(getAddonRequest) {
|
|
975
1036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1033,7 +1094,7 @@ class ContainerEngineClient {
|
|
|
1033
1094
|
* @param GetClusterRequest
|
|
1034
1095
|
* @return GetClusterResponse
|
|
1035
1096
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
|
|
1037
1098
|
*/
|
|
1038
1099
|
getCluster(getClusterRequest) {
|
|
1039
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1096,7 +1157,7 @@ class ContainerEngineClient {
|
|
|
1096
1157
|
* @param GetClusterMigrateToNativeVcnStatusRequest
|
|
1097
1158
|
* @return GetClusterMigrateToNativeVcnStatusResponse
|
|
1098
1159
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
|
|
1100
1161
|
*/
|
|
1101
1162
|
getClusterMigrateToNativeVcnStatus(getClusterMigrateToNativeVcnStatusRequest) {
|
|
1102
1163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1159,7 +1220,7 @@ class ContainerEngineClient {
|
|
|
1159
1220
|
* @param GetClusterOptionsRequest
|
|
1160
1221
|
* @return GetClusterOptionsResponse
|
|
1161
1222
|
* @throws OciError when an error occurs
|
|
1162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
|
|
1163
1224
|
*/
|
|
1164
1225
|
getClusterOptions(getClusterOptionsRequest) {
|
|
1165
1226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1213,13 +1274,76 @@ class ContainerEngineClient {
|
|
|
1213
1274
|
}
|
|
1214
1275
|
});
|
|
1215
1276
|
}
|
|
1277
|
+
/**
|
|
1278
|
+
* Get cluster credential rotation status.
|
|
1279
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1280
|
+
* @param GetCredentialRotationStatusRequest
|
|
1281
|
+
* @return GetCredentialRotationStatusResponse
|
|
1282
|
+
* @throws OciError when an error occurs
|
|
1283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetCredentialRotationStatus.ts.html |here} to see how to use GetCredentialRotationStatus API.
|
|
1284
|
+
*/
|
|
1285
|
+
getCredentialRotationStatus(getCredentialRotationStatusRequest) {
|
|
1286
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1287
|
+
if (this.logger)
|
|
1288
|
+
this.logger.debug("Calling operation ContainerEngineClient#getCredentialRotationStatus.");
|
|
1289
|
+
const operationName = "getCredentialRotationStatus";
|
|
1290
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/containerengine/20180222/CredentialRotationStatus/GetCredentialRotationStatus";
|
|
1291
|
+
const pathParams = {
|
|
1292
|
+
"{clusterId}": getCredentialRotationStatusRequest.clusterId
|
|
1293
|
+
};
|
|
1294
|
+
const queryParams = {};
|
|
1295
|
+
let headerParams = {
|
|
1296
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1297
|
+
"opc-request-id": getCredentialRotationStatusRequest.opcRequestId
|
|
1298
|
+
};
|
|
1299
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1300
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCredentialRotationStatusRequest.retryConfiguration, specRetryConfiguration);
|
|
1301
|
+
if (this.logger)
|
|
1302
|
+
retrier.logger = this.logger;
|
|
1303
|
+
const request = yield oci_common_2.composeRequest({
|
|
1304
|
+
baseEndpoint: this._endpoint,
|
|
1305
|
+
defaultHeaders: this._defaultHeaders,
|
|
1306
|
+
path: "/clusters/{clusterId}/credentialRotationStatus",
|
|
1307
|
+
method: "GET",
|
|
1308
|
+
pathParams: pathParams,
|
|
1309
|
+
headerParams: headerParams,
|
|
1310
|
+
queryParams: queryParams
|
|
1311
|
+
});
|
|
1312
|
+
try {
|
|
1313
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1314
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
1315
|
+
responseObject: {},
|
|
1316
|
+
body: yield response.json(),
|
|
1317
|
+
bodyKey: "credentialRotationStatus",
|
|
1318
|
+
bodyModel: model.CredentialRotationStatus,
|
|
1319
|
+
type: "model.CredentialRotationStatus",
|
|
1320
|
+
responseHeaders: [
|
|
1321
|
+
{
|
|
1322
|
+
value: response.headers.get("etag"),
|
|
1323
|
+
key: "etag",
|
|
1324
|
+
dataType: "string"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
value: response.headers.get("opc-request-id"),
|
|
1328
|
+
key: "opcRequestId",
|
|
1329
|
+
dataType: "string"
|
|
1330
|
+
}
|
|
1331
|
+
]
|
|
1332
|
+
});
|
|
1333
|
+
return sdkResponse;
|
|
1334
|
+
}
|
|
1335
|
+
catch (err) {
|
|
1336
|
+
throw err;
|
|
1337
|
+
}
|
|
1338
|
+
});
|
|
1339
|
+
}
|
|
1216
1340
|
/**
|
|
1217
1341
|
* Get the details of a node pool.
|
|
1218
1342
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1219
1343
|
* @param GetNodePoolRequest
|
|
1220
1344
|
* @return GetNodePoolResponse
|
|
1221
1345
|
* @throws OciError when an error occurs
|
|
1222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
|
|
1223
1347
|
*/
|
|
1224
1348
|
getNodePool(getNodePoolRequest) {
|
|
1225
1349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1282,7 +1406,7 @@ class ContainerEngineClient {
|
|
|
1282
1406
|
* @param GetNodePoolOptionsRequest
|
|
1283
1407
|
* @return GetNodePoolOptionsResponse
|
|
1284
1408
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
|
|
1286
1410
|
*/
|
|
1287
1411
|
getNodePoolOptions(getNodePoolOptionsRequest) {
|
|
1288
1412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1342,7 +1466,7 @@ class ContainerEngineClient {
|
|
|
1342
1466
|
* @param GetVirtualNodeRequest
|
|
1343
1467
|
* @return GetVirtualNodeResponse
|
|
1344
1468
|
* @throws OciError when an error occurs
|
|
1345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
|
|
1346
1470
|
*/
|
|
1347
1471
|
getVirtualNode(getVirtualNodeRequest) {
|
|
1348
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1406,7 +1530,7 @@ class ContainerEngineClient {
|
|
|
1406
1530
|
* @param GetVirtualNodePoolRequest
|
|
1407
1531
|
* @return GetVirtualNodePoolResponse
|
|
1408
1532
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
|
|
1410
1534
|
*/
|
|
1411
1535
|
getVirtualNodePool(getVirtualNodePoolRequest) {
|
|
1412
1536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1469,7 +1593,7 @@ class ContainerEngineClient {
|
|
|
1469
1593
|
* @param GetWorkRequestRequest
|
|
1470
1594
|
* @return GetWorkRequestResponse
|
|
1471
1595
|
* @throws OciError when an error occurs
|
|
1472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1473
1597
|
*/
|
|
1474
1598
|
getWorkRequest(getWorkRequestRequest) {
|
|
1475
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1537,7 +1661,7 @@ class ContainerEngineClient {
|
|
|
1537
1661
|
* @param GetWorkloadMappingRequest
|
|
1538
1662
|
* @return GetWorkloadMappingResponse
|
|
1539
1663
|
* @throws OciError when an error occurs
|
|
1540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/GetWorkloadMapping.ts.html |here} to see how to use GetWorkloadMapping API.
|
|
1541
1665
|
*/
|
|
1542
1666
|
getWorkloadMapping(getWorkloadMappingRequest) {
|
|
1543
1667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1725,7 @@ class ContainerEngineClient {
|
|
|
1601
1725
|
* @param InstallAddonRequest
|
|
1602
1726
|
* @return InstallAddonResponse
|
|
1603
1727
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
|
|
1605
1729
|
*/
|
|
1606
1730
|
installAddon(installAddonRequest) {
|
|
1607
1731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1663,7 +1787,7 @@ class ContainerEngineClient {
|
|
|
1663
1787
|
* @param ListAddonOptionsRequest
|
|
1664
1788
|
* @return ListAddonOptionsResponse
|
|
1665
1789
|
* @throws OciError when an error occurs
|
|
1666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
|
|
1667
1791
|
*/
|
|
1668
1792
|
listAddonOptions(listAddonOptionsRequest) {
|
|
1669
1793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1771,7 +1895,7 @@ class ContainerEngineClient {
|
|
|
1771
1895
|
* @param ListAddonsRequest
|
|
1772
1896
|
* @return ListAddonsResponse
|
|
1773
1897
|
* @throws OciError when an error occurs
|
|
1774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
|
|
1775
1899
|
*/
|
|
1776
1900
|
listAddons(listAddonsRequest) {
|
|
1777
1901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +2003,7 @@ class ContainerEngineClient {
|
|
|
1879
2003
|
* @param ListClustersRequest
|
|
1880
2004
|
* @return ListClustersResponse
|
|
1881
2005
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
|
|
1883
2007
|
*/
|
|
1884
2008
|
listClusters(listClustersRequest) {
|
|
1885
2009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1988,7 +2112,7 @@ class ContainerEngineClient {
|
|
|
1988
2112
|
* @param ListNodePoolsRequest
|
|
1989
2113
|
* @return ListNodePoolsResponse
|
|
1990
2114
|
* @throws OciError when an error occurs
|
|
1991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
|
|
1992
2116
|
*/
|
|
1993
2117
|
listNodePools(listNodePoolsRequest) {
|
|
1994
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2098,7 +2222,7 @@ class ContainerEngineClient {
|
|
|
2098
2222
|
* @param ListPodShapesRequest
|
|
2099
2223
|
* @return ListPodShapesResponse
|
|
2100
2224
|
* @throws OciError when an error occurs
|
|
2101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
|
|
2102
2226
|
*/
|
|
2103
2227
|
listPodShapes(listPodShapesRequest) {
|
|
2104
2228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2207,7 +2331,7 @@ class ContainerEngineClient {
|
|
|
2207
2331
|
* @param ListVirtualNodePoolsRequest
|
|
2208
2332
|
* @return ListVirtualNodePoolsResponse
|
|
2209
2333
|
* @throws OciError when an error occurs
|
|
2210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
|
|
2211
2335
|
*/
|
|
2212
2336
|
listVirtualNodePools(listVirtualNodePoolsRequest) {
|
|
2213
2337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2317,7 +2441,7 @@ class ContainerEngineClient {
|
|
|
2317
2441
|
* @param ListVirtualNodesRequest
|
|
2318
2442
|
* @return ListVirtualNodesResponse
|
|
2319
2443
|
* @throws OciError when an error occurs
|
|
2320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
|
|
2321
2445
|
*/
|
|
2322
2446
|
listVirtualNodes(listVirtualNodesRequest) {
|
|
2323
2447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2550,7 @@ class ContainerEngineClient {
|
|
|
2426
2550
|
* @param ListWorkRequestErrorsRequest
|
|
2427
2551
|
* @return ListWorkRequestErrorsResponse
|
|
2428
2552
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2430
2554
|
*/
|
|
2431
2555
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2432
2556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2486,7 +2610,7 @@ class ContainerEngineClient {
|
|
|
2486
2610
|
* @param ListWorkRequestLogsRequest
|
|
2487
2611
|
* @return ListWorkRequestLogsResponse
|
|
2488
2612
|
* @throws OciError when an error occurs
|
|
2489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2490
2614
|
*/
|
|
2491
2615
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2492
2616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2546,7 +2670,7 @@ class ContainerEngineClient {
|
|
|
2546
2670
|
* @param ListWorkRequestsRequest
|
|
2547
2671
|
* @return ListWorkRequestsResponse
|
|
2548
2672
|
* @throws OciError when an error occurs
|
|
2549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2550
2674
|
*/
|
|
2551
2675
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2552
2676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2657,7 +2781,7 @@ class ContainerEngineClient {
|
|
|
2657
2781
|
* @param ListWorkloadMappingsRequest
|
|
2658
2782
|
* @return ListWorkloadMappingsResponse
|
|
2659
2783
|
* @throws OciError when an error occurs
|
|
2660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/ListWorkloadMappings.ts.html |here} to see how to use ListWorkloadMappings API.
|
|
2661
2785
|
*/
|
|
2662
2786
|
listWorkloadMappings(listWorkloadMappingsRequest) {
|
|
2663
2787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2759,13 +2883,75 @@ class ContainerEngineClient {
|
|
|
2759
2883
|
listWorkloadMappingsResponseIterator(request) {
|
|
2760
2884
|
return oci_common_1.paginateResponses(request, req => this.listWorkloadMappings(req));
|
|
2761
2885
|
}
|
|
2886
|
+
/**
|
|
2887
|
+
* Start cluster credential rotation by adding new credentials, old credentials will still work after this operation.
|
|
2888
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2889
|
+
* @param StartCredentialRotationRequest
|
|
2890
|
+
* @return StartCredentialRotationResponse
|
|
2891
|
+
* @throws OciError when an error occurs
|
|
2892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/StartCredentialRotation.ts.html |here} to see how to use StartCredentialRotation API.
|
|
2893
|
+
*/
|
|
2894
|
+
startCredentialRotation(startCredentialRotationRequest) {
|
|
2895
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2896
|
+
if (this.logger)
|
|
2897
|
+
this.logger.debug("Calling operation ContainerEngineClient#startCredentialRotation.");
|
|
2898
|
+
const operationName = "startCredentialRotation";
|
|
2899
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/containerengine/20180222/Cluster/StartCredentialRotation";
|
|
2900
|
+
const pathParams = {
|
|
2901
|
+
"{clusterId}": startCredentialRotationRequest.clusterId
|
|
2902
|
+
};
|
|
2903
|
+
const queryParams = {};
|
|
2904
|
+
let headerParams = {
|
|
2905
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2906
|
+
"opc-retry-token": startCredentialRotationRequest.opcRetryToken,
|
|
2907
|
+
"opc-request-id": startCredentialRotationRequest.opcRequestId,
|
|
2908
|
+
"if-match": startCredentialRotationRequest.ifMatch
|
|
2909
|
+
};
|
|
2910
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2911
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startCredentialRotationRequest.retryConfiguration, specRetryConfiguration);
|
|
2912
|
+
if (this.logger)
|
|
2913
|
+
retrier.logger = this.logger;
|
|
2914
|
+
const request = yield oci_common_2.composeRequest({
|
|
2915
|
+
baseEndpoint: this._endpoint,
|
|
2916
|
+
defaultHeaders: this._defaultHeaders,
|
|
2917
|
+
path: "/clusters/{clusterId}/actions/startCredentialRotation",
|
|
2918
|
+
method: "POST",
|
|
2919
|
+
bodyContent: common.ObjectSerializer.serialize(startCredentialRotationRequest.startCredentialRotationDetails, "StartCredentialRotationDetails", model.StartCredentialRotationDetails.getJsonObj),
|
|
2920
|
+
pathParams: pathParams,
|
|
2921
|
+
headerParams: headerParams,
|
|
2922
|
+
queryParams: queryParams
|
|
2923
|
+
});
|
|
2924
|
+
try {
|
|
2925
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2926
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
2927
|
+
responseObject: {},
|
|
2928
|
+
responseHeaders: [
|
|
2929
|
+
{
|
|
2930
|
+
value: response.headers.get("opc-work-request-id"),
|
|
2931
|
+
key: "opcWorkRequestId",
|
|
2932
|
+
dataType: "string"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
value: response.headers.get("opc-request-id"),
|
|
2936
|
+
key: "opcRequestId",
|
|
2937
|
+
dataType: "string"
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2940
|
+
});
|
|
2941
|
+
return sdkResponse;
|
|
2942
|
+
}
|
|
2943
|
+
catch (err) {
|
|
2944
|
+
throw err;
|
|
2945
|
+
}
|
|
2946
|
+
});
|
|
2947
|
+
}
|
|
2762
2948
|
/**
|
|
2763
2949
|
* Update addon details for a cluster.
|
|
2764
2950
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2765
2951
|
* @param UpdateAddonRequest
|
|
2766
2952
|
* @return UpdateAddonResponse
|
|
2767
2953
|
* @throws OciError when an error occurs
|
|
2768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
|
|
2769
2955
|
*/
|
|
2770
2956
|
updateAddon(updateAddonRequest) {
|
|
2771
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2827,7 +3013,7 @@ class ContainerEngineClient {
|
|
|
2827
3013
|
* @param UpdateClusterRequest
|
|
2828
3014
|
* @return UpdateClusterResponse
|
|
2829
3015
|
* @throws OciError when an error occurs
|
|
2830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
|
|
2831
3017
|
*/
|
|
2832
3018
|
updateCluster(updateClusterRequest) {
|
|
2833
3019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2888,7 +3074,7 @@ class ContainerEngineClient {
|
|
|
2888
3074
|
* @param UpdateClusterEndpointConfigRequest
|
|
2889
3075
|
* @return UpdateClusterEndpointConfigResponse
|
|
2890
3076
|
* @throws OciError when an error occurs
|
|
2891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
|
|
2892
3078
|
*/
|
|
2893
3079
|
updateClusterEndpointConfig(updateClusterEndpointConfigRequest) {
|
|
2894
3080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2949,7 +3135,7 @@ class ContainerEngineClient {
|
|
|
2949
3135
|
* @param UpdateNodePoolRequest
|
|
2950
3136
|
* @return UpdateNodePoolResponse
|
|
2951
3137
|
* @throws OciError when an error occurs
|
|
2952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
|
|
2953
3139
|
*/
|
|
2954
3140
|
updateNodePool(updateNodePoolRequest) {
|
|
2955
3141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3013,7 +3199,7 @@ class ContainerEngineClient {
|
|
|
3013
3199
|
* @param UpdateVirtualNodePoolRequest
|
|
3014
3200
|
* @return UpdateVirtualNodePoolResponse
|
|
3015
3201
|
* @throws OciError when an error occurs
|
|
3016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
|
|
3017
3203
|
*/
|
|
3018
3204
|
updateVirtualNodePool(updateVirtualNodePoolRequest) {
|
|
3019
3205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3074,7 +3260,7 @@ class ContainerEngineClient {
|
|
|
3074
3260
|
* @param UpdateWorkloadMappingRequest
|
|
3075
3261
|
* @return UpdateWorkloadMappingResponse
|
|
3076
3262
|
* @throws OciError when an error occurs
|
|
3077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/containerengine/UpdateWorkloadMapping.ts.html |here} to see how to use UpdateWorkloadMapping API.
|
|
3078
3264
|
*/
|
|
3079
3265
|
updateWorkloadMapping(updateWorkloadMappingRequest) {
|
|
3080
3266
|
return __awaiter(this, void 0, void 0, function* () {
|