Commit Graph

8 Commits

Author SHA1 Message Date
Vincent Fiduccia e12eae56f4
Drop .class since it's the only type now 2021-10-25 10:20:35 -07:00
Vincent Fiduccia 570c4650e9
Now with more classes and no proxies 2021-10-25 10:20:34 -07:00
Cody Jackson 73a95806cf Adding a persistent volume claim field to the persistent volumes list page
This was a missing item between ember and vue.

https://github.com/rancher/dashboard/issues/2532
2021-06-16 16:26:03 -07:00
Cody Jackson 661cef5a62 Adding support for `unsupported-storage-drivers`
- Adding unsupported storageclasses
- Adding unsupported persistent

rancher/dashboard#2284

Adding the persistent volume plugins that are gated by the `unsupported-storage-drivers` feature flag.
2021-03-15 16:25:07 -07:00
Cody Jackson 4a54037987 Resolving an issue around claims showing up when creating a pv
When creating a PV the name is undefined and that allowed it to find PVCs that had
volumeName undefined.

rancher/dashboard#2431
2021-02-25 02:53:10 -07:00
Cody Jackson d724d4f5c2 Resolving several minor bugs around persistent volumes
- The checkboxSetter for access mode was just wrong and updated to handle setting properly.
- Passed mode to checkboxes
- Made deletion action dependent on not being in a 'bound' state
2021-02-24 11:18:13 -07:00
Cody Jackson 73bd8a90e1 Migrating the PersistentVolumeClaim pages
rancher/dashboard#2216
2021-02-19 09:11:35 -07:00
Cody Jackson 0f95812978 Migrating the persistentvolume pages
rancher/dashboard#2186
2021-02-09 13:48:17 -07:00