github.com/wtfutil/wtf@v0.43.0/_sample_configs/kubernetes_config.yml (about)

     1  wtf:
     2    colors:
     3      border:
     4        focusable: darkslateblue
     5        focused: orange
     6        normal: gray
     7    grid:
     8      columns: [32, 32, 32, 32, 32, 32]
     9      rows: [10, 10, 10, 10, 10, 10]
    10    refreshInterval: 2
    11    mods:
    12      kubernetes:
    13        enabled: true
    14        kubeconfig: /Users/testuser/.kube/config
    15        namespaces: ["demo", "kube-system"]
    16        objects: ["nodes","deployments", "pods"]
    17        position:
    18          top: 0
    19          left: 0
    20          height: 6
    21          width: 3