tables

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEvents

func NewEvents(cli *cli.Context) table.Writer

func NewImages

func NewImages(cli *cli.Context, digests bool) table.Writer

func NewInspect

func NewInspect(cli *cli.Context) table.Writer

func NewPods

func NewPods(cli *cli.Context) table.Writer

func NewVolumes

func NewVolumes(cli *cli.Context) table.Writer

Types

type ContainerData

type ContainerData struct {
	Pod       v1.Pod
	Container v1.Container
	Status    v1.ContainerStatus
	Info      map[string]interface{}
}

type EventData

type EventData struct {
	ID   string
	Name string
}

type ImageData

type ImageData struct {
	ID     string
	Tag    string
	Digest string
	Repo   string
	Size   uint64
}

type VolumeData

type VolumeData struct {
	Volume client.Volume
}

Jump to

Keyboard shortcuts

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