Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

kubecfg uses obsolete swaggerapi, removed in client-go v6.0.0 #194

Closed
prydonius opened this issue Feb 27, 2018 · 1 comment
Closed

kubecfg uses obsolete swaggerapi, removed in client-go v6.0.0 #194

prydonius opened this issue Feb 27, 2018 · 1 comment

Comments

@prydonius
Copy link
Contributor

We cannot easily update kubecfg to use the latest client-go release (v6.0.0) as they have removed the Swagger 1.2 retriever functions, which we rely on for validation.

See https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md#v600 and kubernetes/kubernetes#53441 for more info.

In order to update, we will need to reimplement where we're using Swagger with the OpenAPI functions.

cc @anguslees @ngtuna

@anguslees anguslees changed the title cannot update to client-go v6.0.0 kubecfg uses obsolete swaggerapi, removed in client-go v6.0.0 Mar 8, 2018
@anguslees
Copy link
Contributor

This was fixed in #215

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants