-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixed
Description
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.
See:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixed