Skip to content

ambiknai/ibm-csi-common

 
 

Repository files navigation

ibm-csi-common

Common library for implementing ibm csi driver for kubernetes

Clone GHE repository

  • Make a go workspace

    • mkdir ibm-csi-common-ws
  • Make the go folder structure and the initial src folders and clone the repository

    • mkdir -p ibm-csi-common-ws/src/github.com/IBM
    • cd ibm-csi-common-ws/src/github.com/IBM/
    • git clone https://github.com/IBM/ibm-csi-common.git
    • cd ibm-csi-common
    • make deps
    • make test

About

Common library for implementing ibm csi driver for kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 57.3%
  • Shell 41.5%
  • Other 1.2%