sparse-intern-71089
06/24/2020, 4:02 PMfaint-table-42725
06/24/2020, 6:49 PMCustomResourceOptions
or ComponentResourceOptions
depending on which type of resource it isflat-bear-83490
06/24/2020, 6:57 PMResourceTransformationArgs.Options
is a ResourceOptions whereas
CustomResourceOptions.Merge
takes CustomResourceOptions
Would you suggest creating a CustomResourceOptions based on the ResourceOptions from ResourceTransformationArgs.Options?flat-bear-83490
06/24/2020, 6:58 PMtall-librarian-49374
06/24/2020, 7:43 PMif (options is CustomResourceOptions customOptions)
{
customOptions.Merge(…);
}
something like this?