bosh-cpi-go: Library for writing BOSH CPIs in Go

September 24, 2024 ยท View on GitHub

See docs/example.go for an example & apiv1/interfaces.go for interface details.

CPIs using this library:

  • Warden CPI
  • VirtualBox CPI
  • Docker CPI
  • Kubernetes CPI

Test

bin/test

Todos

  • rename apiv1 to api package

Contents

  1. 1Test
  2. 2Todos