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
The type tokens generated in crd2pulumi may use the kubernetes package in their names, causing unexpected codegen output. This is not an intended feature of codegen.
Type references in the schema generated by crd2pulumi should either be external references if they refer to valid Kubernetes types, or as in the case below, be generated into the types map of the schema using the package name of the crd package, not, e.g. kubernetes.
The text was updated successfully, but these errors were encountered:
AaronFriel
changed the title
Ensure type tokens are generated with the package name.
The type tokens generated in crd2pulumi may use the kubernetes package in their names, causing unexpected codegen output. This is not an intended feature of codegen. Type references in the schema generated by crd2pulumi should either be external references if they refer to valid Kubernetes types, or as in the case below, be generated into the types map of the schema using the package name of the crd package, not, e.g. kubernetes.
Ensure type tokens use crd package name
Apr 13, 2023
The type tokens generated in crd2pulumi may use the
kubernetes
package in their names, causing unexpected codegen output. This is not an intended feature of codegen.Type references in the schema generated by
crd2pulumi
should either be external references if they refer to valid Kubernetes types, or as in the case below, be generated into thetypes
map of the schema using the package name of the crd package, not, e.g.kubernetes
.See:
pulumi-kubernetes
pulumi#12624The text was updated successfully, but these errors were encountered: