Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StyleRestartsWarning = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(3)) StyleFractionOK = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(2)) StyleFractionWarning = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(3)) StyleStatusDefault = lipgloss.NewStyle() StyleStatusOK = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(2)) StyleStatusError = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(1)) StyleStatusWarning = lipgloss.NewStyle().Foreground(lipgloss.ANSIColor(3)) )
Functions ¶
func StatusColumn ¶ added in v0.6.0
func StatusStyle ¶
Types ¶
type Fraction ¶
func ParseFraction ¶
type Options ¶
type Options struct { ConfigFlags *genericclioptions.ConfigFlags LabelSelector string FieldSelector string AllNamespaces bool WatchKubeconfig bool LabelColumns []string Output string }
type Printer ¶
type Printer struct { Table *table.Model WideOutput bool LabelCols []string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.