printer

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobView

type JobView struct {
	Name   string
	Status k8s.JobStatus
	Age    time.Duration
}

type Printer

type Printer struct {
	// contains filtered or unexported fields
}

func New

func New(out io.Writer, noANSI bool) *Printer

func (*Printer) PrintLogs

func (p *Printer) PrintLogs(jobName string, status k8s.JobStatus, logs string)

func (*Printer) PrintSummary

func (p *Printer) PrintSummary(failed, deleted int)

func (*Printer) Start

func (p *Printer) Start(total int, namespace string, timeout time.Duration)

func (*Printer) UpdateJob

func (p *Printer) UpdateJob(name string, status k8s.JobStatus, age time.Duration)

Jump to

Keyboard shortcuts

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