GetClusterVariable returns a cluster variables with the given name
(key string)
| 132 | |
| 133 | // GetClusterVariable returns a cluster variables with the given name |
| 134 | GetClusterVariable(key string) (string, error) |
| 135 | |
| 136 | // SetClusterVariable sets a cluster variable |
| 137 | SetClusterVariable(key string, value string) error |
no outgoing calls