/node-kubernetes-rook

Node.JS client library for rook.io

Primary LanguageTypeScriptMIT LicenseMIT

Rook.io client for Node.JS

npm version Build Status

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