oci-containerengine 2.66.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.
Files changed (77) hide show
  1. package/lib/client.d.ts +68 -41
  2. package/lib/client.js +227 -41
  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,46 @@
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 * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 StartCredentialRotationRequest.
17
+ */
18
+ export interface StartCredentialRotationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "clusterId": string;
23
+ /**
24
+ * The details for a kubernetes cluster to start credential rotation.
25
+ */
26
+ "startCredentialRotationDetails": model.StartCredentialRotationDetails;
27
+ /**
28
+ * A token you supply to uniquely identify the request and provide idempotency if
29
+ * the request is retried. Idempotency tokens expire after 24 hours.
30
+ *
31
+ */
32
+ "opcRetryToken"?: string;
33
+ /**
34
+ * Unique Oracle-assigned identifier for the request. If you need to contact
35
+ * Oracle about a particular request, please provide the request ID.
36
+ *
37
+ */
38
+ "opcRequestId"?: string;
39
+ /**
40
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
41
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
42
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
43
+ *
44
+ */
45
+ "ifMatch"?: string;
46
+ }
@@ -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=start-credential-rotation-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-credential-rotation-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/start-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/UpdateAddon.ts.html |here} to see how to use UpdateAddonRequest.
16
+ * @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 UpdateAddonRequest.
17
17
  */
18
18
  export interface UpdateAddonRequest 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/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfigRequest.
16
+ * @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 UpdateClusterEndpointConfigRequest.
17
17
  */
18
18
  export interface UpdateClusterEndpointConfigRequest 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/UpdateCluster.ts.html |here} to see how to use UpdateClusterRequest.
16
+ * @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 UpdateClusterRequest.
17
17
  */
18
18
  export interface UpdateClusterRequest 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/UpdateNodePool.ts.html |here} to see how to use UpdateNodePoolRequest.
16
+ * @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 UpdateNodePoolRequest.
17
17
  */
18
18
  export interface UpdateNodePoolRequest 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/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePoolRequest.
16
+ * @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 UpdateVirtualNodePoolRequest.
17
17
  */
18
18
  export interface UpdateVirtualNodePoolRequest 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/UpdateWorkloadMapping.ts.html |here} to see how to use UpdateWorkloadMappingRequest.
16
+ * @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 UpdateWorkloadMappingRequest.
17
17
  */
18
18
  export interface UpdateWorkloadMappingRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,22 @@
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
+ export interface CompleteCredentialRotationResponse {
14
+ /**
15
+ * The OCID of the work request handling the operation.
16
+ */
17
+ "opcWorkRequestId": string;
18
+ /**
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
20
+ */
21
+ "opcRequestId": string;
22
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"complete-credential-rotation-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/complete-credential-rotation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
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 * as model from "../model";
14
+ export interface GetCredentialRotationStatusResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.CredentialRotationStatus instance.
27
+ */
28
+ "credentialRotationStatus": model.CredentialRotationStatus;
29
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-rotation-status-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/get-credential-rotation-status-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -15,6 +15,8 @@ and manage cloud-native applications. For more information, see
15
15
  */
16
16
  import * as ClusterMigrateToNativeVcnResponse from "./cluster-migrate-to-native-vcn-response";
17
17
  export import ClusterMigrateToNativeVcnResponse = ClusterMigrateToNativeVcnResponse.ClusterMigrateToNativeVcnResponse;
18
+ import * as CompleteCredentialRotationResponse from "./complete-credential-rotation-response";
19
+ export import CompleteCredentialRotationResponse = CompleteCredentialRotationResponse.CompleteCredentialRotationResponse;
18
20
  import * as CreateClusterResponse from "./create-cluster-response";
19
21
  export import CreateClusterResponse = CreateClusterResponse.CreateClusterResponse;
20
22
  import * as CreateKubeconfigResponse from "./create-kubeconfig-response";
@@ -47,6 +49,8 @@ import * as GetClusterMigrateToNativeVcnStatusResponse from "./get-cluster-migra
47
49
  export import GetClusterMigrateToNativeVcnStatusResponse = GetClusterMigrateToNativeVcnStatusResponse.GetClusterMigrateToNativeVcnStatusResponse;
48
50
  import * as GetClusterOptionsResponse from "./get-cluster-options-response";
49
51
  export import GetClusterOptionsResponse = GetClusterOptionsResponse.GetClusterOptionsResponse;
52
+ import * as GetCredentialRotationStatusResponse from "./get-credential-rotation-status-response";
53
+ export import GetCredentialRotationStatusResponse = GetCredentialRotationStatusResponse.GetCredentialRotationStatusResponse;
50
54
  import * as GetNodePoolResponse from "./get-node-pool-response";
51
55
  export import GetNodePoolResponse = GetNodePoolResponse.GetNodePoolResponse;
52
56
  import * as GetNodePoolOptionsResponse from "./get-node-pool-options-response";
@@ -83,6 +87,8 @@ import * as ListWorkRequestsResponse from "./list-work-requests-response";
83
87
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
84
88
  import * as ListWorkloadMappingsResponse from "./list-workload-mappings-response";
85
89
  export import ListWorkloadMappingsResponse = ListWorkloadMappingsResponse.ListWorkloadMappingsResponse;
90
+ import * as StartCredentialRotationResponse from "./start-credential-rotation-response";
91
+ export import StartCredentialRotationResponse = StartCredentialRotationResponse.StartCredentialRotationResponse;
86
92
  import * as UpdateAddonResponse from "./update-addon-response";
87
93
  export import UpdateAddonResponse = UpdateAddonResponse.UpdateAddonResponse;
88
94
  import * as UpdateClusterResponse from "./update-cluster-response";
@@ -0,0 +1,22 @@
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
+ export interface StartCredentialRotationResponse {
14
+ /**
15
+ * The OCID of the work request handling the operation.
16
+ */
17
+ "opcWorkRequestId": string;
18
+ /**
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
20
+ */
21
+ "opcRequestId": string;
22
+ }
@@ -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=start-credential-rotation-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-credential-rotation-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/start-credential-rotation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-containerengine",
3
- "version": "2.66.0",
3
+ "version": "2.67.0",
4
4
  "description": "OCI NodeJS client for Container Engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.66.0",
19
- "oci-workrequests": "2.66.0"
18
+ "oci-common": "2.67.0",
19
+ "oci-workrequests": "2.67.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"