sparse-intern-71089
04/06/2020, 6:41 PMgorgeous-egg-16927
04/06/2020, 8:25 PMfast-dinner-32080
04/06/2020, 8:27 PMfast-dinner-32080
04/06/2020, 8:27 PMgorgeous-egg-16927
04/06/2020, 8:28 PMComponentResource
classes in pulumi, which is what Chart usesfast-dinner-32080
04/06/2020, 8:28 PMgorgeous-egg-16927
04/06/2020, 8:29 PMComponentResource
fast-dinner-32080
04/06/2020, 9:52 PMfast-dinner-32080
04/06/2020, 9:53 PMgorgeous-egg-16927
04/06/2020, 10:07 PMtall-librarian-49374
04/07/2020, 5:55 AM[Output] public ImmutableArray<Resource> Resources {get;set;}
should worktall-librarian-49374
04/07/2020, 6:35 AMResource
. Which error are you getting?some-kitchen-64615
04/07/2020, 7:39 AMfast-dinner-32080
04/07/2020, 3:00 PM[Output]
public Output<ImmutableArray<Resource>> Resources { get; set; }
this.Resources = Output.Create(new ImmutableArray<Resource> {(Resource)systemAddOnsProject, (Resource)systemAddOnNamespace});
contains invalid type Pulumi.Resource. Allowed types are:
String, Boolean, Int32, Double,
Nullable<...>, ImmutableArray<...> and ImmutableDictionary<string, ...> or
a class explicitly marked with the [OutputTypeAttribute].
fast-dinner-32080
04/07/2020, 10:30 PMtall-librarian-49374
04/08/2020, 6:01 AMtall-librarian-49374
04/08/2020, 6:03 AM[Output]
?fast-dinner-32080
04/08/2020, 10:18 PMfast-dinner-32080
04/08/2020, 10:19 PM