sparse-intern-71089
06/05/2023, 12:31 PMlimited-rainbow-51650
06/05/2023, 12:47 PMcrd2pulumi
. You can deploy the CRD using our generic CustomResourceDefinition resource type, or as part of a Helm chart, deployed via Chart or Release.
Creating custom resources from it can be done using our generic CustomResource resource. Given this is a generic type, it doesn't help you with code assist while writing the custom resources in your code. If you want to let your IDE help you, generating types from your CRDs using crd2pulumi
allows you to have proper code assist.wooden-queen-36575
06/05/2023, 12:56 PMlimited-rainbow-51650
06/05/2023, 1:17 PM