oci-containerengine 2.66.0 → 2.68.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 (77) hide show
  1. package/lib/client.d.ts +69 -41
  2. package/lib/client.js +232 -42
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/cluster-metadata.d.ts +4 -0
  5. package/lib/model/cluster-metadata.js.map +1 -1
  6. package/lib/model/credential-rotation-status.d.ts +66 -0
  7. package/lib/model/credential-rotation-status.js +55 -0
  8. package/lib/model/credential-rotation-status.js.map +1 -0
  9. package/lib/model/index.d.ts +4 -0
  10. package/lib/model/index.js +7 -2
  11. package/lib/model/index.js.map +1 -1
  12. package/lib/model/start-credential-rotation-details.d.ts +28 -0
  13. package/lib/model/start-credential-rotation-details.js +32 -0
  14. package/lib/model/start-credential-rotation-details.js.map +1 -0
  15. package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
  16. package/lib/request/complete-credential-rotation-request.d.ts +41 -0
  17. package/lib/request/complete-credential-rotation-request.js +15 -0
  18. package/lib/request/complete-credential-rotation-request.js.map +1 -0
  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/create-workload-mapping-request.d.ts +1 -1
  24. package/lib/request/delete-cluster-request.d.ts +1 -1
  25. package/lib/request/delete-node-pool-request.d.ts +1 -1
  26. package/lib/request/delete-node-request.d.ts +1 -1
  27. package/lib/request/delete-virtual-node-pool-request.d.ts +1 -1
  28. package/lib/request/delete-work-request-request.d.ts +1 -1
  29. package/lib/request/delete-workload-mapping-request.d.ts +1 -1
  30. package/lib/request/disable-addon-request.d.ts +1 -1
  31. package/lib/request/get-addon-request.d.ts +1 -1
  32. package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
  33. package/lib/request/get-cluster-options-request.d.ts +1 -1
  34. package/lib/request/get-cluster-request.d.ts +1 -1
  35. package/lib/request/get-credential-rotation-status-request.d.ts +28 -0
  36. package/lib/request/get-credential-rotation-status-request.js +15 -0
  37. package/lib/request/get-credential-rotation-status-request.js.map +1 -0
  38. package/lib/request/get-node-pool-options-request.d.ts +1 -1
  39. package/lib/request/get-node-pool-request.d.ts +1 -1
  40. package/lib/request/get-virtual-node-pool-request.d.ts +1 -1
  41. package/lib/request/get-virtual-node-request.d.ts +1 -1
  42. package/lib/request/get-work-request-request.d.ts +1 -1
  43. package/lib/request/get-workload-mapping-request.d.ts +1 -1
  44. package/lib/request/index.d.ts +6 -0
  45. package/lib/request/index.js.map +1 -1
  46. package/lib/request/install-addon-request.d.ts +1 -1
  47. package/lib/request/list-addon-options-request.d.ts +1 -1
  48. package/lib/request/list-addons-request.d.ts +1 -1
  49. package/lib/request/list-clusters-request.d.ts +1 -1
  50. package/lib/request/list-node-pools-request.d.ts +1 -1
  51. package/lib/request/list-pod-shapes-request.d.ts +1 -1
  52. package/lib/request/list-virtual-node-pools-request.d.ts +1 -1
  53. package/lib/request/list-virtual-nodes-request.d.ts +1 -1
  54. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  55. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  56. package/lib/request/list-work-requests-request.d.ts +1 -1
  57. package/lib/request/list-workload-mappings-request.d.ts +1 -1
  58. package/lib/request/start-credential-rotation-request.d.ts +46 -0
  59. package/lib/request/start-credential-rotation-request.js +15 -0
  60. package/lib/request/start-credential-rotation-request.js.map +1 -0
  61. package/lib/request/update-addon-request.d.ts +1 -1
  62. package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
  63. package/lib/request/update-cluster-request.d.ts +1 -1
  64. package/lib/request/update-node-pool-request.d.ts +1 -1
  65. package/lib/request/update-virtual-node-pool-request.d.ts +1 -1
  66. package/lib/request/update-workload-mapping-request.d.ts +1 -1
  67. package/lib/response/complete-credential-rotation-response.d.ts +22 -0
  68. package/lib/response/complete-credential-rotation-response.js +15 -0
  69. package/lib/response/complete-credential-rotation-response.js.map +1 -0
  70. package/lib/response/get-credential-rotation-status-response.d.ts +29 -0
  71. package/lib/response/get-credential-rotation-status-response.js +15 -0
  72. package/lib/response/get-credential-rotation-status-response.js.map +1 -0
  73. package/lib/response/index.d.ts +6 -0
  74. package/lib/response/start-credential-rotation-response.d.ts +22 -0
  75. package/lib/response/start-credential-rotation-response.js +15 -0
  76. package/lib/response/start-credential-rotation-response.js.map +1 -0
  77. package/package.json +3 -3
@@ -0,0 +1,28 @@
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
+ * Properties that define a request to start credential rotation on a kubernetes cluster.
18
+ */
19
+ export interface StartCredentialRotationDetails {
20
+ /**
21
+ * The duration in days(in ISO 8601 notation eg. P5D) after which the old credentials should be retired. Maximum delay duration is 14 days.
22
+ */
23
+ "autoCompletionDelayDuration": string;
24
+ }
25
+ export declare namespace StartCredentialRotationDetails {
26
+ function getJsonObj(obj: StartCredentialRotationDetails): object;
27
+ function getDeserializedJsonObj(obj: StartCredentialRotationDetails): object;
28
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Container Engine for Kubernetes API
4
+ * API for the Container Engine for Kubernetes service. Use this API to build, deploy,
5
+ and manage cloud-native applications. For more information, see
6
+ [Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
7
+
8
+ * OpenAPI spec version: 20180222
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.StartCredentialRotationDetails = void 0;
19
+ var StartCredentialRotationDetails;
20
+ (function (StartCredentialRotationDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ StartCredentialRotationDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ StartCredentialRotationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(StartCredentialRotationDetails = exports.StartCredentialRotationDetails || (exports.StartCredentialRotationDetails = {}));
32
+ //# sourceMappingURL=start-credential-rotation-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-credential-rotation-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/start-credential-rotation-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,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"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcnRequest.
17
17
  */
18
18
  export interface ClusterMigrateToNativeVcnRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180222
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CompleteCredentialRotation.ts.html |here} to see how to use CompleteCredentialRotationRequest.
16
+ */
17
+ export interface CompleteCredentialRotationRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "clusterId": string;
22
+ /**
23
+ * A token you supply to uniquely identify the request and provide idempotency if
24
+ * the request is retried. Idempotency tokens expire after 24 hours.
25
+ *
26
+ */
27
+ "opcRetryToken"?: string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact
30
+ * Oracle about a particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
36
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
37
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
+ *
39
+ */
40
+ "ifMatch"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180222
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=complete-credential-rotation-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"complete-credential-rotation-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/complete-credential-rotation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateClusterRequest.
17
17
  */
18
18
  export interface CreateClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfigRequest.
17
17
  */
18
18
  export interface CreateKubeconfigRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePoolRequest.
17
17
  */
18
18
  export interface CreateNodePoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePoolRequest.
17
17
  */
18
18
  export interface CreateVirtualNodePoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMappingRequest.
17
17
  */
18
18
  export interface CreateWorkloadMappingRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteClusterRequest.
16
16
  */
17
17
  export interface DeleteClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePoolRequest.
16
16
  */
17
17
  export interface DeleteNodePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNodeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNodeRequest.
16
16
  */
17
17
  export interface DeleteNodeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePoolRequest.
16
16
  */
17
17
  export interface DeleteVirtualNodePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMappingRequest.
16
16
  */
17
17
  export interface DeleteWorkloadMappingRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddonRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddonRequest.
16
16
  */
17
17
  export interface DisableAddonRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddonRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddonRequest.
16
16
  */
17
17
  export interface GetAddonRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatusRequest.
16
16
  */
17
17
  export interface GetClusterMigrateToNativeVcnStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptionsRequest.
16
16
  */
17
17
  export interface GetClusterOptionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetCluster.ts.html |here} to see how to use GetClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetCluster.ts.html |here} to see how to use GetClusterRequest.
16
16
  */
17
17
  export interface GetClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180222
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetCredentialRotationStatus.ts.html |here} to see how to use GetCredentialRotationStatusRequest.
16
+ */
17
+ export interface GetCredentialRotationStatusRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "clusterId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180222
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-credential-rotation-status-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-rotation-status-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/get-credential-rotation-status-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptionsRequest.
16
16
  */
17
17
  export interface GetNodePoolOptionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePoolRequest.
16
16
  */
17
17
  export interface GetNodePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePoolRequest.
16
16
  */
17
17
  export interface GetVirtualNodePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNodeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNodeRequest.
16
16
  */
17
17
  export interface GetVirtualNodeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/GetWorkloadMapping.ts.html |here} to see how to use GetWorkloadMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/GetWorkloadMapping.ts.html |here} to see how to use GetWorkloadMappingRequest.
16
16
  */
17
17
  export interface GetWorkloadMappingRequest extends common.BaseRequest {
18
18
  /**
@@ -15,6 +15,8 @@ and manage cloud-native applications. For more information, see
15
15
  */
16
16
  import * as ClusterMigrateToNativeVcnRequest from "./cluster-migrate-to-native-vcn-request";
17
17
  export import ClusterMigrateToNativeVcnRequest = ClusterMigrateToNativeVcnRequest.ClusterMigrateToNativeVcnRequest;
18
+ import * as CompleteCredentialRotationRequest from "./complete-credential-rotation-request";
19
+ export import CompleteCredentialRotationRequest = CompleteCredentialRotationRequest.CompleteCredentialRotationRequest;
18
20
  import * as CreateClusterRequest from "./create-cluster-request";
19
21
  export import CreateClusterRequest = CreateClusterRequest.CreateClusterRequest;
20
22
  import * as CreateKubeconfigRequest from "./create-kubeconfig-request";
@@ -47,6 +49,8 @@ import * as GetClusterMigrateToNativeVcnStatusRequest from "./get-cluster-migrat
47
49
  export import GetClusterMigrateToNativeVcnStatusRequest = GetClusterMigrateToNativeVcnStatusRequest.GetClusterMigrateToNativeVcnStatusRequest;
48
50
  import * as GetClusterOptionsRequest from "./get-cluster-options-request";
49
51
  export import GetClusterOptionsRequest = GetClusterOptionsRequest.GetClusterOptionsRequest;
52
+ import * as GetCredentialRotationStatusRequest from "./get-credential-rotation-status-request";
53
+ export import GetCredentialRotationStatusRequest = GetCredentialRotationStatusRequest.GetCredentialRotationStatusRequest;
50
54
  import * as GetNodePoolRequest from "./get-node-pool-request";
51
55
  export import GetNodePoolRequest = GetNodePoolRequest.GetNodePoolRequest;
52
56
  import * as GetNodePoolOptionsRequest from "./get-node-pool-options-request";
@@ -83,6 +87,8 @@ import * as ListWorkRequestsRequest from "./list-work-requests-request";
83
87
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
84
88
  import * as ListWorkloadMappingsRequest from "./list-workload-mappings-request";
85
89
  export import ListWorkloadMappingsRequest = ListWorkloadMappingsRequest.ListWorkloadMappingsRequest;
90
+ import * as StartCredentialRotationRequest from "./start-credential-rotation-request";
91
+ export import StartCredentialRotationRequest = StartCredentialRotationRequest.StartCredentialRotationRequest;
86
92
  import * as UpdateAddonRequest from "./update-addon-request";
87
93
  export import UpdateAddonRequest = UpdateAddonRequest.UpdateAddonRequest;
88
94
  import * as UpdateClusterRequest from "./update-cluster-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAkDH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAsDH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddonRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddonRequest.
17
17
  */
18
18
  export interface InstallAddonRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptionsRequest.
17
17
  */
18
18
  export interface ListAddonOptionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddonsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddonsRequest.
17
17
  */
18
18
  export interface ListAddonsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListClusters.ts.html |here} to see how to use ListClustersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListClusters.ts.html |here} to see how to use ListClustersRequest.
17
17
  */
18
18
  export interface ListClustersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePoolsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePoolsRequest.
17
17
  */
18
18
  export interface ListNodePoolsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapesRequest.
17
17
  */
18
18
  export interface ListPodShapesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePoolsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePoolsRequest.
17
17
  */
18
18
  export interface ListVirtualNodePoolsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodesRequest.
17
17
  */
18
18
  export interface ListVirtualNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/containerengine/ListWorkloadMappings.ts.html |here} to see how to use ListWorkloadMappingsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/containerengine/ListWorkloadMappings.ts.html |here} to see how to use ListWorkloadMappingsRequest.
17
17
  */
18
18
  export interface ListWorkloadMappingsRequest extends common.BaseRequest {
19
19
  /**