Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix array output property typing for .NET #931

Merged
merged 7 commits into from
Dec 20, 2019
Merged

Fix array output property typing for .NET #931

merged 7 commits into from
Dec 20, 2019

Conversation

lukehoban
Copy link
Member

We were typing these as Output<T[]>, but the .NET deserialization only supports Output<ImmutableArray<T>>.

Fixes #926.

We were typing these as `Output<T[]>`, but the .NET deserialization only supports `Output<ImmutableArray<T>>`.
Create a `RoleBinding` which has a `Subjects` output of type `Output<ImmutableArray<>>`.
tests/integration/dotnet/basic/Program.cs Outdated Show resolved Hide resolved
@lukehoban
Copy link
Member Author

Still can't figure out the CI test user credentials in GKE - so have disabled this new test coverage for now. Would love to re-enable if we can fix up the CI user permissions (or the RoleBinding specification).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClusterRoleBinding with Incorrect Property
3 participants