spiegel_podman/cmd/podman/containers
Paul Holzinger 0d9f190280
shell completion --format: use structs by reference
For the AutocompleteFormat function we expect the correct template
struct which is used in the golang template. The function can handle
both struct and pointer to a struct. Using the reference is more
efficient since it doe snot have to copy the whole struct.

Also change some structs to use he actual type from the template instead
of some nested one to make sure it has to correct fields.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-28 18:12:17 +02:00
..
attach.go bump go module to version 4 2022-01-18 12:47:07 +01:00
checkpoint.go Add support for checkpoint image 2022-04-20 18:55:39 +01:00
cleanup.go bump go module to version 4 2022-01-18 12:47:07 +01:00
clone.go podman container clone -f 2022-04-21 15:00:32 -04:00
commit.go container-commit: support --squash to squash layers into one 2022-02-23 17:38:28 +05:30
container.go bump go module to version 4 2022-01-18 12:47:07 +01:00
cp.go linter: enable nilerr 2022-03-22 13:04:35 +01:00
create.go enable unparam linter 2022-04-25 13:23:20 +02:00
diff.go bump go module to version 4 2022-01-18 12:47:07 +01:00
exec.go bump go module to version 4 2022-01-18 12:47:07 +01:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
export.go move golang.org/x/crypto/ssh/terminal to golang.org/x/term 2022-04-22 12:40:52 +02:00
init.go bump go module to version 4 2022-01-18 12:47:07 +01:00
inspect.go shell completion --format: use structs by reference 2022-04-28 18:12:17 +02:00
kill.go bump go module to version 4 2022-01-18 12:47:07 +01:00
list.go bump go module to version 4 2022-01-18 12:47:07 +01:00
logs.go Add option for pod logs to display different colors per container. 2022-03-29 17:29:13 +02:00
mount.go bump go module to version 4 2022-01-18 12:47:07 +01:00
pause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
port.go bump go module to version 4 2022-01-18 12:47:07 +01:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
ps.go shell completion --format: use structs by reference 2022-04-28 18:12:17 +02:00
rename.go bump go module to version 4 2022-01-18 12:47:07 +01:00
restart.go bump go module to version 4 2022-01-18 12:47:07 +01:00
restore.go Add support for checkpoint image 2022-04-20 18:55:39 +01:00
rm.go bump go module to version 4 2022-01-18 12:47:07 +01:00
run.go enable unparam linter 2022-04-25 13:23:20 +02:00
runlabel.go bump go module to version 4 2022-01-18 12:47:07 +01:00
start.go bump golangci-lint to v1.45.0 2022-03-21 10:42:53 +01:00
stats.go shell completion --format: use structs by reference 2022-04-28 18:12:17 +02:00
stop.go bump go module to version 4 2022-01-18 12:47:07 +01:00
top.go bump go module to version 4 2022-01-18 12:47:07 +01:00
unmount.go bump go module to version 4 2022-01-18 12:47:07 +01:00
unpause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
wait.go bump go module to version 4 2022-01-18 12:47:07 +01:00