kubernetes/pkg/printers
Stephen Kitt 45836971f2
cli: replace intstr.FromInt with intstr.FromInt32
This touches cases where FromInt() is used on numeric constants, or
values which are already int32s, or int variables which are defined
close by and can be changed to int32s with little impact.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2023-05-13 14:03:46 +02:00
..
internalversion cli: replace intstr.FromInt with intstr.FromInt32 2023-05-13 14:03:46 +02:00
storage hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
.import-restrictions update existing import-restrictions files 2020-01-28 10:51:45 +01:00
interface.go Moves tableprinter.go and tabwriter.go to cli-runtime/pkg/printers. Copies PrintOptions to cli-runtime/pkg/printers. 2019-10-22 23:45:08 -07:00
OWNERS Update sig-cli OWNERS 2022-02-14 10:55:35 -07:00
tablegenerator_test.go Check for errors ahead of time 2022-06-23 23:26:17 +08:00
tablegenerator.go Generate and format files 2022-07-26 13:14:05 -04:00