Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OkeHelmChartDeploymentStageExecutionProgress

Specifies the execution details for Kubernetes (OKE) helm chart deployment stage.

Properties

Optional chartUrl

chartUrl: undefined | string

The URL of an OCIR repository.

Optional deployStageDisplayName

deployStageDisplayName: undefined | string

Stage display name. Avoid entering confidential information.

Optional deployStageExecutionProgressDetails

deployStageExecutionProgressDetails: Array<DeployStageExecutionProgressDetails>

Details about stage execution for all the target environments.

Optional deployStageId

deployStageId: undefined | string

The OCID of the stage.

Optional deployStagePredecessors

deployStagePredecessors: model.DeployStagePredecessorCollection

Const deployStageType

deployStageType: string = "OKE_HELM_CHART_DEPLOYMENT"

Optional helmDiff

helmDiff: undefined | string

Helm Diff output Example: Helm diff was successful data:

  • greeting: Version 1.0
  • greeting: Version 1.1

Optional namespace

namespace: undefined | string

Default namespace to be used for Kubernetes deployment when not specified in the manifest.

Optional releaseName

releaseName: undefined | string

Release name of the Helm chart.

Optional status

status: Status

The current state of the stage.

Optional timeFinished

timeFinished: Date

Time the stage finished executing. Format defined by RFC3339.

Optional timeStarted

timeStarted: Date

Time the stage started executing. Format defined by RFC3339.

Optional version

version: undefined | string

The version of the helm chart stored in OCIR repository.

Methods

getDeserializedJsonObj

getJsonObj