Check api availability before doing any calls to k8s server
Closed this issue · 0 comments
amanenk commented
K8s server allows to get api schema by calling kClient.OpenAPISchema()
The method returns list of paths available on the server.
The data from response can be used to avoid calls to endpoints that are not supported bu current version of k8s server