You can install this package via NPM:
$ npm install @mittwald/kubernetes-rook
const api = new KubernetesAPI(client).extend(new RookCustomResourceAPI(client));
const filesystems = await api.rook().v1alpha1().filesystems().list();
- rook.io/v1alpha1
- Cluster
- Filesystem
- ObjectStore
- Pool