mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #18796 from mheon/lock_debugging
Add support for lock debugging
This commit is contained in:
@ -43,6 +43,7 @@ Valid placeholders for the Go template are listed below:
|
||||
| .IsInfra | Is this an infra container? (string: true/false) |
|
||||
| .IsService | Is this a service container? (string: true/false) |
|
||||
| .KubeExitCodePropagation | Kube exit-code propagation (string) |
|
||||
| .LockNumber | Number of the container's Libpod lock |
|
||||
| .MountLabel | SELinux label of mount (string) |
|
||||
| .Mounts | Mounts (array of strings) |
|
||||
| .Name | Container name (string) |
|
||||
|
@ -44,6 +44,7 @@ Valid placeholders for the Go template are listed below:
|
||||
| .InfraContainerID | Pod infrastructure ID |
|
||||
| .InspectPodData ... | Nested structure, for experts only |
|
||||
| .Labels | Pod labels |
|
||||
| .LockNumber | Number of the pod's Libpod lock |
|
||||
| .MemoryLimit | Memory limit, bytes |
|
||||
| .MemorySwap | Memory swap limit, in bytes |
|
||||
| .Mounts | Mounts |
|
||||
|
@ -33,6 +33,7 @@ Valid placeholders for the Go template are listed below:
|
||||
| .Driver | Volume driver |
|
||||
| .GID | GID the volume was created with |
|
||||
| .Labels | Label information associated with the volume |
|
||||
| .LockNumber | Number of the volume's Libpod lock |
|
||||
| .MountCount | Number of times the volume is mounted |
|
||||
| .Mountpoint | Source of volume mount point |
|
||||
| .Name | Volume name |
|
||||
|
@ -42,6 +42,7 @@ Valid placeholders for the Go template are listed below:
|
||||
| .GID | GID of volume |
|
||||
| .InspectVolumeData ... | Don't use |
|
||||
| .Labels | Label information associated with the volume |
|
||||
| .LockNumber | Number of the volume's Libpod lock |
|
||||
| .MountCount | Number of times the volume is mounted |
|
||||
| .Mountpoint | Source of volume mount point |
|
||||
| .Name | Volume name |
|
||||
|
Reference in New Issue
Block a user