Hi, I'm trying to test my pulumi program. The over...
# typescript
l
Hi, I'm trying to test my pulumi program. The overall structure is: class1: component resource inside class1 we loop over an array and dynamically create instances of class2, which is also a component resource. Inside class2 we instantiate various kubernetes resources. I'm trying to find out how I can "get to" these resources after creating a "class1" instance in my mocha tests. Anyone have done something like this?
l
Make the internal resources public properties.