(name string)
| 29 | } |
| 30 | |
| 31 | func (c *StackCollection) MakeClusterStackNameFromName(name string) string { |
| 32 | return "eksctl-" + name + "-cluster" |
| 33 | } |
| 34 | |
| 35 | // createClusterTask creates the cluster |
| 36 | func (c *StackCollection) createClusterTask(ctx context.Context, errs chan error, supportsManagedNodes bool) error { |
no outgoing calls
no test coverage detected