mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Updating help text on objects to include nodes
This commit is contained in:
parent
3464abbde3
commit
491e08ff91
@ -11,7 +11,7 @@ const defaultTitle = "Kubernetes"
|
||||
type Settings struct {
|
||||
common *cfg.Common
|
||||
|
||||
objects []string `help:"Kubernetes objects to show. Options are pods, deployments."`
|
||||
objects []string `help:"Kubernetes objects to show. Options are: [nodes, pods, deployments]."`
|
||||
title string `help:"Override the title of widget."`
|
||||
kubeconfig string `help:"Location of a kubeconfig file."`
|
||||
namespaces []string `help:"List of namespaces to watch. If blank, defaults to all namespaces."`
|
||||
|
Loading…
x
Reference in New Issue
Block a user