Skip to content

refactor(cluster tool): use []string for talos cmds #33987

@PrivatePuffin

Description

@PrivatePuffin

Is your feature request related to a problem?

currently cmds are generated as a string (see genApply) and later-on splitter into a []string for each individual command portion.

This might lead to issues with merging and resplitting based on space locations

Describe the solution you'd like

It is cleaner and less error prone to output the cmds into []string directly instead

Describe alternatives you've considered

.

Additional context

.

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions