list-deployments¶
- subtitle
List deployments in the cluster.
- version
0.9.126
Description¶
Lists the helm charts that are available for deployment or have already been deployed in this cluster.
Synopsis¶
list-deployments
--cluster-crn <value>
[--namespace <value>]
[--verbose | --no-verbose]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-crn
(string)
Compute cluster CRN.
--namespace
(string)
The namespace of the deployment. Lists deployments in all namespaces if not specified.
--verbose
| --no-verbose
(boolean)
Set true to get detailed chart response. Default is false.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
availableCharts -> (array)
Array of available charts.
item -> (object)
Chart structure.
applicationVersion -> (string)
The version (usually of the images) of the components being deployed.
deploymentVersion -> (string)
The version of this chart (which is not the version of the components being deployed).
description -> (string)
The chart description.
name -> (string)
The chart name.
values -> (string)
Escaped JSON for values.yaml of that chart.
unavailableCharts -> (array)
Array of unavailable charts.
item -> (object)
Chart structure.
applicationVersion -> (string)
The version (usually of the images) of the components being deployed.
deploymentVersion -> (string)
The version of this chart (which is not the version of the components being deployed).
description -> (string)
The chart description.
name -> (string)
The chart name.
values -> (string)
Escaped JSON for values.yaml of that chart.
installedDeployments -> (array)
Array of installed deployments.
item -> (object)
Deployment structure.
name -> (string)
The name of the deployment.
namespace -> (string)
The namespace of the deployment.
revision -> (integer)
Helm revision.
liftieManaged -> (boolean)
True if Liftie is managing this deployment.
chart -> (object)
Chart structure.
applicationVersion -> (string)
The version (usually of the images) of the components being deployed.
deploymentVersion -> (string)
The version of this chart (which is not the version of the components being deployed).
description -> (string)
The chart description.
name -> (string)
The chart name.
values -> (string)
Escaped JSON for values.yaml of that chart.
status -> (string)
Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future.
upgrades -> (array)
Any upgrades available for this deployment.
item -> (object)
Available deployment upgrade structure.
applicationVersion -> (string)
The version of the components which would be installed from this deployment.
deploymentVersion -> (string)
The version of the deployment that is available to upgrade to.
overrides -> (string)
Escaped JSON overrides for the deployment’s properties.
Form Factors¶
public