kubedirector
kubedirector copied to clipboard
Create separate type defiinitions for functions/methods that have long argument lists.
For example:
execErr := ExecCommand(
reqLogger,
obj,
namespace,
podName,
containerName,
command,
ioStreams,
)