godaddy/kubernetes-client

Browser compatibility: make swagger-client not dependent on fs

Open

#337 创建于 2018年10月18日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (954 star) (206 fork)batch import
help wanted

描述

fs is currently called in the swagger client constructor: https://github.com/godaddy/kubernetes-client/blob/master/lib/swagger-client.js#L106

This causes errors in browser and makes it very difficult to construct a browser-friendly swagger client.

贡献者指南