oci-containerengine 2.53.1 → 2.55.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 +308 -22
- package/lib/client.js +1229 -124
- package/lib/client.js.map +1 -1
- package/lib/containerengine-waiter.d.ts +24 -0
- package/lib/containerengine-waiter.js +36 -0
- package/lib/containerengine-waiter.js.map +1 -1
- package/lib/model/addon-configuration.d.ts +32 -0
- package/lib/model/addon-configuration.js +32 -0
- package/lib/model/addon-configuration.js.map +1 -0
- package/lib/model/addon-error.d.ts +36 -0
- package/lib/model/addon-error.js +32 -0
- package/lib/model/addon-error.js.map +1 -0
- package/lib/model/addon-lifecycle-state.d.ts +36 -0
- package/lib/model/addon-lifecycle-state.js +47 -0
- package/lib/model/addon-lifecycle-state.js.map +1 -0
- package/lib/model/addon-option-summary.d.ts +96 -0
- package/lib/model/addon-option-summary.js +74 -0
- package/lib/model/addon-option-summary.js.map +1 -0
- package/lib/model/addon-summary.d.ts +49 -0
- package/lib/model/addon-summary.js +58 -0
- package/lib/model/addon-summary.js.map +1 -0
- package/lib/model/addon-version-configuration.d.ts +44 -0
- package/lib/model/addon-version-configuration.js +32 -0
- package/lib/model/addon-version-configuration.js.map +1 -0
- package/lib/model/addon-versions.d.ts +56 -0
- package/lib/model/addon-versions.js +82 -0
- package/lib/model/addon-versions.js.map +1 -0
- package/lib/model/addon.d.ts +53 -0
- package/lib/model/addon.js +68 -0
- package/lib/model/addon.js.map +1 -0
- package/lib/model/cluster-summary.d.ts +4 -0
- package/lib/model/cluster-summary.js.map +1 -1
- package/lib/model/cluster-type.d.ts +31 -0
- package/lib/model/cluster-type.js +42 -0
- package/lib/model/cluster-type.js.map +1 -0
- package/lib/model/cluster.d.ts +4 -0
- package/lib/model/cluster.js.map +1 -1
- package/lib/model/create-cluster-details.d.ts +4 -0
- package/lib/model/create-cluster-details.js.map +1 -1
- package/lib/model/create-virtual-node-pool-details.d.ts +82 -0
- package/lib/model/create-virtual-node-pool-details.js +96 -0
- package/lib/model/create-virtual-node-pool-details.js.map +1 -0
- package/lib/model/index.d.ts +62 -0
- package/lib/model/index.js +64 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/initial-virtual-node-label.d.ts +32 -0
- package/lib/model/initial-virtual-node-label.js +32 -0
- package/lib/model/initial-virtual-node-label.js.map +1 -0
- package/lib/model/install-addon-details.d.ts +37 -0
- package/lib/model/install-addon-details.js +64 -0
- package/lib/model/install-addon-details.js.map +1 -0
- package/lib/model/kubernetes-versions-filters.d.ts +37 -0
- package/lib/model/kubernetes-versions-filters.js +32 -0
- package/lib/model/kubernetes-versions-filters.js.map +1 -0
- package/lib/model/placement-configuration.d.ts +38 -0
- package/lib/model/placement-configuration.js +32 -0
- package/lib/model/placement-configuration.js.map +1 -0
- package/lib/model/pod-configuration.d.ts +36 -0
- package/lib/model/pod-configuration.js +32 -0
- package/lib/model/pod-configuration.js.map +1 -0
- package/lib/model/pod-shape-summary.d.ts +45 -0
- package/lib/model/pod-shape-summary.js +84 -0
- package/lib/model/pod-shape-summary.js.map +1 -0
- package/lib/model/pod-shape.d.ts +45 -0
- package/lib/model/pod-shape.js +84 -0
- package/lib/model/pod-shape.js.map +1 -0
- package/lib/model/shape-memory-options.d.ts +44 -0
- package/lib/model/shape-memory-options.js +32 -0
- package/lib/model/shape-memory-options.js.map +1 -0
- package/lib/model/shape-network-bandwidth-options.d.ts +36 -0
- package/lib/model/shape-network-bandwidth-options.js +32 -0
- package/lib/model/shape-network-bandwidth-options.js.map +1 -0
- package/lib/model/shape-ocpu-options.d.ts +32 -0
- package/lib/model/shape-ocpu-options.js +32 -0
- package/lib/model/shape-ocpu-options.js.map +1 -0
- package/lib/model/taint.d.ts +36 -0
- package/lib/model/taint.js +32 -0
- package/lib/model/taint.js.map +1 -0
- package/lib/model/update-addon-details.d.ts +33 -0
- package/lib/model/update-addon-details.js +64 -0
- package/lib/model/update-addon-details.js.map +1 -0
- package/lib/model/update-cluster-details.d.ts +4 -0
- package/lib/model/update-cluster-details.js.map +1 -1
- package/lib/model/update-virtual-node-details.d.ts +29 -0
- package/lib/model/update-virtual-node-details.js +32 -0
- package/lib/model/update-virtual-node-details.js.map +1 -0
- package/lib/model/update-virtual-node-pool-details.d.ts +74 -0
- package/lib/model/update-virtual-node-pool-details.js +96 -0
- package/lib/model/update-virtual-node-pool-details.js.map +1 -0
- package/lib/model/virtual-node-lifecycle-state.d.ts +36 -0
- package/lib/model/virtual-node-lifecycle-state.js +47 -0
- package/lib/model/virtual-node-lifecycle-state.js.map +1 -0
- package/lib/model/virtual-node-pool-lifecycle-state.d.ts +36 -0
- package/lib/model/virtual-node-pool-lifecycle-state.js +47 -0
- package/lib/model/virtual-node-pool-lifecycle-state.js.map +1 -0
- package/lib/model/virtual-node-pool-summary.d.ts +116 -0
- package/lib/model/virtual-node-pool-summary.js +96 -0
- package/lib/model/virtual-node-pool-summary.js.map +1 -0
- package/lib/model/virtual-node-pool.d.ts +116 -0
- package/lib/model/virtual-node-pool.js +96 -0
- package/lib/model/virtual-node-pool.js.map +1 -0
- package/lib/model/virtual-node-summary.d.ts +107 -0
- package/lib/model/virtual-node-summary.js +32 -0
- package/lib/model/virtual-node-summary.js.map +1 -0
- package/lib/model/virtual-node-tags.d.ts +44 -0
- package/lib/model/virtual-node-tags.js +32 -0
- package/lib/model/virtual-node-tags.js.map +1 -0
- package/lib/model/virtual-node.d.ts +107 -0
- package/lib/model/virtual-node.js +32 -0
- package/lib/model/virtual-node.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +8 -0
- package/lib/model/work-request-operation-type.js +8 -0
- package/lib/model/work-request-operation-type.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/create-virtual-node-pool-request.d.ts +35 -0
- package/lib/request/create-virtual-node-pool-request.js +15 -0
- package/lib/request/create-virtual-node-pool-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 +45 -0
- package/lib/request/delete-virtual-node-pool-request.js +15 -0
- package/lib/request/delete-virtual-node-pool-request.js.map +1 -0
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/disable-addon-request.d.ts +43 -0
- package/lib/request/disable-addon-request.js +15 -0
- package/lib/request/disable-addon-request.js.map +1 -0
- package/lib/request/get-addon-request.d.ts +32 -0
- package/lib/request/get-addon-request.js +15 -0
- package/lib/request/get-addon-request.js.map +1 -0
- 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 +28 -0
- package/lib/request/get-virtual-node-pool-request.js +15 -0
- package/lib/request/get-virtual-node-pool-request.js.map +1 -0
- package/lib/request/get-virtual-node-request.d.ts +32 -0
- package/lib/request/get-virtual-node-request.js +15 -0
- package/lib/request/get-virtual-node-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-addon-request.d.ts +46 -0
- package/lib/request/install-addon-request.js +15 -0
- package/lib/request/install-addon-request.js.map +1 -0
- package/lib/request/list-addon-options-request.d.ts +60 -0
- package/lib/request/list-addon-options-request.js +24 -0
- package/lib/request/list-addon-options-request.js.map +1 -0
- package/lib/request/list-addons-request.d.ts +56 -0
- package/lib/request/list-addons-request.js +24 -0
- package/lib/request/list-addons-request.js.map +1 -0
- 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 +65 -0
- package/lib/request/list-pod-shapes-request.js +25 -0
- package/lib/request/list-pod-shapes-request.js.map +1 -0
- package/lib/request/list-virtual-node-pools-request.d.ts +69 -0
- package/lib/request/list-virtual-node-pools-request.js +25 -0
- package/lib/request/list-virtual-node-pools-request.js.map +1 -0
- package/lib/request/list-virtual-nodes-request.d.ts +61 -0
- package/lib/request/list-virtual-nodes-request.js +25 -0
- package/lib/request/list-virtual-nodes-request.js.map +1 -0
- 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-addon-request.d.ts +44 -0
- package/lib/request/update-addon-request.js +15 -0
- package/lib/request/update-addon-request.js.map +1 -0
- 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 +40 -0
- package/lib/request/update-virtual-node-pool-request.js +15 -0
- package/lib/request/update-virtual-node-pool-request.js.map +1 -0
- package/lib/response/create-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/create-virtual-node-pool-response.js +15 -0
- package/lib/response/create-virtual-node-pool-response.js.map +1 -0
- package/lib/response/delete-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/delete-virtual-node-pool-response.js +15 -0
- package/lib/response/delete-virtual-node-pool-response.js.map +1 -0
- package/lib/response/disable-addon-response.d.ts +22 -0
- package/lib/response/disable-addon-response.js +15 -0
- package/lib/response/disable-addon-response.js.map +1 -0
- package/lib/response/get-addon-response.d.ts +29 -0
- package/lib/response/get-addon-response.js +15 -0
- package/lib/response/get-addon-response.js.map +1 -0
- package/lib/response/get-virtual-node-pool-response.d.ts +29 -0
- package/lib/response/get-virtual-node-pool-response.js +15 -0
- package/lib/response/get-virtual-node-pool-response.js.map +1 -0
- package/lib/response/get-virtual-node-response.d.ts +29 -0
- package/lib/response/get-virtual-node-response.js +15 -0
- package/lib/response/get-virtual-node-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/install-addon-response.d.ts +22 -0
- package/lib/response/install-addon-response.js +15 -0
- package/lib/response/install-addon-response.js.map +1 -0
- package/lib/response/list-addon-options-response.d.ts +31 -0
- package/lib/response/list-addon-options-response.js +15 -0
- package/lib/response/list-addon-options-response.js.map +1 -0
- package/lib/response/list-addons-response.d.ts +31 -0
- package/lib/response/list-addons-response.js +15 -0
- package/lib/response/list-addons-response.js.map +1 -0
- package/lib/response/list-pod-shapes-response.d.ts +31 -0
- package/lib/response/list-pod-shapes-response.js +15 -0
- package/lib/response/list-pod-shapes-response.js.map +1 -0
- package/lib/response/list-virtual-node-pools-response.d.ts +31 -0
- package/lib/response/list-virtual-node-pools-response.js +15 -0
- package/lib/response/list-virtual-node-pools-response.js.map +1 -0
- package/lib/response/list-virtual-nodes-response.d.ts +31 -0
- package/lib/response/list-virtual-nodes-response.js +15 -0
- package/lib/response/list-virtual-nodes-response.js.map +1 -0
- package/lib/response/update-addon-response.d.ts +22 -0
- package/lib/response/update-addon-response.js +15 -0
- package/lib/response/update-addon-response.js.map +1 -0
- package/lib/response/update-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/update-virtual-node-pool-response.js +15 -0
- package/lib/response/update-virtual-node-pool-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,96 @@
|
|
|
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 addon summary.
|
|
19
|
+
*/
|
|
20
|
+
export interface AddonOptionSummary {
|
|
21
|
+
/**
|
|
22
|
+
* Name of the addon and it would be unique.
|
|
23
|
+
*/
|
|
24
|
+
"name": string;
|
|
25
|
+
/**
|
|
26
|
+
* Addon definition schema version to validate addon.
|
|
27
|
+
*/
|
|
28
|
+
"addonSchemaVersion"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Addon group info, a namespace concept that groups addons with similar functionalities.
|
|
31
|
+
*/
|
|
32
|
+
"addonGroup"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The life cycle state of the addon.
|
|
35
|
+
*/
|
|
36
|
+
"lifecycleState": AddonOptionSummary.LifecycleState;
|
|
37
|
+
/**
|
|
38
|
+
* Description on the addon.
|
|
39
|
+
*/
|
|
40
|
+
"description"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Is it an essential addon for cluster operation or not.
|
|
43
|
+
*/
|
|
44
|
+
"isEssential": boolean;
|
|
45
|
+
/**
|
|
46
|
+
* The resources this work request affects.
|
|
47
|
+
*/
|
|
48
|
+
"versions": Array<model.AddonVersions>;
|
|
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
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
71
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"systemTags"?: {
|
|
75
|
+
[key: string]: {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* The time the work request was created.
|
|
81
|
+
*/
|
|
82
|
+
"timeCreated"?: Date;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace AddonOptionSummary {
|
|
85
|
+
enum LifecycleState {
|
|
86
|
+
Active = "ACTIVE",
|
|
87
|
+
Inactive = "INACTIVE",
|
|
88
|
+
/**
|
|
89
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
90
|
+
* version of the SDK.
|
|
91
|
+
*/
|
|
92
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
93
|
+
}
|
|
94
|
+
function getJsonObj(obj: AddonOptionSummary): object;
|
|
95
|
+
function getDeserializedJsonObj(obj: AddonOptionSummary): object;
|
|
96
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
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.AddonOptionSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var AddonOptionSummary;
|
|
40
|
+
(function (AddonOptionSummary) {
|
|
41
|
+
let LifecycleState;
|
|
42
|
+
(function (LifecycleState) {
|
|
43
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
44
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(LifecycleState = AddonOptionSummary.LifecycleState || (AddonOptionSummary.LifecycleState = {}));
|
|
51
|
+
function getJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"versions": obj.versions
|
|
54
|
+
? obj.versions.map(item => {
|
|
55
|
+
return model.AddonVersions.getJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
AddonOptionSummary.getJsonObj = getJsonObj;
|
|
62
|
+
function getDeserializedJsonObj(obj) {
|
|
63
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
64
|
+
"versions": obj.versions
|
|
65
|
+
? obj.versions.map(item => {
|
|
66
|
+
return model.AddonVersions.getDeserializedJsonObj(item);
|
|
67
|
+
})
|
|
68
|
+
: undefined
|
|
69
|
+
});
|
|
70
|
+
return jsonObj;
|
|
71
|
+
}
|
|
72
|
+
AddonOptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
73
|
+
})(AddonOptionSummary = exports.AddonOptionSummary || (exports.AddonOptionSummary = {}));
|
|
74
|
+
//# sourceMappingURL=addon-option-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon-option-summary.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/addon-option-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6DlC,IAAiB,kBAAkB,CAuClC;AAvCD,WAAiB,kBAAkB;IACjC,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EAvCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuClC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 addon summary.
|
|
19
|
+
*/
|
|
20
|
+
export interface AddonSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The name of the addon.
|
|
23
|
+
*/
|
|
24
|
+
"name": string;
|
|
25
|
+
/**
|
|
26
|
+
* selected addon version, or null indicates autoUpdate
|
|
27
|
+
*/
|
|
28
|
+
"version"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* current installed version of the addon
|
|
31
|
+
*/
|
|
32
|
+
"currentInstalledVersion"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The time the cluster was created.
|
|
35
|
+
*/
|
|
36
|
+
"timeCreated"?: Date;
|
|
37
|
+
/**
|
|
38
|
+
* The state of the addon.
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState": model.AddonLifecycleState;
|
|
41
|
+
/**
|
|
42
|
+
* The error info of the addon.
|
|
43
|
+
*/
|
|
44
|
+
"addonError"?: model.AddonError;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace AddonSummary {
|
|
47
|
+
function getJsonObj(obj: AddonSummary): object;
|
|
48
|
+
function getDeserializedJsonObj(obj: AddonSummary): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
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.AddonSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var AddonSummary;
|
|
40
|
+
(function (AddonSummary) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"addonError": obj.addonError ? model.AddonError.getJsonObj(obj.addonError) : undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
AddonSummary.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"addonError": obj.addonError
|
|
51
|
+
? model.AddonError.getDeserializedJsonObj(obj.addonError)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
AddonSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(AddonSummary = exports.AddonSummary || (exports.AddonSummary = {}));
|
|
58
|
+
//# sourceMappingURL=addon-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon-summary.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/addon-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,YAAY,CAuB5B;AAvBD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAuB5B"}
|
|
@@ -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, 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
|
+
* Addon version configuration details.
|
|
18
|
+
*/
|
|
19
|
+
export interface AddonVersionConfiguration {
|
|
20
|
+
/**
|
|
21
|
+
* If the the configuration is required or not.
|
|
22
|
+
*/
|
|
23
|
+
"isRequired"?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Addon configuration key
|
|
26
|
+
*/
|
|
27
|
+
"key"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Addon configuration value
|
|
30
|
+
*/
|
|
31
|
+
"value"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Display name of addon version.
|
|
34
|
+
*/
|
|
35
|
+
"displayName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Information about the addon version configuration.
|
|
38
|
+
*/
|
|
39
|
+
"description"?: string;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace AddonVersionConfiguration {
|
|
42
|
+
function getJsonObj(obj: AddonVersionConfiguration): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: AddonVersionConfiguration): 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, 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.AddonVersionConfiguration = void 0;
|
|
19
|
+
var AddonVersionConfiguration;
|
|
20
|
+
(function (AddonVersionConfiguration) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AddonVersionConfiguration.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AddonVersionConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AddonVersionConfiguration = exports.AddonVersionConfiguration || (exports.AddonVersionConfiguration = {}));
|
|
32
|
+
//# sourceMappingURL=addon-version-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon-version-configuration.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/addon-version-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+BH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 a work request resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface AddonVersions {
|
|
21
|
+
/**
|
|
22
|
+
* Current state of the addon, only active will be visible to customer, visibility of versions in other status will be filtered based on limits property.
|
|
23
|
+
*/
|
|
24
|
+
"status"?: AddonVersions.Status;
|
|
25
|
+
/**
|
|
26
|
+
* Version number, need be comparable within an addon.
|
|
27
|
+
*/
|
|
28
|
+
"versionNumber"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Information about the addon version.
|
|
31
|
+
*/
|
|
32
|
+
"description"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The range of kubernetes versions an addon can be configured.
|
|
35
|
+
*/
|
|
36
|
+
"kubernetesVersionFilters"?: model.KubernetesVersionsFilters;
|
|
37
|
+
/**
|
|
38
|
+
* Addon version configuration details.
|
|
39
|
+
*/
|
|
40
|
+
"configurations"?: Array<model.AddonVersionConfiguration>;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace AddonVersions {
|
|
43
|
+
enum Status {
|
|
44
|
+
Active = "ACTIVE",
|
|
45
|
+
Deprecated = "DEPRECATED",
|
|
46
|
+
Preview = "PREVIEW",
|
|
47
|
+
Recalled = "RECALLED",
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
53
|
+
}
|
|
54
|
+
function getJsonObj(obj: AddonVersions): object;
|
|
55
|
+
function getDeserializedJsonObj(obj: AddonVersions): object;
|
|
56
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
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.AddonVersions = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var AddonVersions;
|
|
40
|
+
(function (AddonVersions) {
|
|
41
|
+
let Status;
|
|
42
|
+
(function (Status) {
|
|
43
|
+
Status["Active"] = "ACTIVE";
|
|
44
|
+
Status["Deprecated"] = "DEPRECATED";
|
|
45
|
+
Status["Preview"] = "PREVIEW";
|
|
46
|
+
Status["Recalled"] = "RECALLED";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(Status = AddonVersions.Status || (AddonVersions.Status = {}));
|
|
53
|
+
function getJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"kubernetesVersionFilters": obj.kubernetesVersionFilters
|
|
56
|
+
? model.KubernetesVersionsFilters.getJsonObj(obj.kubernetesVersionFilters)
|
|
57
|
+
: undefined,
|
|
58
|
+
"configurations": obj.configurations
|
|
59
|
+
? obj.configurations.map(item => {
|
|
60
|
+
return model.AddonVersionConfiguration.getJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
AddonVersions.getJsonObj = getJsonObj;
|
|
67
|
+
function getDeserializedJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"kubernetesVersionFilters": obj.kubernetesVersionFilters
|
|
70
|
+
? model.KubernetesVersionsFilters.getDeserializedJsonObj(obj.kubernetesVersionFilters)
|
|
71
|
+
: undefined,
|
|
72
|
+
"configurations": obj.configurations
|
|
73
|
+
? obj.configurations.map(item => {
|
|
74
|
+
return model.AddonVersionConfiguration.getDeserializedJsonObj(item);
|
|
75
|
+
})
|
|
76
|
+
: undefined
|
|
77
|
+
});
|
|
78
|
+
return jsonObj;
|
|
79
|
+
}
|
|
80
|
+
AddonVersions.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
81
|
+
})(AddonVersions = exports.AddonVersions || (exports.AddonVersions = {}));
|
|
82
|
+
//# sourceMappingURL=addon-versions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon-versions.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/addon-versions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6BlC,IAAiB,aAAa,CA+C7B;AA/CD,WAAiB,aAAa;IAC5B,IAAY,MAUX;IAVD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,mCAAyB,CAAA;QACzB,6BAAmB,CAAA;QACnB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAVW,MAAM,GAAN,oBAAM,KAAN,oBAAM,QAUjB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBAC1E,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/CgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA+C7B"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 addon.
|
|
19
|
+
*/
|
|
20
|
+
export interface Addon {
|
|
21
|
+
/**
|
|
22
|
+
* The name of the addon.
|
|
23
|
+
*/
|
|
24
|
+
"name": string;
|
|
25
|
+
/**
|
|
26
|
+
* selected addon version, or null indicates autoUpdate
|
|
27
|
+
*/
|
|
28
|
+
"version"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* current installed version of the addon
|
|
31
|
+
*/
|
|
32
|
+
"currentInstalledVersion"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The time the cluster was created.
|
|
35
|
+
*/
|
|
36
|
+
"timeCreated"?: Date;
|
|
37
|
+
/**
|
|
38
|
+
* The state of the addon.
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState": model.AddonLifecycleState;
|
|
41
|
+
/**
|
|
42
|
+
* Addon configuration details.
|
|
43
|
+
*/
|
|
44
|
+
"configurations"?: Array<model.AddonConfiguration>;
|
|
45
|
+
/**
|
|
46
|
+
* The error info of the addon.
|
|
47
|
+
*/
|
|
48
|
+
"addonError"?: model.AddonError;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace Addon {
|
|
51
|
+
function getJsonObj(obj: Addon): object;
|
|
52
|
+
function getDeserializedJsonObj(obj: Addon): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
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.Addon = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var Addon;
|
|
40
|
+
(function (Addon) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"configurations": obj.configurations
|
|
44
|
+
? obj.configurations.map(item => {
|
|
45
|
+
return model.AddonConfiguration.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined,
|
|
48
|
+
"addonError": obj.addonError ? model.AddonError.getJsonObj(obj.addonError) : undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
Addon.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"configurations": obj.configurations
|
|
56
|
+
? obj.configurations.map(item => {
|
|
57
|
+
return model.AddonConfiguration.getDeserializedJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined,
|
|
60
|
+
"addonError": obj.addonError
|
|
61
|
+
? model.AddonError.getDeserializedJsonObj(obj.addonError)
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
Addon.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(Addon = exports.Addon || (exports.Addon = {}));
|
|
68
|
+
//# sourceMappingURL=addon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/addon.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,KAAK,CAiCrB;AAjCD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gBAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,4BAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAiCrB"}
|
|
@@ -106,6 +106,10 @@ export interface ClusterSummary {
|
|
|
106
106
|
* Available CNIs and network options for existing and new node pools of the cluster
|
|
107
107
|
*/
|
|
108
108
|
"clusterPodNetworkOptions"?: Array<model.ClusterPodNetworkOptionDetails>;
|
|
109
|
+
/**
|
|
110
|
+
* Type of cluster
|
|
111
|
+
*/
|
|
112
|
+
"type"?: model.ClusterType;
|
|
109
113
|
}
|
|
110
114
|
export declare namespace ClusterSummary {
|
|
111
115
|
function getJsonObj(obj: ClusterSummary): object;
|