bored-table-20691
01/06/2022, 11:46 PMpulumi-eks
eks.Cluster
type, how do I get the name of that cluster (e.g. if I need to pass it to an annotation or an IAM role or some such)? Specifically in Go, I’ve seen several examples in TS (specifically, cluster.eksCluster.name
).clusterName := cluster.EksCluster.ApplyT(func(cluster *awseks.Cluster) pulumi.StringOutput {
return cluster.Name
})
billowy-army-68599
01/07/2022, 4:47 AMbored-table-20691
01/07/2022, 5:33 AM