UNPKG
@jfvilas/plugin-kubelog
Version:
latest (0.14.2)
0.14.2
0.11.7
0.11.6
0.11.4
0.11.3
0.11.2
0.11.1
0.10.2
0.10.1
0.9.6
0.9.5
0.9.3
0.9.2
0.9.1
0.9.0
0.8.36
0.8.35
0.8.34
0.8.33
0.8.32
0.8.31
0.8.30
0.8.29
0.8.28
0.8.27
0.8.26
0.8.25
0.8.24
0.8.23
0.8.19
0.8.12
Frontend plugin for viewing Kubernetes logs in Backstage
github.com/jfvilas/kubelog
jfvilas/kubelog
@jfvilas/plugin-kubelog
/
dist
/
routes.esm.js
9 lines
(6 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ createRouteRef }
from
'@backstage/core-plugin-api'
;
const
rootRouteRef =
createRouteRef
({
id
:
"kubelog"
});
export
{ rootRouteRef };
//# sourceMappingURL=routes.esm.js.map