cyclops
cyclops copied to clipboard
Implement UI component for PersistentVolumeClaims
Is your feature request related to a problem? Please describe.
Some K8s components are supported to have a custom UI component, and those can be found here. The ccope of this issue is to support PersistantVolumeClaims. The new PVC component should be similar to other components we already have, so feel free to check the existing ones out. You can fetch the data about a PVC by calling the backend on
/api/resources?group=&version=v1&kind=PersistentVolumeClaim&name=<name>&namespace=<namespace>
To be able to test this, you will need to use a template that supports PVCs. You should add the following template and create a Module from it:
repo: https://github.com/cyclops-ui/templates
path: redis
version: test-pvc-ui