This message was deleted.
# kubernetes
s
This message was deleted.
b
OK, conclusion is:
Copy code
clusterName := cluster.EksCluster.ApplyT(func(cluster *awseks.Cluster) pulumi.StringOutput {
		return cluster.Name
	})
b
sorry for the delay here, yes this is the only way at the moment because optional types aren't usable in Go without generics 😞
b
No worries - I needed to write the question up to get the epiphany of how to do this 🙂