containerd/cmd/containerd-stress
Derek Nola 132485adb0
Convert CLI to urfave v2
Followed the Migration Guide at https://cli.urfave.org/migrate-v1-to-v2/
The major changes not pointed out in the migration guide are:
- context.Args() no longer produces a []slice, so context.Args().Slice()
  in substitued
- All cli.Global***** are deprecated (the migration guide is somewhat
  unclear on this)

Signed-off-by: Derek Nola <derek.nola@suse.com>

Vendor in urfave cli/v2

Signed-off-by: Derek Nola <derek.nola@suse.com>

Fix NewStringSlice calls

Signed-off-by: Derek Nola <derek.nola@suse.com>
2024-02-15 09:48:04 -08:00
..
cri_worker.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
density.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
exec_worker.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
main.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
rlimit_freebsd.go Pre-splice strings and determine whether it is a file and check criCleanup err. 2023-03-14 23:15:46 +08:00
rlimit_unix.go Pre-splice strings and determine whether it is a file and check criCleanup err. 2023-03-14 23:15:46 +08:00
rlimit_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
size.go Move to use github.com/containerd/log 2023-09-22 07:53:23 -07:00
worker.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00