cuddly-tailor-40542
10/30/2021, 12:28 AMbored-table-20691
10/30/2021, 1:39 AMcuddly-tailor-40542
11/01/2021, 2:47 PMingressURL := ingress.Status.ApplyT(
func(status interface{}) string {
return *status.(*networkingv1.IngressStatus).LoadBalancer.Ingress[0].Hostname
}).(pulumi.StringOutput)
However @bored-table-20691, I'm not sure how to get the Hostname as just a string...bored-table-20691
11/01/2021, 4:32 PMcuddly-tailor-40542
11/03/2021, 12:56 AM