Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Container Storage Client (CSC) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akutz
Copy link

@akutz akutz commented Aug 9, 2017

This patch introduces a simple Golang-based CSI client that can be used for development, testing, and debugging CSI servers.

This patch introduces a simple Golang-based CSI client that can be used
for development, testing, and debugging CSI servers.
@clintkitson
Copy link

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?

@akutz
Copy link
Author

akutz commented Aug 9, 2017

Hi @clintkitson,

I originally filed it to examples but it was rejected with a reminder that the examples repo is for:

Reference plugin implementations

Maybe a tools repo is needed?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants