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 function to query cluster's API version #1069

Open
clstokes opened this issue Apr 15, 2020 · 1 comment
Open

Add function to query cluster's API version #1069

clstokes opened this issue Apr 15, 2020 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@clstokes
Copy link

Problem description

There is not currently a way in the Kubernetes SDK to query for the Kubernetes cluster's API version - e.g. 1.14, 1.15, 1.16, etc.

Suggestions for a fix

Provide a function getApiVersion() (or more appropriately named) for users to query their cluster's API version and use as part of their application.

@lblackstone lblackstone added the kind/enhancement Improvements or new features label Jul 13, 2023
@farvour
Copy link

farvour commented Oct 4, 2024

I am actually quite disappointed that this isn't available. At the very least, the provider should provide a way to invoke lower-level client calls from the client-go library. Since we're using Python SDK, it looks like I get to use the kubernetes module and do it myself.... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants