able-train-72108
09/21/2022, 8:01 PMNote the use of the `Ready()` method; depending on the Chart resource directly will
// not work.
)
The problem is that I don't find the Ready function in the helm c# api, browsing here; https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/dotnet/Helm/V3/Chart.cs I cannot find the word ready in the page. I looked at go, python and nodejs sdk and they all have a ready member and it is set to something in the constructor. Is it a limitation of c# or a bug?billowy-army-68599
helm.Release
worried-city-86458
09/28/2022, 7:48 PMable-train-72108
09/28/2022, 7:49 PM