notebooks/components
Konstantinos Andriopoulos f55c0d77dc tensorboard web-app: Create Tensorboard web-app backend (kubeflow/kubeflow#5180)
* Create Tensorboard web-app backend

Create the code for the Tensorboard web-app backend which
includes routes for GET, POST and DELETE requests.

The backend is created with Python/Flask, so it also uses
the common code from 'kubeflow.kubeflow.crud_backend'.

* Add 'get_age(k8s_object)' function to 'crud_backend' common code

It would be useful for all web apps of the 'crud-web-apps' folder
to return age information to their frontends.

As a result, 'get_age(k8s_object)' was added to the common code,
so that all web apps can use it.
2020-08-20 03:25:22 -07:00
..
common Fix notebook controller and tensorboard controller docker image build. (kubeflow/kubeflow#4631) 2020-01-07 16:25:41 -08:00
crud-web-apps tensorboard web-app: Create Tensorboard web-app backend (kubeflow/kubeflow#5180) 2020-08-20 03:25:22 -07:00
notebook-controller notebook_controller.go: make clusterDomain an option (kubeflow/kubeflow#4468) 2020-07-03 19:42:48 -07:00
tensorboard-controller Add OWNERs file to tensorboard controller (kubeflow/kubeflow#5088) 2020-08-07 06:32:19 -07:00