oci-devops 2.50.3 → 2.51.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 +88 -88
- package/lib/client.js +88 -88
- package/lib/model/compute-instance-group-canary-approval-deploy-stage-execution-progress.d.ts +3 -0
- package/lib/model/compute-instance-group-canary-approval-deploy-stage-execution-progress.js.map +1 -1
- package/lib/model/container-config.d.ts +22 -0
- package/lib/model/container-config.js +68 -0
- package/lib/model/container-config.js.map +1 -0
- package/lib/model/container-instance-config.d.ts +38 -0
- package/lib/model/container-instance-config.js +66 -0
- package/lib/model/container-instance-config.js.map +1 -0
- package/lib/model/create-deploy-stage-details.js +4 -0
- package/lib/model/create-deploy-stage-details.js.map +1 -1
- package/lib/model/create-load-balancer-traffic-shift-deploy-stage-details.d.ts +1 -1
- package/lib/model/create-oke-helm-chart-deploy-stage-details.d.ts +42 -0
- package/lib/model/create-oke-helm-chart-deploy-stage-details.js +12 -0
- package/lib/model/create-oke-helm-chart-deploy-stage-details.js.map +1 -1
- package/lib/model/create-shell-deploy-stage-details.d.ts +33 -0
- package/lib/model/create-shell-deploy-stage-details.js +62 -0
- package/lib/model/create-shell-deploy-stage-details.js.map +1 -0
- package/lib/model/deploy-artifact.d.ts +1 -0
- package/lib/model/deploy-artifact.js +1 -0
- package/lib/model/deploy-artifact.js.map +1 -1
- package/lib/model/deploy-stage-execution-progress.js +4 -0
- package/lib/model/deploy-stage-execution-progress.js.map +1 -1
- package/lib/model/deploy-stage-summary.js +4 -0
- package/lib/model/deploy-stage-summary.js.map +1 -1
- package/lib/model/deploy-stage.js +4 -0
- package/lib/model/deploy-stage.js.map +1 -1
- package/lib/model/helm-repository-deploy-artifact-source.d.ts +1 -0
- package/lib/model/helm-repository-deploy-artifact-source.js +10 -2
- package/lib/model/helm-repository-deploy-artifact-source.js.map +1 -1
- package/lib/model/helm-set-value-collection.d.ts +26 -0
- package/lib/model/helm-set-value-collection.js +61 -0
- package/lib/model/helm-set-value-collection.js.map +1 -0
- package/lib/model/helm-set-value.d.ts +29 -0
- package/lib/model/helm-set-value.js +29 -0
- package/lib/model/helm-set-value.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +37 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/inline-public-key-verification-key-source.d.ts +32 -0
- package/lib/model/inline-public-key-verification-key-source.js +54 -0
- package/lib/model/inline-public-key-verification-key-source.js.map +1 -0
- package/lib/model/load-balancer-traffic-shift-deploy-stage-summary.d.ts +1 -1
- package/lib/model/load-balancer-traffic-shift-deploy-stage.d.ts +1 -1
- package/lib/model/manual-approval-deploy-stage-execution-progress.d.ts +3 -0
- package/lib/model/manual-approval-deploy-stage-execution-progress.js.map +1 -1
- package/lib/model/nginx-blue-green-strategy.d.ts +2 -2
- package/lib/model/nginx-canary-strategy.d.ts +1 -1
- package/lib/model/none-verification-key-source.d.ts +24 -0
- package/lib/model/none-verification-key-source.js +54 -0
- package/lib/model/none-verification-key-source.js.map +1 -0
- package/lib/model/oke-blue-green-deploy-stage-execution-progress.d.ts +1 -1
- package/lib/model/oke-blue-green-traffic-shift-deploy-stage-execution-progress.d.ts +1 -1
- package/lib/model/oke-canary-approval-deploy-stage-execution-progress.d.ts +3 -0
- package/lib/model/oke-canary-approval-deploy-stage-execution-progress.js.map +1 -1
- package/lib/model/oke-helm-chart-deploy-stage-summary.d.ts +42 -0
- package/lib/model/oke-helm-chart-deploy-stage-summary.js +12 -0
- package/lib/model/oke-helm-chart-deploy-stage-summary.js.map +1 -1
- package/lib/model/oke-helm-chart-deploy-stage.d.ts +42 -0
- package/lib/model/oke-helm-chart-deploy-stage.js +12 -0
- package/lib/model/oke-helm-chart-deploy-stage.js.map +1 -1
- package/lib/model/oke-helm-chart-deployment-stage-execution-progress.d.ts +10 -0
- package/lib/model/oke-helm-chart-deployment-stage-execution-progress.js.map +1 -1
- package/lib/model/shape-config.d.ts +29 -0
- package/lib/model/shape-config.js +29 -0
- package/lib/model/shape-config.js.map +1 -0
- package/lib/model/shell-deploy-stage-execution-progress.d.ts +24 -0
- package/lib/model/shell-deploy-stage-execution-progress.js +54 -0
- package/lib/model/shell-deploy-stage-execution-progress.js.map +1 -0
- package/lib/model/shell-deploy-stage-summary.d.ts +33 -0
- package/lib/model/shell-deploy-stage-summary.js +62 -0
- package/lib/model/shell-deploy-stage-summary.js.map +1 -0
- package/lib/model/shell-deploy-stage.d.ts +33 -0
- package/lib/model/shell-deploy-stage.js +60 -0
- package/lib/model/shell-deploy-stage.js.map +1 -0
- package/lib/model/update-deploy-stage-details.js +4 -0
- package/lib/model/update-deploy-stage-details.js.map +1 -1
- package/lib/model/update-load-balancer-traffic-shift-deploy-stage-details.d.ts +1 -1
- package/lib/model/update-oke-helm-chart-deploy-stage-details.d.ts +42 -0
- package/lib/model/update-oke-helm-chart-deploy-stage-details.js +12 -0
- package/lib/model/update-oke-helm-chart-deploy-stage-details.js.map +1 -1
- package/lib/model/update-shell-deploy-stage-details.d.ts +33 -0
- package/lib/model/update-shell-deploy-stage-details.js +62 -0
- package/lib/model/update-shell-deploy-stage-details.js.map +1 -0
- package/lib/model/vault-secret-verification-key-source.d.ts +28 -0
- package/lib/model/vault-secret-verification-key-source.js +54 -0
- package/lib/model/vault-secret-verification-key-source.js.map +1 -0
- package/lib/model/verification-key-source.d.ts +22 -0
- package/lib/model/verification-key-source.js +76 -0
- package/lib/model/verification-key-source.js.map +1 -0
- package/lib/request/approve-deployment-request.d.ts +1 -1
- package/lib/request/cancel-build-run-request.d.ts +1 -1
- package/lib/request/cancel-deployment-request.d.ts +1 -1
- package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-build-pipeline-request.d.ts +1 -1
- package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/create-build-run-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-deploy-artifact-request.d.ts +1 -1
- package/lib/request/create-deploy-environment-request.d.ts +1 -1
- package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/create-deploy-stage-request.d.ts +2 -2
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-repository-request.d.ts +1 -1
- package/lib/request/create-trigger-request.d.ts +1 -1
- package/lib/request/delete-build-pipeline-request.d.ts +1 -1
- package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
- package/lib/request/delete-deploy-environment-request.d.ts +1 -1
- package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/delete-deploy-stage-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-ref-request.d.ts +1 -1
- package/lib/request/delete-repository-request.d.ts +1 -1
- package/lib/request/delete-trigger-request.d.ts +1 -1
- package/lib/request/get-build-pipeline-request.d.ts +1 -1
- package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/get-build-run-request.d.ts +1 -1
- package/lib/request/get-commit-diff-request.d.ts +1 -1
- package/lib/request/get-commit-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-deploy-artifact-request.d.ts +1 -1
- package/lib/request/get-deploy-environment-request.d.ts +1 -1
- package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/get-deploy-stage-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-file-diff-request.d.ts +1 -1
- package/lib/request/get-mirror-record-request.d.ts +1 -1
- package/lib/request/get-object-content-request.d.ts +1 -1
- package/lib/request/get-object-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-ref-request.d.ts +1 -1
- package/lib/request/get-repo-file-diff-request.d.ts +1 -1
- package/lib/request/get-repo-file-lines-request.d.ts +1 -1
- package/lib/request/get-repository-archive-content-request.d.ts +1 -1
- package/lib/request/get-repository-file-lines-request.d.ts +1 -1
- package/lib/request/get-repository-request.d.ts +1 -1
- package/lib/request/get-trigger-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-authors-request.d.ts +1 -1
- package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
- package/lib/request/list-build-pipelines-request.d.ts +1 -1
- package/lib/request/list-build-runs-request.d.ts +1 -1
- package/lib/request/list-commit-diffs-request.d.ts +1 -1
- package/lib/request/list-commits-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
- package/lib/request/list-deploy-environments-request.d.ts +1 -1
- package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
- package/lib/request/list-deploy-stages-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-mirror-records-request.d.ts +1 -1
- package/lib/request/list-paths-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-refs-request.d.ts +1 -1
- package/lib/request/list-repositories-request.d.ts +1 -1
- package/lib/request/list-triggers-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/mirror-repository-request.d.ts +1 -1
- package/lib/request/put-repository-ref-request.d.ts +1 -1
- package/lib/request/schedule-cascading-project-deletion-request.d.ts +1 -1
- package/lib/request/update-build-pipeline-request.d.ts +1 -1
- package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/update-build-run-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-deploy-artifact-request.d.ts +1 -1
- package/lib/request/update-deploy-environment-request.d.ts +1 -1
- package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/update-deploy-stage-request.d.ts +2 -2
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-repository-request.d.ts +1 -1
- package/lib/request/update-trigger-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
14
|
+
* Determines the size and amount of resources available to the instance.
|
|
15
|
+
*/
|
|
16
|
+
export interface ShapeConfig {
|
|
17
|
+
/**
|
|
18
|
+
* The total number of OCPUs available to the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
|
+
*/
|
|
20
|
+
"ocpus": number;
|
|
21
|
+
/**
|
|
22
|
+
* The total amount of memory available to the instance, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"memoryInGBs"?: number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ShapeConfig {
|
|
27
|
+
function getJsonObj(obj: ShapeConfig): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: ShapeConfig): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
exports.ShapeConfig = void 0;
|
|
16
|
+
var ShapeConfig;
|
|
17
|
+
(function (ShapeConfig) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ShapeConfig.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ShapeConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ShapeConfig = exports.ShapeConfig || (exports.ShapeConfig = {}));
|
|
29
|
+
//# sourceMappingURL=shape-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shape-config.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shape-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
15
|
+
* Specifies the shell stage specific execution details.
|
|
16
|
+
*/
|
|
17
|
+
export interface ShellDeployStageExecutionProgress extends model.DeployStageExecutionProgress {
|
|
18
|
+
"deployStageType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ShellDeployStageExecutionProgress {
|
|
21
|
+
function getJsonObj(obj: ShellDeployStageExecutionProgress, isParentJsonObj?: boolean): object;
|
|
22
|
+
const deployStageType = "SHELL";
|
|
23
|
+
function getDeserializedJsonObj(obj: ShellDeployStageExecutionProgress, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ShellDeployStageExecutionProgress = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ShellDeployStageExecutionProgress;
|
|
37
|
+
(function (ShellDeployStageExecutionProgress) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DeployStageExecutionProgress.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ShellDeployStageExecutionProgress.getJsonObj = getJsonObj;
|
|
45
|
+
ShellDeployStageExecutionProgress.deployStageType = "SHELL";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DeployStageExecutionProgress.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ShellDeployStageExecutionProgress.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ShellDeployStageExecutionProgress = exports.ShellDeployStageExecutionProgress || (exports.ShellDeployStageExecutionProgress = {}));
|
|
54
|
+
//# sourceMappingURL=shell-deploy-stage-execution-progress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shell-deploy-stage-execution-progress.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shell-deploy-stage-execution-progress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAgCjD;AAhCD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4CAAU,aAczB,CAAA;IACY,iDAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAgCjD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
15
|
+
* Specifies the shell stage.
|
|
16
|
+
*/
|
|
17
|
+
export interface ShellDeployStageSummary extends model.DeployStageSummary {
|
|
18
|
+
"containerConfig": model.ContainerInstanceConfig;
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the artifact that contains the command specification.
|
|
21
|
+
*/
|
|
22
|
+
"commandSpecDeployArtifactId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Time to wait for execution of a shell stage. Defaults to 36000 seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"timeoutInSeconds"?: number;
|
|
27
|
+
"deployStageType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ShellDeployStageSummary {
|
|
30
|
+
function getJsonObj(obj: ShellDeployStageSummary, isParentJsonObj?: boolean): object;
|
|
31
|
+
const deployStageType = "SHELL";
|
|
32
|
+
function getDeserializedJsonObj(obj: ShellDeployStageSummary, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ShellDeployStageSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ShellDeployStageSummary;
|
|
37
|
+
(function (ShellDeployStageSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DeployStageSummary.getJsonObj(obj))), {
|
|
42
|
+
"containerConfig": obj.containerConfig
|
|
43
|
+
? model.ContainerConfig.getJsonObj(obj.containerConfig)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ShellDeployStageSummary.getJsonObj = getJsonObj;
|
|
49
|
+
ShellDeployStageSummary.deployStageType = "SHELL";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.DeployStageSummary.getDeserializedJsonObj(obj))), {
|
|
54
|
+
"containerConfig": obj.containerConfig
|
|
55
|
+
? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
ShellDeployStageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(ShellDeployStageSummary = exports.ShellDeployStageSummary || (exports.ShellDeployStageSummary = {}));
|
|
62
|
+
//# sourceMappingURL=shell-deploy-stage-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shell-deploy-stage-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shell-deploy-stage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,uBAAuB,CAiCvC;AAjCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GACvE;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACY,uCAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACnF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,8CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiCvC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
15
|
+
* Specifies the shell stage.
|
|
16
|
+
*/
|
|
17
|
+
export interface ShellDeployStage extends model.DeployStage {
|
|
18
|
+
"containerConfig": model.ContainerInstanceConfig;
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the artifact that contains the command specification.
|
|
21
|
+
*/
|
|
22
|
+
"commandSpecDeployArtifactId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Time to wait for execution of a shell stage. Defaults to 36000 seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"timeoutInSeconds"?: number;
|
|
27
|
+
"deployStageType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ShellDeployStage {
|
|
30
|
+
function getJsonObj(obj: ShellDeployStage, isParentJsonObj?: boolean): object;
|
|
31
|
+
const deployStageType = "SHELL";
|
|
32
|
+
function getDeserializedJsonObj(obj: ShellDeployStage, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ShellDeployStage = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ShellDeployStage;
|
|
37
|
+
(function (ShellDeployStage) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.DeployStage.getJsonObj(obj))), {
|
|
40
|
+
"containerConfig": obj.containerConfig
|
|
41
|
+
? model.ContainerConfig.getJsonObj(obj.containerConfig)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
ShellDeployStage.getJsonObj = getJsonObj;
|
|
47
|
+
ShellDeployStage.deployStageType = "SHELL";
|
|
48
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
50
|
+
? obj
|
|
51
|
+
: model.DeployStage.getDeserializedJsonObj(obj))), {
|
|
52
|
+
"containerConfig": obj.containerConfig
|
|
53
|
+
? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
ShellDeployStage.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(ShellDeployStage = exports.ShellDeployStage || (exports.ShellDeployStage = {}));
|
|
60
|
+
//# sourceMappingURL=shell-deploy-stage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shell-deploy-stage.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shell-deploy-stage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,gBAAgB,CA4BhC;AA5BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GACjF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2BAAU,aAWzB,CAAA;IACY,gCAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GACrE;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA5BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA4BhC"}
|
|
@@ -54,6 +54,8 @@ var UpdateDeployStageDetails;
|
|
|
54
54
|
return model.UpdateComputeInstanceGroupDeployStageDetails.getJsonObj(jsonObj, true);
|
|
55
55
|
case "OKE_CANARY_APPROVAL":
|
|
56
56
|
return model.UpdateOkeCanaryApprovalDeployStageDetails.getJsonObj(jsonObj, true);
|
|
57
|
+
case "SHELL":
|
|
58
|
+
return model.UpdateShellDeployStageDetails.getJsonObj(jsonObj, true);
|
|
57
59
|
case "OKE_DEPLOYMENT":
|
|
58
60
|
return model.UpdateOkeDeployStageDetails.getJsonObj(jsonObj, true);
|
|
59
61
|
case "COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL":
|
|
@@ -106,6 +108,8 @@ var UpdateDeployStageDetails;
|
|
|
106
108
|
return model.UpdateComputeInstanceGroupDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
107
109
|
case "OKE_CANARY_APPROVAL":
|
|
108
110
|
return model.UpdateOkeCanaryApprovalDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
111
|
+
case "SHELL":
|
|
112
|
+
return model.UpdateShellDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
109
113
|
case "OKE_DEPLOYMENT":
|
|
110
114
|
return model.UpdateOkeDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
111
115
|
case "COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-deploy-stage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA2BtC,IAAiB,wBAAwB,
|
|
1
|
+
{"version":3,"file":"update-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-deploy-stage-details.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,7 +18,7 @@ export interface UpdateLoadBalancerTrafficShiftDeployStageDetails extends model.
|
|
|
18
18
|
"blueBackendIps"?: model.BackendSetIpCollection;
|
|
19
19
|
"greenBackendIps"?: model.BackendSetIpCollection;
|
|
20
20
|
/**
|
|
21
|
-
* Specifies the target or destination backend set.
|
|
21
|
+
* Specifies the target or destination backend set. Example: BLUE - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs, as per rolloutPolicy. GREEN - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs ser as per rolloutPolicy.
|
|
22
22
|
*/
|
|
23
23
|
"trafficShiftTarget"?: string;
|
|
24
24
|
"rolloutPolicy"?: model.LoadBalancerTrafficShiftRolloutPolicy;
|
|
@@ -40,6 +40,48 @@ export interface UpdateOkeHelmChartDeployStageDetails extends model.UpdateDeploy
|
|
|
40
40
|
*/
|
|
41
41
|
"timeoutInSeconds"?: number;
|
|
42
42
|
"rollbackPolicy"?: model.NoDeployStageRollbackPolicy | model.AutomatedDeployStageRollbackPolicy;
|
|
43
|
+
"setValues"?: model.HelmSetValueCollection;
|
|
44
|
+
"setString"?: model.HelmSetValueCollection;
|
|
45
|
+
/**
|
|
46
|
+
* Disable pre/post upgrade hooks.
|
|
47
|
+
*/
|
|
48
|
+
"areHooksEnabled"?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* During upgrade, reuse the values of the last release and merge overrides from the command line. Set to false by default.
|
|
51
|
+
*/
|
|
52
|
+
"shouldReuseValues"?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* During upgrade, reset the values to the ones built into the chart. It overrides shouldReuseValues. Set to false by default.
|
|
55
|
+
*/
|
|
56
|
+
"shouldResetValues"?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Force resource update through delete; or if required, recreate. Set to false by default.
|
|
59
|
+
*/
|
|
60
|
+
"isForceEnabled"?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Allow deletion of new resources created during when an upgrade fails. Set to false by default.
|
|
63
|
+
*/
|
|
64
|
+
"shouldCleanupOnFail"?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Limit the maximum number of revisions saved per release. Use 0 for no limit. Set to 10 by default Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
67
|
+
*/
|
|
68
|
+
"maxHistory"?: number;
|
|
69
|
+
/**
|
|
70
|
+
* If set, no CRDs are installed. By default, CRDs are installed only if they are not present already. Set to false by default.
|
|
71
|
+
*/
|
|
72
|
+
"shouldSkipCrds"?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* If set, renders subchart notes along with the parent. Set to false by default.
|
|
75
|
+
*/
|
|
76
|
+
"shouldSkipRenderSubchartNotes"?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Waits until all the resources are in a ready state to mark the release as successful. Set to false by default.
|
|
79
|
+
*/
|
|
80
|
+
"shouldNotWait"?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Enables helm --debug option to stream output to tf stdout. Set to false by default.
|
|
83
|
+
*/
|
|
84
|
+
"isDebugEnabled"?: boolean;
|
|
43
85
|
"deployStageType": string;
|
|
44
86
|
}
|
|
45
87
|
export declare namespace UpdateOkeHelmChartDeployStageDetails {
|
|
@@ -41,6 +41,12 @@ var UpdateOkeHelmChartDeployStageDetails;
|
|
|
41
41
|
: model.UpdateDeployStageDetails.getJsonObj(obj))), {
|
|
42
42
|
"rollbackPolicy": obj.rollbackPolicy
|
|
43
43
|
? model.DeployStageRollbackPolicy.getJsonObj(obj.rollbackPolicy)
|
|
44
|
+
: undefined,
|
|
45
|
+
"setValues": obj.setValues
|
|
46
|
+
? model.HelmSetValueCollection.getJsonObj(obj.setValues)
|
|
47
|
+
: undefined,
|
|
48
|
+
"setString": obj.setString
|
|
49
|
+
? model.HelmSetValueCollection.getJsonObj(obj.setString)
|
|
44
50
|
: undefined
|
|
45
51
|
});
|
|
46
52
|
return jsonObj;
|
|
@@ -53,6 +59,12 @@ var UpdateOkeHelmChartDeployStageDetails;
|
|
|
53
59
|
: model.UpdateDeployStageDetails.getDeserializedJsonObj(obj))), {
|
|
54
60
|
"rollbackPolicy": obj.rollbackPolicy
|
|
55
61
|
? model.DeployStageRollbackPolicy.getDeserializedJsonObj(obj.rollbackPolicy)
|
|
62
|
+
: undefined,
|
|
63
|
+
"setValues": obj.setValues
|
|
64
|
+
? model.HelmSetValueCollection.getDeserializedJsonObj(obj.setValues)
|
|
65
|
+
: undefined,
|
|
66
|
+
"setString": obj.setString
|
|
67
|
+
? model.HelmSetValueCollection.getDeserializedJsonObj(obj.setString)
|
|
56
68
|
: undefined
|
|
57
69
|
});
|
|
58
70
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-oke-helm-chart-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-oke-helm-chart-deploy-stage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-oke-helm-chart-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-oke-helm-chart-deploy-stage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ElC,IAAiB,oCAAoC,CAkDpD;AAlDD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GAC1F;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACxD,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACxD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,+CAAU,aAsBzB,CAAA;IACY,oDAAe,GAAG,2BAA2B,CAAC;IAC3D,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CACqC,CAAC,GAC5C;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC5E,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACpE,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACpE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,2DAAsB,yBAwBrC,CAAA;AACH,CAAC,EAlDgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAkDpD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
15
|
+
* Specifies the shell stage.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateShellDeployStageDetails extends model.UpdateDeployStageDetails {
|
|
18
|
+
"containerConfig"?: model.ContainerInstanceConfig;
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the artifact that contains the command specification.
|
|
21
|
+
*/
|
|
22
|
+
"commandSpecDeployArtifactId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Time to wait for execution of a shell stage. Defaults to 36000 seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"timeoutInSeconds"?: number;
|
|
27
|
+
"deployStageType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace UpdateShellDeployStageDetails {
|
|
30
|
+
function getJsonObj(obj: UpdateShellDeployStageDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const deployStageType = "SHELL";
|
|
32
|
+
function getDeserializedJsonObj(obj: UpdateShellDeployStageDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.UpdateShellDeployStageDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateShellDeployStageDetails;
|
|
37
|
+
(function (UpdateShellDeployStageDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.UpdateDeployStageDetails.getJsonObj(obj))), {
|
|
42
|
+
"containerConfig": obj.containerConfig
|
|
43
|
+
? model.ContainerConfig.getJsonObj(obj.containerConfig)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
UpdateShellDeployStageDetails.getJsonObj = getJsonObj;
|
|
49
|
+
UpdateShellDeployStageDetails.deployStageType = "SHELL";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.UpdateDeployStageDetails.getDeserializedJsonObj(obj))), {
|
|
54
|
+
"containerConfig": obj.containerConfig
|
|
55
|
+
? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
UpdateShellDeployStageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(UpdateShellDeployStageDetails = exports.UpdateShellDeployStageDetails || (exports.UpdateShellDeployStageDetails = {}));
|
|
62
|
+
//# sourceMappingURL=update-shell-deploy-stage-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-shell-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-shell-deploy-stage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,6BAA6B,CAsC7C;AAtCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACnF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAU,aAgBzB,CAAA;IACY,6CAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CAC8B,CAAC,GACrC;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oDAAsB,yBAkBrC,CAAA;AACH,CAAC,EAtCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAsC7C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
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
|
+
/**
|
|
15
|
+
* Specifies the Vault verification source details
|
|
16
|
+
*/
|
|
17
|
+
export interface VaultSecretVerificationKeySource extends model.VerificationKeySource {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the Vault Secret containing the verification key versions.
|
|
20
|
+
*/
|
|
21
|
+
"vaultSecretId": string;
|
|
22
|
+
"verificationKeySourceType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace VaultSecretVerificationKeySource {
|
|
25
|
+
function getJsonObj(obj: VaultSecretVerificationKeySource, isParentJsonObj?: boolean): object;
|
|
26
|
+
const verificationKeySourceType = "VAULT_SECRET";
|
|
27
|
+
function getDeserializedJsonObj(obj: VaultSecretVerificationKeySource, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|