1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Adding a Kubernetes module for displaying Kubernetes cluster resources and info

Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
This commit is contained in:
Andrew Suderman
2019-08-05 17:44:34 -06:00
parent 97ca61ac97
commit da0e1dbd5b
6 changed files with 303 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

View File

@@ -0,0 +1,21 @@
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