1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
kastenhq-kubestr/pkg/kubestr
ssuresh ce8324577f
Handle improper driver names (#72)
* Update .gitignore

- Ignore Goland/IntelliJ folder

* Update CSI drivers list

* Make CSI Driver list generation more robust

- The script file was unintentionally processing the `Sample Drivers`
  list table and erroring as a result (when scraping data from https://github.com/kubernetes-csi/docs/blob/master/book/src/drivers.md)

* Handle improperly formatted CSI driver name

- This is handled on a case-by-case basis since it is hard to speculate
  on the variations
- Currently handled for Democratic and Ember CSI

* Restore entries that went missing

* Ensure driver entries are not missed when scraping data
2021-06-02 12:24:12 -07:00
..
csi-drivers.go Handle improper driver names (#72) 2021-06-02 12:24:12 -07:00
kubernetes_checks.go Allow FIO test to use an input file (#32) 2020-11-30 15:37:56 -10:00
kubernetes_checks_test.go UTs for k8s checks (#17) 2020-10-16 10:57:04 -10:00
kubestr.go Fix spelling (#61) 2021-04-05 11:26:45 -10:00
storage_provisioners.go Support csi v1 (#46) 2020-12-29 09:46:29 -10:00
storage_provisioners_test.go Updating kanister version (#51) 2021-02-23 14:36:54 -10:00
utils.go Allow FIO test to use an input file (#32) 2020-11-30 15:37:56 -10:00