Open
Description
Description
This ticket is to refactor the functionality mentioned below and here
What can stay and what should be moved
pkg/eks
contains:
$ ll
api.go
client.go
compatibility.go
eks.go
fargate.go
logging_retryer.go
nodegroup.go
nodegroup_service.go
tasks.go
update.go
Lets take a look at each file and see whats in it
....
task.go
:panic: tasks shouldn't be here. Move to own packages/inside pkg/action/<resource>
where appropriate