Files
kops-arm64/app
Warren Seymour 384ea8f06d Replace Heapster with Metrics API (#177)
* Replace Heapster with Metrics API call

* Add `n` factor

Metrics API likes to report CPU usage in `n`-suffixed units, so make
sure its represented correctly.
2018-11-03 12:03:07 +01:00
..
2017-01-14 01:56:27 +01:00
2018-05-01 14:46:37 +02:00
2018-05-01 14:46:37 +02:00
2017-01-14 18:50:51 +01:00
2017-05-11 22:47:16 +02:00

This directory contains the EcmaScript frontend code of Kubernetes Operational View and is only needed during build time.

The JavaScript application bundle (webpack) will be generated to ``kube_ops_view/static/build/app*.js`` by running:

.. code-block:: bash

    $ npm install
    $ npm run build

Frontend development is supported by watching the source code and continuously recompiling the webpack:

.. code-block:: bash

    $ npm start