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

{ConfigFile, ConfigGroup, Chart}#getResourceProperty seem to be missing in Python #763

Closed
hausdorff opened this issue Aug 27, 2019 · 0 comments · Fixed by #771
Closed

{ConfigFile, ConfigGroup, Chart}#getResourceProperty seem to be missing in Python #763

hausdorff opened this issue Aug 27, 2019 · 0 comments · Fixed by #771
Assignees
Labels
area/helm area/sdk Related to the Kubernetes SDKs (nodejs, Python, etc.) language/python

Comments

@hausdorff
Copy link
Contributor

In the Node.js SDKs, it's possible to get a export property from a resource that is in a Chart. For example:

export const port = istio
    .getResourceProperty("v1/Service", "istio-system", "istio-ingressgateway", "spec")
    .apply(p => p.ports.filter(p => p.name == "http2"));

I'm not positive, since I'm not a Python expert, but this seems to be missing entirely from the Python SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm area/sdk Related to the Kubernetes SDKs (nodejs, Python, etc.) language/python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants