Uh oh!
There was an error while loading. Please reload this page.
Container Storage Client (CSC) - #2
Conversation
This patch introduces a simple Golang-based CSI client that can be used for development, testing, and debugging CSI servers.
clintkitson
commented
Aug 9, 2017
This is great work @akutz. I can see this as being highly valuable as plugin implementors begin their work especially since the COs don't have prototypes out yet. I wonder if this could even be useful in the future for doing CI testing of the spec. The only question I really have is whether this makes sense in the libraries repo or whether it is better suited in an examples/tools repo. It seems like the intent here is to have a tool that helps do testing (as you said) vs have a reusable library that implements CSI? |
Hi @clintkitson, I originally filed it to
Maybe a |
This patch introduces a simple Golang-based CSI client that can be used for development, testing, and debugging CSI servers.