UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
components
/
node
/
utils.d.ts
10 lines
(9 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Node
from
'../../lib/k8s/node'
;
export
declare
function
formatTaint
(
taint
: { key:
string
; value?:
string
; effect:
string
; }
):
string
;
export
declare
function
NodeTaintsLabel
(
props
: { node: Node; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;