ui

package
v0.0.0-...-8009d7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL