oci-containerengine 2.11.0 → 2.13.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 +22 -21
- package/lib/client.js +24 -23
- package/lib/client.js.map +1 -1
- package/lib/model/cluster-create-options.d.ts +2 -0
- package/lib/model/cluster-create-options.js +12 -0
- package/lib/model/cluster-create-options.js.map +1 -1
- package/lib/model/cluster-summary.d.ts +30 -0
- package/lib/model/cluster-summary.js.map +1 -1
- package/lib/model/cluster.d.ts +30 -0
- package/lib/model/cluster.js.map +1 -1
- package/lib/model/create-cluster-details.d.ts +20 -0
- package/lib/model/create-cluster-details.js.map +1 -1
- package/lib/model/create-node-pool-details.d.ts +20 -0
- package/lib/model/create-node-pool-details.js.map +1 -1
- package/lib/model/create-node-pool-node-config-details.d.ts +28 -0
- package/lib/model/create-node-pool-node-config-details.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/kubernetes-network-config.d.ts +2 -2
- package/lib/model/node-pool-node-config-details.d.ts +28 -0
- package/lib/model/node-pool-node-config-details.js.map +1 -1
- package/lib/model/node-pool-placement-config-details.d.ts +4 -0
- package/lib/model/node-pool-placement-config-details.js.map +1 -1
- package/lib/model/node-pool-summary.d.ts +30 -0
- package/lib/model/node-pool-summary.js.map +1 -1
- package/lib/model/node-pool.d.ts +30 -0
- package/lib/model/node-pool.js.map +1 -1
- package/lib/model/node.d.ts +30 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/persistent-volume-config-details.d.ts +44 -0
- package/lib/model/persistent-volume-config-details.js +32 -0
- package/lib/model/persistent-volume-config-details.js.map +1 -0
- package/lib/model/service-lb-config-details.d.ts +44 -0
- package/lib/model/service-lb-config-details.js +32 -0
- package/lib/model/service-lb-config-details.js.map +1 -0
- package/lib/model/update-cluster-details.d.ts +20 -0
- package/lib/model/update-cluster-details.js.map +1 -1
- package/lib/model/update-cluster-options-details.d.ts +2 -0
- package/lib/model/update-cluster-options-details.js +12 -0
- package/lib/model/update-cluster-options-details.js.map +1 -1
- package/lib/model/update-node-pool-details.d.ts +20 -0
- package/lib/model/update-node-pool-details.js.map +1 -1
- package/lib/model/update-node-pool-node-config-details.d.ts +28 -0
- package/lib/model/update-node-pool-node-config-details.js.map +1 -1
- package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
- package/lib/request/create-cluster-request.d.ts +1 -1
- package/lib/request/create-kubeconfig-request.d.ts +1 -1
- package/lib/request/create-node-pool-request.d.ts +1 -1
- package/lib/request/delete-cluster-request.d.ts +1 -1
- package/lib/request/delete-node-pool-request.d.ts +1 -1
- package/lib/request/delete-work-request-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-node-pool-options-request.d.ts +1 -1
- package/lib/request/get-node-pool-request.d.ts +1 -1
- package/lib/request/get-work-request-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-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/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/package.json +3 -3
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* Configuration to be applied to load balancers created by Kubernetes services
|
|
18
|
+
*/
|
|
19
|
+
export interface ServiceLbConfigDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
22
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
23
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"freeformTags"?: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
31
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"definedTags"?: {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace ServiceLbConfigDetails {
|
|
42
|
+
function getJsonObj(obj: ServiceLbConfigDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: ServiceLbConfigDetails): object;
|
|
44
|
+
}
|
|
@@ -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, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ServiceLbConfigDetails = void 0;
|
|
19
|
+
var ServiceLbConfigDetails;
|
|
20
|
+
(function (ServiceLbConfigDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ServiceLbConfigDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ServiceLbConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ServiceLbConfigDetails = exports.ServiceLbConfigDetails || (exports.ServiceLbConfigDetails = {}));
|
|
32
|
+
//# sourceMappingURL=service-lb-config-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-lb-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/service-lb-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -27,6 +27,26 @@ export interface UpdateClusterDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"kubernetesVersion"?: string;
|
|
29
29
|
"options"?: model.UpdateClusterOptionsDetails;
|
|
30
|
+
/**
|
|
31
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
32
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
33
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"freeformTags"?: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
41
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"definedTags"?: {
|
|
46
|
+
[key: string]: {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
30
50
|
/**
|
|
31
51
|
* The image verification policy for signature validation. Once a policy is created and enabled with
|
|
32
52
|
* one or more kms keys, the policy will ensure all images deployed has been signed with the key(s)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,oBAAoB,CAiCpC;AAjCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACpF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAiCpC"}
|
|
@@ -22,6 +22,8 @@ export interface UpdateClusterOptionsDetails {
|
|
|
22
22
|
* Configurable cluster admission controllers
|
|
23
23
|
*/
|
|
24
24
|
"admissionControllerOptions"?: model.AdmissionControllerOptions;
|
|
25
|
+
"persistentVolumeConfig"?: model.PersistentVolumeConfigDetails;
|
|
26
|
+
"serviceLbConfig"?: model.ServiceLbConfigDetails;
|
|
25
27
|
}
|
|
26
28
|
export declare namespace UpdateClusterOptionsDetails {
|
|
27
29
|
function getJsonObj(obj: UpdateClusterOptionsDetails): object;
|
|
@@ -42,6 +42,12 @@ var UpdateClusterOptionsDetails;
|
|
|
42
42
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
43
|
"admissionControllerOptions": obj.admissionControllerOptions
|
|
44
44
|
? model.AdmissionControllerOptions.getJsonObj(obj.admissionControllerOptions)
|
|
45
|
+
: undefined,
|
|
46
|
+
"persistentVolumeConfig": obj.persistentVolumeConfig
|
|
47
|
+
? model.PersistentVolumeConfigDetails.getJsonObj(obj.persistentVolumeConfig)
|
|
48
|
+
: undefined,
|
|
49
|
+
"serviceLbConfig": obj.serviceLbConfig
|
|
50
|
+
? model.ServiceLbConfigDetails.getJsonObj(obj.serviceLbConfig)
|
|
45
51
|
: undefined
|
|
46
52
|
});
|
|
47
53
|
return jsonObj;
|
|
@@ -51,6 +57,12 @@ var UpdateClusterOptionsDetails;
|
|
|
51
57
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
58
|
"admissionControllerOptions": obj.admissionControllerOptions
|
|
53
59
|
? model.AdmissionControllerOptions.getDeserializedJsonObj(obj.admissionControllerOptions)
|
|
60
|
+
: undefined,
|
|
61
|
+
"persistentVolumeConfig": obj.persistentVolumeConfig
|
|
62
|
+
? model.PersistentVolumeConfigDetails.getDeserializedJsonObj(obj.persistentVolumeConfig)
|
|
63
|
+
: undefined,
|
|
64
|
+
"serviceLbConfig": obj.serviceLbConfig
|
|
65
|
+
? model.ServiceLbConfigDetails.getDeserializedJsonObj(obj.serviceLbConfig)
|
|
54
66
|
: undefined
|
|
55
67
|
});
|
|
56
68
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-cluster-options-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-cluster-options-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-cluster-options-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-cluster-options-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,2BAA2B,CAqC3C;AArCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBAC5E,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,sCAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACxF,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,kDAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqC3C"}
|
|
@@ -78,6 +78,26 @@ export interface UpdateNodePoolDetails {
|
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
"nodeShapeConfig"?: model.UpdateNodeShapeConfigDetails;
|
|
81
|
+
/**
|
|
82
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
83
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"freeformTags"?: {
|
|
88
|
+
[key: string]: string;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
92
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
93
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
"definedTags"?: {
|
|
97
|
+
[key: string]: {
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
81
101
|
}
|
|
82
102
|
export declare namespace UpdateNodePoolDetails {
|
|
83
103
|
function getJsonObj(obj: UpdateNodePoolDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-node-pool-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-node-pool-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-node-pool-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-node-pool-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiFlC,IAAiB,qBAAqB,CAqDrC;AArDD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACpE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,gCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrF,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAChF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,4CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAqDrC"}
|
|
@@ -28,6 +28,34 @@ export interface UpdateNodePoolNodeConfigDetails {
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"nsgIds"?: Array<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The OCID of the Key Management Service key assigned to the boot volume.
|
|
33
|
+
*/
|
|
34
|
+
"kmsKeyId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
|
|
37
|
+
*/
|
|
38
|
+
"isPvEncryptionInTransitEnabled"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
41
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"freeformTags"?: {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
50
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
51
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"definedTags"?: {
|
|
55
|
+
[key: string]: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
31
59
|
/**
|
|
32
60
|
* The placement configurations for the node pool. Provide one placement
|
|
33
61
|
* configuration for each availability domain in which you intend to launch a node.
|
|
@@ -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;
|
|
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"}
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.
|
|
3
|
+
"version": "2.13.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.13.0",
|
|
19
|
+
"oci-workrequests": "2.13.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|