1
0
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:
Andrew Suderman 2019-08-05 22:36:36 -06:00
parent 3464abbde3
commit 491e08ff91
No known key found for this signature in database
GPG Key ID: 9C9CAE7EC2133DB7

View File

@ -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."`