Versions in this module Expand all Collapse all v0 v0.0.1 Jul 29, 2026 Changes in this version + type Named interface + GetName func() string + type SwitchDetail struct + type TablePrinter struct + func New() *TablePrinter + func (t *TablePrinter) AuditTable(data []*apiv2.AuditTrace, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ComponentTable(data []*apiv2.Component, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ContextTable(data *config.Contexts, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) HealthTable(data []*apiv2.Health, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) IPTable(data []*apiv2.IP, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ImageTable(data []*apiv2.Image, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ImageUsageTable(data []*apiv2.ImageUsage, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) PartitionCapacityTable(data []*adminv2.PartitionCapacity, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) PartitionTable(data []*apiv2.Partition, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ProjectInviteTable(data []*apiv2.ProjectInvite, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) ProjectMemberTable(data []*apiv2.ProjectMember, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) ProjectTable(data []*apiv2.Project, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) SetLastEventErrorThreshold(threshold time.Duration) + func (t *TablePrinter) SetPrinter(printer *printers.TablePrinter) + func (t *TablePrinter) SizeTable(data []*apiv2.Size, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) SwitchDetailTable(switches []SwitchDetail) ([]string, [][]string, error) + func (t *TablePrinter) SwitchTable(switches []*apiv2.Switch, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) SwitchWithConnectedMachinesTable(res []*apiv2.SwitchWithMachines, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) TaskQueueTable(data *adminv2.TaskServiceQueuesResponse, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) TaskTable(data []*adminv2.TaskInfo, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) TenantInviteTable(data []*apiv2.TenantInvite, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) TenantMemberTable(data []*apiv2.TenantMember, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) TenantTable(data []*apiv2.Tenant, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) ToHeaderAndRows(data any, wide bool) ([]string, [][]string, error) + func (t *TablePrinter) TokenTable(data []*apiv2.Token, _ bool) ([]string, [][]string, error) + func (t *TablePrinter) UserTable(data []*apiv2.User, wide bool) ([]string, [][]string, error)