1.0.0-alpha.3 • Published 6 years ago

@mittwald/kubernetes-rook v1.0.0-alpha.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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