mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
22 lines
463 B
YAML
22 lines
463 B
YAML
wtf:
|
|
colors:
|
|
border:
|
|
focusable: darkslateblue
|
|
focused: orange
|
|
normal: gray
|
|
grid:
|
|
columns: [32, 32, 32, 32, 32, 32]
|
|
rows: [10, 10, 10, 10, 10, 10]
|
|
refreshInterval: 2
|
|
mods:
|
|
kubernetes:
|
|
enabled: true
|
|
kubeconfig: /Users/testuser/.kube/config
|
|
namespaces: ["demo", "kube-system"]
|
|
objects: ["nodes","deployments", "pods"]
|
|
position:
|
|
top: 0
|
|
left: 0
|
|
height: 6
|
|
width: 3
|