1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Sirish Bathina
ceccf5854f
Adding nutanix driver (#91) 2021-10-20 09:50:17 -10:00
Sirish Bathina
032878da5f
Kubestr browse PVC functionality (#83)
* browse changes

* after onkars review
2021-10-08 09:53:57 -10:00
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
Prasad Ghangal
f4feadc161
Refactor snapshotter interface to support v1 snapshots (#47)
* Update snapshotter to support v1 snapshots

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

* Update Kanister dep

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

* Update tests

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

* Run go generator

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
2021-01-12 16:48:51 -10:00
Sirish Bathina
461543547c
Left over volume snapshot class (#45)
* Added image option to fio command

* order change of delete

* fix when deleting snapshots
2020-12-16 12:23:06 -10:00
Sirish Bathina
8d5674a59e
CSI snapshot restore (#37)
* starting with the validation

* Create application and use mocks

* Added snapshotter

* cleanup and full execution test

* last bit of wiring

* Nil checks for comments

* removing debug print

* unused variable
2020-12-07 11:16:53 -10:00
Sirish Bathina
cb60f3e76d pulling driver info from sig storage 2020-10-14 09:09:00 -10:00
Sirish Bathina
36ebf899c1 Kubernetes and provisioner checks 2020-10-12 16:06:26 -10:00