Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployColumns = []string{"NAME", "PODS", "PODS ACTIVE", "CPU", "RAM", "AGE"}
View Source
var NamespaceColumns = []string{"NAME", "HARD CPU", "HARD MEMORY", "USED CPU", "USED MEMORY", "AGE"}
View Source
var PodColumns = []string{"NAME", "READY", "STATUS", "RESTARTS", "AGE", "IP"}
View Source
var ServiceColumns = []string{"NAME", "CLUSTER-IP", "EXTERNAL", "HOST", "PORTS", "AGE"}
Functions ¶
This section is empty.
Types ¶
type ResultPrinter ¶
type ResultPrinter interface {
Print() error
}
func ProcessResponse ¶
func ProcessResponse(resp []chlib.GenericJson, sortField string, np *jww.Notepad) (res ResultPrinter, err error)
Click to show internal directories.
Click to hide internal directories.