Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer interface {
Render(pdbs []v1.PodDisruptionBudget)
}
Renderer is an interface I use to abstract away any future render implementations I may want, such as JSON
type TableRenderer ¶
type TableRenderer struct { }
TableRenderer is a concrete implementation of the Renderer interface
func (TableRenderer) Render ¶
func (t TableRenderer) Render(pdbs []v1.PodDisruptionBudget)
Render the outpit from the available pod disruption budgets
Click to show internal directories.
Click to hide internal directories.