Skip to content

Commit

Permalink
Fix regression of .get methods in NodeJS SDK (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Sep 2, 2020
1 parent f0a71e0 commit 15dac62
Show file tree
Hide file tree
Showing 293 changed files with 1,331 additions and 248 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HEAD (Unreleased)

### Bug Fixes

- Fix regression of .get methods in NodeJS SDK. (https://github.com/pulumi/pulumi-kubernetes/pull/1285)

### Improvements

- Upgrade to Pulumi v2.9.0, which adds type annotations and input/output classes to Python (https://github.com/pulumi/pulumi-kubernetes/pull/1276)
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/pkg/v2 v2.9.1-0.20200825190708-910aa96016cd
github.com/pulumi/pulumi/sdk/v2 v2.9.1-0.20200825190708-910aa96016cd
github.com/pulumi/pulumi/pkg/v2 v2.9.3-0.20200901235638-5ec0b985d4de
github.com/pulumi/pulumi/sdk/v2 v2.9.3-0.20200901235638-5ec0b985d4de
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.29.1
helm.sh/helm/v3 v3.3.0
Expand Down
11 changes: 5 additions & 6 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,11 @@ github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDa
github.com/prometheus/procfs v0.0.8 h1:+fpWZdT24pJBiqJdAwYBjPSk+5YmQzYNPYzQsdzLkt8=
github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/pulumi/pulumi/pkg/v2 v2.9.1-0.20200825190708-910aa96016cd h1:e4nK2jqLm6g7qMW0BInHR3ZM55y1NblvgOlkfNGT2F4=
github.com/pulumi/pulumi/pkg/v2 v2.9.1-0.20200825190708-910aa96016cd/go.mod h1:Yq1q3nwy/KeU08DyyX0QsMyc6SqPs0jGJb8ev5f45AU=
github.com/pulumi/pulumi/sdk/v2 v2.0.0/go.mod h1:W7k1UDYerc5o97mHnlHHp5iQZKEby+oQrQefWt+2RF4=
github.com/pulumi/pulumi/sdk/v2 v2.9.1-0.20200825190708-910aa96016cd h1:m5jEWpbr/Q94vCqA/7fw5US7cHZLeQiMQXrnSblZzdU=
github.com/pulumi/pulumi/sdk/v2 v2.9.1-0.20200825190708-910aa96016cd/go.mod h1:x84WPiFiuE+G4kJ5jUYkOxmnQJlWoJaHNeEYdqnCKA4=
github.com/pulumi/pulumi/pkg/v2 v2.9.3-0.20200901235638-5ec0b985d4de h1:t+eHbrmA2eRd+KKdbHUWSnP8mPQh53TfeYkQDBhYsEk=
github.com/pulumi/pulumi/pkg/v2 v2.9.3-0.20200901235638-5ec0b985d4de/go.mod h1:zQWe2D4tYJDeXNzSclqNmP8/SMSKOh8k22AbWg3+mVc=
github.com/pulumi/pulumi/sdk/v2 v2.2.1/go.mod h1:QNbWpL4gvf3X0lUFT7TXA2Jo1ff/Ti2l97AyFGYwvW4=
github.com/pulumi/pulumi/sdk/v2 v2.9.3-0.20200901235638-5ec0b985d4de h1:hyJMDjk6R9cPhIOLWh1XMI0ipZ1uS9VMTp2LIuNohmo=
github.com/pulumi/pulumi/sdk/v2 v2.9.3-0.20200901235638-5ec0b985d4de/go.mod h1:x84WPiFiuE+G4kJ5jUYkOxmnQJlWoJaHNeEYdqnCKA4=
github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d/go.mod h1:7DPO4domFU579Ga6E61sB9VFNaniPVwJP5C4bBCu3wA=
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down Expand Up @@ -941,7 +941,6 @@ github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU
github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
github.com/spf13/cobra v1.0.0 h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:admissionregistration.k8s.io/v1beta1:MutatingWebhookConfiguration"},
new Pulumi.Alias { Type = "kubernetes:admissionregistration.k8s.io/v1beta1:MutatingWebhookConfiguration"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingWebhookConfiguration"},
new Pulumi.Alias { Type = "kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingWebhookConfiguration"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfiguration"},
new Pulumi.Alias { Type = "kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfiguration"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:admissionregistration.k8s.io/v1:ValidatingWebhookConfiguration"},
new Pulumi.Alias { Type = "kubernetes:admissionregistration.k8s.io/v1:ValidatingWebhookConfiguration"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ApiExtensions/V1/CustomResourceDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition"},
new Pulumi.Alias { Type = "kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinition"},
new Pulumi.Alias { Type = "kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinition"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/ApiRegistration/V1/APIService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiregistration.k8s.io/v1beta1:APIService"},
new Alias { Type = "kubernetes:apiregistration/v1beta1:APIService"},
new Alias { Type = "kubernetes:apiregistration/v1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration.k8s.io/v1beta1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1beta1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1:APIService"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ApiRegistration/V1/APIServiceList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiregistration/v1:APIServiceList"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1:APIServiceList"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/ApiRegistration/V1Beta1/APIService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiregistration.k8s.io/v1:APIService"},
new Alias { Type = "kubernetes:apiregistration/v1:APIService"},
new Alias { Type = "kubernetes:apiregistration/v1beta1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration.k8s.io/v1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1:APIService"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1beta1:APIService"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ApiRegistration/V1Beta1/APIServiceList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apiregistration/v1beta1:APIServiceList"},
new Pulumi.Alias { Type = "kubernetes:apiregistration/v1beta1:APIServiceList"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1/ControllerRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1beta1:ControllerRevision"},
new Alias { Type = "kubernetes:apps/v1beta2:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:ControllerRevision"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1/DaemonSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1beta2:DaemonSet"},
new Alias { Type = "kubernetes:extensions/v1beta1:DaemonSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:DaemonSet"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:DaemonSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Apps/V1/Deployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1beta1:Deployment"},
new Alias { Type = "kubernetes:apps/v1beta2:Deployment"},
new Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:Deployment"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1/ReplicaSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1beta2:ReplicaSet"},
new Alias { Type = "kubernetes:extensions/v1beta1:ReplicaSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:ReplicaSet"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:ReplicaSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1/StatefulSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1beta1:StatefulSet"},
new Alias { Type = "kubernetes:apps/v1beta2:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:StatefulSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta1/ControllerRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:ControllerRevision"},
new Alias { Type = "kubernetes:apps/v1beta2:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:ControllerRevision"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Apps/V1Beta1/Deployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:Deployment"},
new Alias { Type = "kubernetes:apps/v1beta2:Deployment"},
new Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:Deployment"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta1/StatefulSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:StatefulSet"},
new Alias { Type = "kubernetes:apps/v1beta2:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta2:StatefulSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta2/ControllerRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:ControllerRevision"},
new Alias { Type = "kubernetes:apps/v1beta1:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:ControllerRevision"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:ControllerRevision"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta2/DaemonSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:DaemonSet"},
new Alias { Type = "kubernetes:extensions/v1beta1:DaemonSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:DaemonSet"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:DaemonSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Apps/V1Beta2/Deployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:Deployment"},
new Alias { Type = "kubernetes:apps/v1beta1:Deployment"},
new Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:Deployment"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:Deployment"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta2/ReplicaSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:ReplicaSet"},
new Alias { Type = "kubernetes:extensions/v1beta1:ReplicaSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:ReplicaSet"},
new Pulumi.Alias { Type = "kubernetes:extensions/v1beta1:ReplicaSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Apps/V1Beta2/StatefulSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:apps/v1:StatefulSet"},
new Alias { Type = "kubernetes:apps/v1beta1:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1:StatefulSet"},
new Pulumi.Alias { Type = "kubernetes:apps/v1beta1:StatefulSet"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Authentication/V1/TokenReview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:authentication.k8s.io/v1beta1:TokenReview"},
new Pulumi.Alias { Type = "kubernetes:authentication.k8s.io/v1beta1:TokenReview"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Authentication/V1Beta1/TokenReview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:authentication.k8s.io/v1:TokenReview"},
new Pulumi.Alias { Type = "kubernetes:authentication.k8s.io/v1:TokenReview"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Authorization/V1/LocalSubjectAccessReview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:authorization.k8s.io/v1beta1:LocalSubjectAccessReview"},
new Pulumi.Alias { Type = "kubernetes:authorization.k8s.io/v1beta1:LocalSubjectAccessReview"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Authorization/V1/SelfSubjectAccessReview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
Version = Utilities.Version,
Aliases =
{
new Alias { Type = "kubernetes:authorization.k8s.io/v1beta1:SelfSubjectAccessReview"},
new Pulumi.Alias { Type = "kubernetes:authorization.k8s.io/v1beta1:SelfSubjectAccessReview"},
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
Loading

0 comments on commit 15dac62

Please sign in to comment.