Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulletItem ¶
type PrintItem ¶
type PrintItem struct { Name string Webhook PrintWebhookItem Kind string ResourceModels []ResourceModel ValidUntil time.Duration ActiveNamespaces []string }
type PrintModel ¶
type PrintModel struct {
Items []PrintItem
}
type PrintWebhookItem ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer formats and prints check results and warnings.
func NewPrinter ¶
NewPrinter constructs a new Printer with the specified output io.Writer and output format.
func (*Printer) Print ¶
func (p *Printer) Print(model *PrintModel)
Print reads given PrintModel and prints as table using tablewriter.
type ResourceModel ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.