Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.areHooksEnabled(Boolean areHooksEnabled)
Disable pre/post upgrade hooks.
|
static CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.builder()
Create a new builder.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.copy(CreateOkeHelmChartDeployStageDetails model) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.deployPipelineId(String deployPipelineId) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.description(String description) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.displayName(String displayName) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.freeformTags(Map<String,String> freeformTags) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.helmChartDeployArtifactId(String helmChartDeployArtifactId)
Helm chart artifact OCID.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.isDebugEnabled(Boolean isDebugEnabled)
Enables helm –debug option to stream output to tf stdout.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.isForceEnabled(Boolean isForceEnabled)
Force resource update through delete; or if required, recreate.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.maxHistory(Integer maxHistory)
Limit the maximum number of revisions saved per release.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.namespace(String namespace)
Default namespace to be used for Kubernetes deployment when not specified in the
manifest.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.okeClusterDeployEnvironmentId(String okeClusterDeployEnvironmentId)
Kubernetes cluster environment OCID for deployment.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.releaseName(String releaseName)
Default name of the chart instance.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.rollbackPolicy(DeployStageRollbackPolicy rollbackPolicy) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.setString(HelmSetValueCollection setString) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.setValues(HelmSetValueCollection setValues) |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldCleanupOnFail(Boolean shouldCleanupOnFail)
Allow deletion of new resources created during when an upgrade fails.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldNotWait(Boolean shouldNotWait)
Does not wait until all the resources are in a ready state to mark the release as
successful if set to true.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldResetValues(Boolean shouldResetValues)
During upgrade, reset the values to the ones built into the chart.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldReuseValues(Boolean shouldReuseValues)
During upgrade, reuse the values of the last release and merge overrides from the command
line.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldSkipCrds(Boolean shouldSkipCrds)
If set, no CRDs are installed.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.shouldSkipRenderSubchartNotes(Boolean shouldSkipRenderSubchartNotes)
If set, renders subchart notes along with the parent.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.timeoutInSeconds(Integer timeoutInSeconds)
Time to wait for execution of a helm stage.
|
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.toBuilder() |
CreateOkeHelmChartDeployStageDetails.Builder |
CreateOkeHelmChartDeployStageDetails.Builder.valuesArtifactIds(List<String> valuesArtifactIds)
List of values.yaml file artifact OCIDs.
|
Copyright © 2016–2023. All rights reserved.