oci-containerengine 2.62.3 → 2.64.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +113 -36
- package/lib/client.js +395 -36
- package/lib/client.js.map +1 -1
- package/lib/containerengine-waiter.d.ts +8 -0
- package/lib/containerengine-waiter.js +12 -0
- package/lib/containerengine-waiter.js.map +1 -1
- package/lib/model/cluster-summary.d.ts +1 -1
- package/lib/model/create-workload-mapping-details.d.ts +52 -0
- package/lib/model/create-workload-mapping-details.js +32 -0
- package/lib/model/create-workload-mapping-details.js.map +1 -0
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +12 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-workload-mapping-details.d.ts +48 -0
- package/lib/model/update-workload-mapping-details.js +32 -0
- package/lib/model/update-workload-mapping-details.js.map +1 -0
- package/lib/model/workload-mapping-lifecycle-state.d.ts +35 -0
- package/lib/model/workload-mapping-lifecycle-state.js +46 -0
- package/lib/model/workload-mapping-lifecycle-state.js.map +1 -0
- package/lib/model/workload-mapping-summary.d.ts +73 -0
- package/lib/model/workload-mapping-summary.js +32 -0
- package/lib/model/workload-mapping-summary.js.map +1 -0
- package/lib/model/workload-mapping.d.ts +73 -0
- package/lib/model/workload-mapping.js +32 -0
- package/lib/model/workload-mapping.js.map +1 -0
- 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/create-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/create-workload-mapping-request.d.ts +39 -0
- package/lib/request/create-workload-mapping-request.js +15 -0
- package/lib/request/create-workload-mapping-request.js.map +1 -0
- package/lib/request/delete-cluster-request.d.ts +1 -1
- package/lib/request/delete-node-pool-request.d.ts +1 -1
- package/lib/request/delete-node-request.d.ts +1 -1
- package/lib/request/delete-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/delete-workload-mapping-request.d.ts +39 -0
- package/lib/request/delete-workload-mapping-request.js +15 -0
- package/lib/request/delete-workload-mapping-request.js.map +1 -0
- package/lib/request/disable-addon-request.d.ts +1 -1
- package/lib/request/get-addon-request.d.ts +1 -1
- package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
- package/lib/request/get-cluster-options-request.d.ts +1 -1
- package/lib/request/get-cluster-request.d.ts +1 -1
- package/lib/request/get-node-pool-options-request.d.ts +1 -1
- package/lib/request/get-node-pool-request.d.ts +1 -1
- package/lib/request/get-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/get-virtual-node-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workload-mapping-request.d.ts +32 -0
- package/lib/request/get-workload-mapping-request.js +15 -0
- package/lib/request/get-workload-mapping-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-addon-request.d.ts +1 -1
- package/lib/request/list-addon-options-request.d.ts +1 -1
- package/lib/request/list-addons-request.d.ts +1 -1
- package/lib/request/list-clusters-request.d.ts +1 -1
- package/lib/request/list-node-pools-request.d.ts +1 -1
- package/lib/request/list-pod-shapes-request.d.ts +1 -1
- package/lib/request/list-virtual-node-pools-request.d.ts +1 -1
- package/lib/request/list-virtual-nodes-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workload-mappings-request.d.ts +56 -0
- package/lib/request/list-workload-mappings-request.js +24 -0
- package/lib/request/list-workload-mappings-request.js.map +1 -0
- package/lib/request/update-addon-request.d.ts +1 -1
- package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
- package/lib/request/update-cluster-request.d.ts +1 -1
- package/lib/request/update-node-pool-request.d.ts +1 -1
- package/lib/request/update-virtual-node-pool-request.d.ts +1 -1
- package/lib/request/update-workload-mapping-request.d.ts +44 -0
- package/lib/request/update-workload-mapping-request.js +15 -0
- package/lib/request/update-workload-mapping-request.js.map +1 -0
- package/lib/response/create-workload-mapping-response.d.ts +29 -0
- package/lib/response/create-workload-mapping-response.js +15 -0
- package/lib/response/create-workload-mapping-response.js.map +1 -0
- package/lib/response/delete-workload-mapping-response.d.ts +20 -0
- package/lib/response/delete-workload-mapping-response.js +15 -0
- package/lib/response/delete-workload-mapping-response.js.map +1 -0
- package/lib/response/get-workload-mapping-response.d.ts +29 -0
- package/lib/response/get-workload-mapping-response.js +15 -0
- package/lib/response/get-workload-mapping-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-workload-mappings-response.d.ts +31 -0
- package/lib/response/list-workload-mappings-response.js +15 -0
- package/lib/response/list-workload-mappings-response.js.map +1 -0
- package/lib/response/update-workload-mapping-response.d.ts +29 -0
- package/lib/response/update-workload-mapping-response.js +15 -0
- package/lib/response/update-workload-mapping-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
* The properties that define a workloadMapping
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateWorkloadMappingDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The OCID of the mapped customer compartment.
|
|
22
|
+
*/
|
|
23
|
+
"mappedCompartmentId"?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
26
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
27
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"freeformTags"?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
35
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
36
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"definedTags"?: {
|
|
40
|
+
[key: string]: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export declare namespace UpdateWorkloadMappingDetails {
|
|
46
|
+
function getJsonObj(obj: UpdateWorkloadMappingDetails): object;
|
|
47
|
+
function getDeserializedJsonObj(obj: UpdateWorkloadMappingDetails): object;
|
|
48
|
+
}
|
|
@@ -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.UpdateWorkloadMappingDetails = void 0;
|
|
19
|
+
var UpdateWorkloadMappingDetails;
|
|
20
|
+
(function (UpdateWorkloadMappingDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
UpdateWorkloadMappingDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
UpdateWorkloadMappingDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(UpdateWorkloadMappingDetails = exports.UpdateWorkloadMappingDetails || (exports.UpdateWorkloadMappingDetails = {}));
|
|
32
|
+
//# sourceMappingURL=update-workload-mapping-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workload-mapping-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/update-workload-mapping-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6BH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* The lifecycle state of an workloadMapping.
|
|
18
|
+
**/
|
|
19
|
+
export declare enum WorkloadMappingLifecycleState {
|
|
20
|
+
Creating = "CREATING",
|
|
21
|
+
Active = "ACTIVE",
|
|
22
|
+
Failed = "FAILED",
|
|
23
|
+
Deleting = "DELETING",
|
|
24
|
+
Deleted = "DELETED",
|
|
25
|
+
Updating = "UPDATING",
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
31
|
+
}
|
|
32
|
+
export declare namespace WorkloadMappingLifecycleState {
|
|
33
|
+
function getJsonObj(obj: WorkloadMappingLifecycleState): WorkloadMappingLifecycleState;
|
|
34
|
+
function getDeserializedJsonObj(obj: WorkloadMappingLifecycleState): WorkloadMappingLifecycleState;
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.WorkloadMappingLifecycleState = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* The lifecycle state of an workloadMapping.
|
|
21
|
+
**/
|
|
22
|
+
var WorkloadMappingLifecycleState;
|
|
23
|
+
(function (WorkloadMappingLifecycleState) {
|
|
24
|
+
WorkloadMappingLifecycleState["Creating"] = "CREATING";
|
|
25
|
+
WorkloadMappingLifecycleState["Active"] = "ACTIVE";
|
|
26
|
+
WorkloadMappingLifecycleState["Failed"] = "FAILED";
|
|
27
|
+
WorkloadMappingLifecycleState["Deleting"] = "DELETING";
|
|
28
|
+
WorkloadMappingLifecycleState["Deleted"] = "DELETED";
|
|
29
|
+
WorkloadMappingLifecycleState["Updating"] = "UPDATING";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
WorkloadMappingLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(WorkloadMappingLifecycleState = exports.WorkloadMappingLifecycleState || (exports.WorkloadMappingLifecycleState = {}));
|
|
36
|
+
(function (WorkloadMappingLifecycleState) {
|
|
37
|
+
function getJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
WorkloadMappingLifecycleState.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
WorkloadMappingLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
45
|
+
})(WorkloadMappingLifecycleState = exports.WorkloadMappingLifecycleState || (exports.WorkloadMappingLifecycleState = {}));
|
|
46
|
+
//# sourceMappingURL=workload-mapping-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workload-mapping-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/workload-mapping-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,6BAaX;AAbD,WAAY,6BAA6B;IACvC,sDAAqB,CAAA;IACrB,kDAAiB,CAAA;IACjB,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,oDAAmB,CAAA;IACnB,sDAAqB,CAAA;IAErB;;;OAGG;IACH,+DAA8B,CAAA;AAChC,CAAC,EAbW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAaxC;AAED,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkC;QAElC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The properties that define an workloadMapping summary.
|
|
19
|
+
*/
|
|
20
|
+
export interface WorkloadMappingSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The ocid of the workloadMapping.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The OCID of the cluster.
|
|
27
|
+
*/
|
|
28
|
+
"clusterId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The namespace of the workloadMapping.
|
|
31
|
+
*/
|
|
32
|
+
"namespace": string;
|
|
33
|
+
/**
|
|
34
|
+
* The OCID of the mapped customer tenancy.
|
|
35
|
+
*/
|
|
36
|
+
"mappedTenancyId": string;
|
|
37
|
+
/**
|
|
38
|
+
* The OCID of the mapped customer compartment.
|
|
39
|
+
*/
|
|
40
|
+
"mappedCompartmentId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The time the cluster was created.
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated": Date;
|
|
45
|
+
/**
|
|
46
|
+
* The state of the workloadMapping.
|
|
47
|
+
*/
|
|
48
|
+
"lifecycleState": model.WorkloadMappingLifecycleState;
|
|
49
|
+
/**
|
|
50
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
51
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
52
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags"?: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
61
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"definedTags"?: {
|
|
65
|
+
[key: string]: {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
export declare namespace WorkloadMappingSummary {
|
|
71
|
+
function getJsonObj(obj: WorkloadMappingSummary): object;
|
|
72
|
+
function getDeserializedJsonObj(obj: WorkloadMappingSummary): object;
|
|
73
|
+
}
|
|
@@ -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.WorkloadMappingSummary = void 0;
|
|
19
|
+
var WorkloadMappingSummary;
|
|
20
|
+
(function (WorkloadMappingSummary) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
WorkloadMappingSummary.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
WorkloadMappingSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(WorkloadMappingSummary = exports.WorkloadMappingSummary || (exports.WorkloadMappingSummary = {}));
|
|
32
|
+
//# sourceMappingURL=workload-mapping-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workload-mapping-summary.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/workload-mapping-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqDH,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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The properties that define an workloadMapping.
|
|
19
|
+
*/
|
|
20
|
+
export interface WorkloadMapping {
|
|
21
|
+
/**
|
|
22
|
+
* The ocid of the workloadMapping.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The OCID of the cluster.
|
|
27
|
+
*/
|
|
28
|
+
"clusterId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The namespace of the workloadMapping.
|
|
31
|
+
*/
|
|
32
|
+
"namespace": string;
|
|
33
|
+
/**
|
|
34
|
+
* The OCID of the mapped customer tenancy.
|
|
35
|
+
*/
|
|
36
|
+
"mappedTenancyId": string;
|
|
37
|
+
/**
|
|
38
|
+
* The OCID of the mapped customer compartment.
|
|
39
|
+
*/
|
|
40
|
+
"mappedCompartmentId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The time the cluster was created.
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated": Date;
|
|
45
|
+
/**
|
|
46
|
+
* The state of the workloadMapping.
|
|
47
|
+
*/
|
|
48
|
+
"lifecycleState": model.WorkloadMappingLifecycleState;
|
|
49
|
+
/**
|
|
50
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
51
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
52
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags"?: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
61
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"definedTags"?: {
|
|
65
|
+
[key: string]: {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
export declare namespace WorkloadMapping {
|
|
71
|
+
function getJsonObj(obj: WorkloadMapping): object;
|
|
72
|
+
function getDeserializedJsonObj(obj: WorkloadMapping): object;
|
|
73
|
+
}
|
|
@@ -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.WorkloadMapping = void 0;
|
|
19
|
+
var WorkloadMapping;
|
|
20
|
+
(function (WorkloadMapping) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
WorkloadMapping.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
WorkloadMapping.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(WorkloadMapping = exports.WorkloadMapping || (exports.WorkloadMapping = {}));
|
|
32
|
+
//# sourceMappingURL=workload-mapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workload-mapping.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/workload-mapping.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqDH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
|
|
@@ -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.64.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.64.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.64.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.64.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVirtualNodePoolRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
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.64.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMappingRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateWorkloadMappingRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"clusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details of the workloadMapping to be create.
|
|
25
|
+
*/
|
|
26
|
+
"createWorkloadMappingDetails": model.CreateWorkloadMappingDetails;
|
|
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
|
+
}
|
|
@@ -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=create-workload-mapping-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-workload-mapping-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/create-workload-mapping-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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.64.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.64.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
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.64.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMappingRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteWorkloadMappingRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"clusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the workloadMapping.
|
|
24
|
+
*/
|
|
25
|
+
"workloadMappingId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
28
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
29
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"ifMatch"?: 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
|
+
}
|
|
@@ -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=delete-workload-mapping-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-workload-mapping-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/delete-workload-mapping-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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddonRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAddonRequest extends common.BaseRequest {
|
|
18
18
|
/**
|