minikube/pkg/drivers
Victor Ubahakwe 958ecac9d3
Refactor table rendering (#20893)
* Refactored table rendering codes to support updated tablewriter v1.0.7

This commit makes all necessary code changes to maintain compatibility
with the new tablewriter version. The update includes several required modifications across multiple files.

Files modified:
- cmd/minikube/cmd/config/images.go
- cmd/minikube/cmd/config/addons_list.go
- cmd/minikube/cmd/config/profile_list.go
- hack/benchmark/time-to-k8s/chart.go
- hack/benchmark/time-to-k8s/cpu.go
- pkg/minikube/audit/row.go
- pkg/minikube/machine/cache_images.go
- pkg/minikube/perf/result_manager.go
- pkg/minikube/service/service.go

Now #20878 can be merged.
Addresses #20879

* The tablewriter package v1.0.7 renamed SetHeaders to SetHeader

* updated go mod and table.SetColumnAlignment([]int{0, 0, 0, 0})

* Changed syntax and added vendor to gitignore

* simplified version of tablewriter

* removed vendor

* fix addon_list

* fix images tablewrtier

* bump tablewriter for profile list

* go mod tidy

* bump tablewriter for chart

* bump tablewriter for cpu chart

* bump tablewriter for row

* bump tablewriter cache images

* bump tablewriter

* bump tablewriter

* revert file

* bump tablewritter

* fix unit test

* fix lint issues

* fix the integration test pipe char

* convert all tables to new pipe instead of asci pipe

* convert all tables to new pipe instead of asci pipe

* go mod tidy

* go work sync

---------

Co-authored-by: Medya Ghazizadeh <medya@google.com>
2025-07-21 16:20:55 -07:00
..
hyperkit Refactor table rendering (#20893) 2025-07-21 16:20:55 -07:00
kic Manually bump runc to v1.3.0 and migrate to github.com/opencontainers (#21083) 2025-07-19 19:59:34 -07:00
krunkit Add krunkit driver supporting GPU acceleration on macOS (#20826) 2025-07-21 12:59:28 -07:00
kvm Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
none support kubernetes ha cluster topology in minikube 2024-01-07 21:36:17 +00:00
qemu ci: add smoke test to github action (#21095) 2025-07-19 18:29:44 -07:00
ssh correct groups check output from stderr to stdout 2022-12-14 18:11:01 +00:00
vfkit Refactor table rendering (#20893) 2025-07-21 16:20:55 -07:00
vmnet vmnet: Support offloading for krunkit (#20831) 2025-06-30 11:09:50 -07:00
common.go More robust MAC address matching (#19750) 2024-10-14 10:21:04 -07:00
common_test.go More robust MAC address matching (#19750) 2024-10-14 10:21:04 -07:00
iso.go Move ExtractFile from hyperkit to drivers 2024-08-20 12:39:57 -07:00
iso_test.go Move ExtractFile from hyperkit to drivers 2024-08-20 12:39:57 -07:00
iso_test.iso Move ExtractFile from hyperkit to drivers 2024-08-20 12:39:57 -07:00