Helm Chart metadata.
| JSON representation |
|---|
{ "helmInput" : [ { object ( |
| Fields | |
|---|---|
helmInput[]
|
Output only. Helm Chart inputs. |
helmOutput[]
|
Output only. Helm Chart outputs. |
HelmChartInput
Helm Chart inputs. Documentation: https://helm.sh/docs/
| JSON representation |
|---|
{
"helmInputVariable"
:
string
,
"description"
:
string
,
"type"
:
string
,
"defaultValue"
:
value
,
"isRequired"
:
boolean
,
"nestedInputs"
:
{
string
:
{
object (
|
| Fields | |
|---|---|
helmInputVariable
|
Output only. Input variable name present in Helm Chart values.yaml |
description
|
Output only. Input variable description. |
type
|
Output only. Input data type. |
defaultValue
|
Output only. The default value of the input variable. |
isRequired
|
Output only. Indicates if input is required. |
nestedInputs
|
Output only. Contains details of nested inputs. An object containing a list of |
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. |

