oci-containerengine 2.34.0 → 2.35.1

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 (67) hide show
  1. package/lib/client.d.ts +22 -22
  2. package/lib/client.js +22 -22
  3. package/lib/model/cluster-options.d.ts +5 -0
  4. package/lib/model/cluster-options.js +34 -2
  5. package/lib/model/cluster-options.js.map +1 -1
  6. package/lib/model/cluster-pod-network-option-details.d.ts +25 -0
  7. package/lib/model/cluster-pod-network-option-details.js +72 -0
  8. package/lib/model/cluster-pod-network-option-details.js.map +1 -0
  9. package/lib/model/cluster-summary.d.ts +4 -0
  10. package/lib/model/cluster-summary.js +10 -0
  11. package/lib/model/cluster-summary.js.map +1 -1
  12. package/lib/model/cluster.d.ts +4 -0
  13. package/lib/model/cluster.js +10 -0
  14. package/lib/model/cluster.js.map +1 -1
  15. package/lib/model/create-cluster-details.d.ts +4 -0
  16. package/lib/model/create-cluster-details.js +10 -0
  17. package/lib/model/create-cluster-details.js.map +1 -1
  18. package/lib/model/create-node-pool-node-config-details.d.ts +5 -0
  19. package/lib/model/create-node-pool-node-config-details.js +6 -0
  20. package/lib/model/create-node-pool-node-config-details.js.map +1 -1
  21. package/lib/model/flannel-overlay-cluster-pod-network-option-details.d.ts +27 -0
  22. package/lib/model/flannel-overlay-cluster-pod-network-option-details.js +57 -0
  23. package/lib/model/flannel-overlay-cluster-pod-network-option-details.js.map +1 -0
  24. package/lib/model/flannel-overlay-node-pool-pod-network-option-details.d.ts +27 -0
  25. package/lib/model/flannel-overlay-node-pool-pod-network-option-details.js +57 -0
  26. package/lib/model/flannel-overlay-node-pool-pod-network-option-details.js.map +1 -0
  27. package/lib/model/index.d.ts +12 -0
  28. package/lib/model/index.js +14 -2
  29. package/lib/model/index.js.map +1 -1
  30. package/lib/model/node-pool-node-config-details.d.ts +5 -0
  31. package/lib/model/node-pool-node-config-details.js +6 -0
  32. package/lib/model/node-pool-node-config-details.js.map +1 -1
  33. package/lib/model/node-pool-pod-network-option-details.d.ts +25 -0
  34. package/lib/model/node-pool-pod-network-option-details.js +72 -0
  35. package/lib/model/node-pool-pod-network-option-details.js.map +1 -0
  36. package/lib/model/oci-vcn-ip-native-cluster-pod-network-option-details.d.ts +27 -0
  37. package/lib/model/oci-vcn-ip-native-cluster-pod-network-option-details.js +57 -0
  38. package/lib/model/oci-vcn-ip-native-cluster-pod-network-option-details.js.map +1 -0
  39. package/lib/model/oci-vcn-ip-native-node-pool-pod-network-option-details.d.ts +42 -0
  40. package/lib/model/oci-vcn-ip-native-node-pool-pod-network-option-details.js +57 -0
  41. package/lib/model/oci-vcn-ip-native-node-pool-pod-network-option-details.js.map +1 -0
  42. package/lib/model/update-node-pool-node-config-details.d.ts +5 -0
  43. package/lib/model/update-node-pool-node-config-details.js +6 -0
  44. package/lib/model/update-node-pool-node-config-details.js.map +1 -1
  45. package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
  46. package/lib/request/create-cluster-request.d.ts +1 -1
  47. package/lib/request/create-kubeconfig-request.d.ts +1 -1
  48. package/lib/request/create-node-pool-request.d.ts +1 -1
  49. package/lib/request/delete-cluster-request.d.ts +1 -1
  50. package/lib/request/delete-node-pool-request.d.ts +1 -1
  51. package/lib/request/delete-node-request.d.ts +1 -1
  52. package/lib/request/delete-work-request-request.d.ts +1 -1
  53. package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
  54. package/lib/request/get-cluster-options-request.d.ts +1 -1
  55. package/lib/request/get-cluster-request.d.ts +1 -1
  56. package/lib/request/get-node-pool-options-request.d.ts +1 -1
  57. package/lib/request/get-node-pool-request.d.ts +1 -1
  58. package/lib/request/get-work-request-request.d.ts +1 -1
  59. package/lib/request/list-clusters-request.d.ts +1 -1
  60. package/lib/request/list-node-pools-request.d.ts +1 -1
  61. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  62. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  63. package/lib/request/list-work-requests-request.d.ts +1 -1
  64. package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
  65. package/lib/request/update-cluster-request.d.ts +1 -1
  66. package/lib/request/update-node-pool-request.d.ts +1 -1
  67. package/package.json +3 -3
@@ -0,0 +1,57 @@
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, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OciVcnIpNativeClusterPodNetworkOptionDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OciVcnIpNativeClusterPodNetworkOptionDetails;
40
+ (function (OciVcnIpNativeClusterPodNetworkOptionDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.ClusterPodNetworkOptionDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ OciVcnIpNativeClusterPodNetworkOptionDetails.getJsonObj = getJsonObj;
48
+ OciVcnIpNativeClusterPodNetworkOptionDetails.cniType = "OCI_VCN_IP_NATIVE";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.ClusterPodNetworkOptionDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ OciVcnIpNativeClusterPodNetworkOptionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(OciVcnIpNativeClusterPodNetworkOptionDetails = exports.OciVcnIpNativeClusterPodNetworkOptionDetails || (exports.OciVcnIpNativeClusterPodNetworkOptionDetails = {}));
57
+ //# sourceMappingURL=oci-vcn-ip-native-cluster-pod-network-option-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oci-vcn-ip-native-cluster-pod-network-option-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/oci-vcn-ip-native-cluster-pod-network-option-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,4CAA4C,CAgC5D;AAhCD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CACxB,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAU,aAczB,CAAA;IACY,oDAAO,GAAG,mBAAmB,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAgC5D"}
@@ -0,0 +1,42 @@
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, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Network options specific to using the OCI VCN Native CNI
19
+ */
20
+ export interface OciVcnIpNativeNodePoolPodNetworkOptionDetails extends model.NodePoolPodNetworkOptionDetails {
21
+ /**
22
+ * The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
23
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "maxPodsPerNode"?: number;
26
+ /**
27
+ * The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see {@link NetworkSecurityGroup}.
28
+ *
29
+ */
30
+ "podNsgIds"?: Array<string>;
31
+ /**
32
+ * The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
33
+ *
34
+ */
35
+ "podSubnetIds": Array<string>;
36
+ "cniType": string;
37
+ }
38
+ export declare namespace OciVcnIpNativeNodePoolPodNetworkOptionDetails {
39
+ function getJsonObj(obj: OciVcnIpNativeNodePoolPodNetworkOptionDetails, isParentJsonObj?: boolean): object;
40
+ const cniType = "OCI_VCN_IP_NATIVE";
41
+ function getDeserializedJsonObj(obj: OciVcnIpNativeNodePoolPodNetworkOptionDetails, isParentJsonObj?: boolean): object;
42
+ }
@@ -0,0 +1,57 @@
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, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OciVcnIpNativeNodePoolPodNetworkOptionDetails;
40
+ (function (OciVcnIpNativeNodePoolPodNetworkOptionDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.NodePoolPodNetworkOptionDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ OciVcnIpNativeNodePoolPodNetworkOptionDetails.getJsonObj = getJsonObj;
48
+ OciVcnIpNativeNodePoolPodNetworkOptionDetails.cniType = "OCI_VCN_IP_NATIVE";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.NodePoolPodNetworkOptionDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ OciVcnIpNativeNodePoolPodNetworkOptionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(OciVcnIpNativeNodePoolPodNetworkOptionDetails = exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails || (exports.OciVcnIpNativeNodePoolPodNetworkOptionDetails = {}));
57
+ //# sourceMappingURL=oci-vcn-ip-native-node-pool-pod-network-option-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oci-vcn-ip-native-node-pool-pod-network-option-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/oci-vcn-ip-native-node-pool-pod-network-option-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,6CAA6C,CAgC7D;AAhCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CACxB,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAC/C,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACY,qDAAO,GAAG,mBAAmB,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAgC7D"}
@@ -66,6 +66,11 @@ export interface UpdateNodePoolNodeConfigDetails {
66
66
  *
67
67
  */
68
68
  "placementConfigs"?: Array<model.NodePoolPlacementConfigDetails>;
69
+ /**
70
+ * The CNI related configuration of pods in the node pool.
71
+ *
72
+ */
73
+ "nodePoolPodNetworkOptionDetails"?: model.OciVcnIpNativeNodePoolPodNetworkOptionDetails | model.FlannelOverlayNodePoolPodNetworkOptionDetails;
69
74
  }
70
75
  export declare namespace UpdateNodePoolNodeConfigDetails {
71
76
  function getJsonObj(obj: UpdateNodePoolNodeConfigDetails): object;
@@ -44,6 +44,9 @@ var UpdateNodePoolNodeConfigDetails;
44
44
  ? obj.placementConfigs.map(item => {
45
45
  return model.NodePoolPlacementConfigDetails.getJsonObj(item);
46
46
  })
47
+ : undefined,
48
+ "nodePoolPodNetworkOptionDetails": obj.nodePoolPodNetworkOptionDetails
49
+ ? model.NodePoolPodNetworkOptionDetails.getJsonObj(obj.nodePoolPodNetworkOptionDetails)
47
50
  : undefined
48
51
  });
49
52
  return jsonObj;
@@ -55,6 +58,9 @@ var UpdateNodePoolNodeConfigDetails;
55
58
  ? obj.placementConfigs.map(item => {
56
59
  return model.NodePoolPlacementConfigDetails.getDeserializedJsonObj(item);
57
60
  })
61
+ : undefined,
62
+ "nodePoolPodNetworkOptionDetails": obj.nodePoolPodNetworkOptionDetails
63
+ ? model.NodePoolPodNetworkOptionDetails.getDeserializedJsonObj(obj.nodePoolPodNetworkOptionDetails)
58
64
  : undefined
59
65
  });
60
66
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-node-pool-node-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-node-pool-node-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
1
+ {"version":3,"file":"update-node-pool-node-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-node-pool-node-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,+BAA+B,CAqC/C;AArCD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,+BAA+B,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,0CAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC1D,GAAG,CAAC,+BAA+B,CACpC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,sDAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAqC/C"}
@@ -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.34.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.35.1/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcnRequest.
17
17
  */
18
18
  export interface ClusterMigrateToNativeVcnRequest 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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePoolRequest.
17
17
  */
18
18
  export interface CreateNodePoolRequest 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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/containerengine/GetCluster.ts.html |here} to see how to use GetClusterRequest.
16
16
  */
17
17
  export interface GetClusterRequest 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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.34.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.35.1/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.34.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.35.1/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePoolsRequest.
17
17
  */
18
18
  export interface ListNodePoolsRequest 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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/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.34.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.35.1/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePoolRequest.
17
17
  */
18
18
  export interface UpdateNodePoolRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-containerengine",
3
- "version": "2.34.0",
3
+ "version": "2.35.1",
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.34.0",
19
- "oci-workrequests": "2.34.0"
18
+ "oci-common": "2.35.1",
19
+ "oci-workrequests": "2.35.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"