We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04a4b9 commit f2cf0d0Copy full SHA for f2cf0d0
scripts/libpod-generate.sh
@@ -8,6 +8,9 @@
8
# * Mount type
9
# - Added Destination (string)
10
# - Added Options ([]string)
11
+#
12
+# Podman V5 update
13
+# .definitions.InspectContainerConfig.properties.StopSignal (removed)
14
#
15
LIBPOD_SPEC='./scripts/swagger-v4.0.3.yaml'
16
scripts/swagger-v4.0.3.yaml
@@ -2563,10 +2563,6 @@ definitions:
2563
Whether STDIN is only left open once.
2564
Presently not supported by Podman, unused.
2565
type: boolean
2566
- StopSignal:
2567
- description: Container stop signal
2568
- format: uint64
2569
- type: integer
2570
StopTimeout:
2571
description: StopTimeout is time before container is stopped when calling
2572
stop
0 commit comments