ApiClusterTemplateVariable Data Model

Variable that is referred in cluster template.

Properties
name data type description
name string Variable name that are referred in cluster template
value string This value will be placed whereever the variable is referred in the cluster template

Example

{
  "name" : "...",
  "value" : "..."
}