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

Add apiextensions.CustomResource to Go SDK #1125

Merged
merged 7 commits into from
May 15, 2020

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented May 13, 2020

Proposed changes

This change makes it possible to create k8s CustomResource objects from a YAML manifest. Still TODO:

Related issues (optional)

Fixes #1116

@lblackstone lblackstone requested a review from pgavlin May 13, 2020 23:16
@lblackstone lblackstone force-pushed the lblackstone/go-custom-resource branch 2 times, most recently from 3cb235d to 845d8b2 Compare May 14, 2020 17:09
@lblackstone lblackstone marked this pull request as ready for review May 14, 2020 21:06
@lblackstone lblackstone force-pushed the lblackstone/go-custom-resource branch from ecdd82d to fb2061b Compare May 15, 2020 03:15
Copy link
Member

@lukehoban lukehoban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Have we manually tried a non-trivial Helm chart (or group of Config) to validate that it works well in the full E2E? (I imagine we could also add some test coverage for that - but don't necessarily need to block on the test coverage piece as we have coverage of all the individual components).

@lblackstone
Copy link
Member Author

Have we manually tried a non-trivial Helm chart (or group of Config) to validate that it works well in the full E2E?

I just tried a bunch of Helm charts, and they all worked fine. I think the existing test coverage is exercising all of the basics now (YAML file, YAML folder, Helm Chart, CRDs + CRs).

@lblackstone lblackstone merged commit 12bf7f9 into master May 15, 2020
@pulumi-bot pulumi-bot deleted the lblackstone/go-custom-resource branch May 15, 2020 17:27
@joeduffy joeduffy mentioned this pull request May 18, 2020
3 tasks
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.

[Go SDK] Add apiextensions.CustomResource
2 participants