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 .get() to Python SDK #435

Merged
merged 5 commits into from
Aug 13, 2019
Merged

Add .get() to Python SDK #435

merged 5 commits into from
Aug 13, 2019

Conversation

lblackstone
Copy link
Member

Fixes #434

@lblackstone lblackstone changed the title WIP: Add .get() to Python SDK Add .get() to Python SDK Aug 7, 2019
@lblackstone lblackstone mentioned this pull request Aug 8, 2019
3 tasks
@lblackstone lblackstone marked this pull request as ready for review August 8, 2019 15:35
@@ -52,6 +52,23 @@ func TestSmoke(t *testing.T) {
integration.ProgramTest(t, &options)
}

// Smoke test for .get support.
func TestGet(t *testing.T) {
kubectx := os.Getenv("KUBERNETES_CONTEXT")
Copy link
Contributor

Choose a reason for hiding this comment

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

and this does run in CI?

Copy link
Member Author

Choose a reason for hiding this comment

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

Correct

@lblackstone lblackstone merged commit 4b456f8 into master Aug 13, 2019
@pulumi-bot pulumi-bot deleted the lblackstone/python-get branch August 13, 2019 18:07
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.

Python SDK does not implement .get
2 participants