@mittwald/kubernetes-rook
v1.0.0-alpha.3
Published
rook.io client library
Downloads
6
Keywords
Readme
Rook.io client for Node.JS
Installation
You can install this package via NPM:
$ npm install @mittwald/kubernetes-rook
Usage
const api = new KubernetesAPI(client).extend(new RookCustomResourceAPI(client));
const filesystems = await api.rook().v1alpha1().filesystems().list();
Supported resources
- rook.io/v1alpha1
- Cluster
- Filesystem
- ObjectStore
- Pool
References
- https://rook.io/docs/rook/v0.6/kubernetes.html