busy-pizza-73563
03/11/2019, 5:20 PMPromise<void>
(i.e. it doesn't return anything, it only waits for a condition), other than doing something like
new k8s.some.v1.Resource(name, {
metadata: {
annotations: {
someDummyAnnotation: waitForCondition() // should return Promise<string>
}
}
});
?creamy-potato-29402
03/11/2019, 7:14 PMdependsOn
take promises. I think we did not do this, cc @microscopic-florist-22719 and @white-balloon-205busy-pizza-73563
03/11/2019, 7:14 PMwaitForCondition()
during preview, too, which is not really what I want. 😐 Any way of detecting whether in the preview or apply phase?creamy-potato-29402
03/11/2019, 7:27 PMpulumi.runtime.isDryRun()
busy-pizza-73563
03/11/2019, 7:29 PMcreamy-potato-29402
03/11/2019, 7:47 PMbusy-pizza-73563
03/11/2019, 9:31 PMwhite-balloon-205