Helm Chart metadata.
| JSON representation |
|---|
{ "helmInput": [ { object ( |
| Fields | |
|---|---|
helmInput[] |
Output only. Helm Chart inputs. |
helmOutput[] |
Output only. Helm Chart outputs. |
HelmChartOutput
Helm Chart outputs.
| JSON representation |
|---|
{ "value": value, "helmOutputVariable": string, "description": string } |
| Fields | |
|---|---|
value |
Output only. Type of output. |
helmOutputVariable |
Output only. Output variable name present. |
description |
Output only. Description of the variable. |