Fraser Waters
Fraser Waters
bors merge
``` "pulumi": { "resource": true, "name": "cert-manager-crd" }, ``` That declaration block is telling pulumi that this _is_ a plugin. I think either crd2pulumi should not be emitting that at...
Looks like crd2pulumi is just calling into the nodejs codegen, so probably need to fix that to not add `"resource": true` if there are no custom resources only components?
uh yeh oddly this is actually generating CustomResources, and then just forwarding them onto the k8s provider (at least that's my understanding of this having had a quick look) But...
> Is the effect that the plugin tries to resolve a k8s plugin version with the same version as the generated code a side effect of this? Yes it is....
>@Frassle, any concerns? I'm not totally getting what this is for? It also strikes me as odd that this is specific to the httpbackend. I don't really approve of adding...
This looks like we don't handle targets till after calling provider Check. I think we need to see about filtering out non-targeted resources much higher up in the step generator.