You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go vet ./...
# github.com/plantoncloud/kubernetes-crd-pulumi-types/pkg/keycloak/k8s/v2alpha1
vet: pkg/keycloak/k8s/v2alpha1/pulumiTypes.go:11046:21: undefined: pulumi.MapMapMapInput
Affected area/feature
Unable to generate valid golang types for keycloak crds.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this codegeneration issue. We're currently reworking our logic for code generation, and will be sure to validate that it also resolves this error.
Hello!
Issue details
Generated golang types for https://github.com/keycloak/keycloak-k8s-resources/tree/25.0.4/kubernetes crds contain
pulumi.MapMapMapInput
which is not found in standard pulumi types which results in go build error for the generated types.go vet ./... # github.com/plantoncloud/kubernetes-crd-pulumi-types/pkg/keycloak/k8s/v2alpha1 vet: pkg/keycloak/k8s/v2alpha1/pulumiTypes.go:11046:21: undefined: pulumi.MapMapMapInput
Affected area/feature
Unable to generate valid golang types for keycloak crds.
The text was updated successfully, but these errors were encountered: