Mads

Results 2 comments of Mads

I had a similar issue generating code for dotnet from a crd containing the following pattern: ``` anyOf: - type: integer - type: string x-kubernetes-int-or-string: true ``` It would seem...

I had the same problem. I fixed it by adding the flag `--dotnetName Crds` to the command `./crd2pulumi -d --dotnetName Crds cert-manager.crds.yaml`. This changes the namespace from `Pulumi.crds` to `Pulumi.Crds`...