Name returns the cluster name
()
| 126 | |
| 127 | // Name returns the cluster name |
| 128 | func (c *Cluster) Name() string { |
| 129 | return c.name |
| 130 | } |
| 131 | |
| 132 | // Workdir returns the cluster workdir |
| 133 | func (c *Cluster) Workdir() string { |
no outgoing calls
no test coverage detected