How do I get the cluster's name when I do a `new e...
# general
e
How do I get the cluster's name when I do a
new eks.Cluster
? E.g. the string that would appear in the list returned by
aws eks list-clusters
w
I believe
cluster.eksCluster.name
should provide this?