sparse-intern-71089
02/05/2020, 11:47 PMwhite-balloon-205
fast-dinner-32080
02/05/2020, 11:57 PMfast-dinner-32080
02/06/2020, 12:44 AMRkeCluster.cs(10741,21): error CS0100: The parameter name 'roles' is a duplicate [/Users/mitch.maler/Downloads/pulumi-rke/sdk/dotnet/Pulumi.Rke.csproj]
RkeCluster.cs(10701,33): error CS0102: The type 'RkeClusterNodes' already contains a definition for 'Roles' [/Users/mitch.maler/Downloads/pulumi-rke/sdk/dotnet/Pulumi.Rke.csproj]
RkeCluster.cs(5159,31): error CS0102: The type 'RkeClusterNodesArgs' already contains a definition for 'Roles' [/Users/mitch.maler/Downloads/pulumi-rke/sdk/dotnet/Pulumi.Rke.csproj]
RkeCluster.cs(5277,31): error CS0102: The type 'RkeClusterNodesGetArgs' already contains a definition for 'Roles' [/Users/mitch.maler/Downloads/pulumi-rke/sdk/dotnet/Pulumi.Rke.csproj]
Looking at the code I see this so it is duplicating fields
ImmutableArray<string> roles,
string? roles,
Looking in the rke code there are two fields Roles and Role https://github.com/rancher/terraform-provider-rke/blob/master/rke/schema_rke_cluster_node.go#L21
Not sure where it is confusing thosefast-dinner-32080
02/06/2020, 12:45 AM