mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Fix swagger model of InspectPodResponse
`net.IP` gets marshalled as `string` and not `[]uint8` [NO TESTS NEEDED] [NO NEW TESTS NEEDED] Signed-off-by: Jakob Ahrer <jakob@ahrer.dev>
This commit is contained in:

committed by
SoMuchForSubtlety

parent
e3663fbd7a
commit
8c781416b8
@ -82,6 +82,7 @@ type InspectPodInfraConfig struct {
|
|||||||
HostNetwork bool
|
HostNetwork bool
|
||||||
// StaticIP is a static IPv4 that will be assigned to the infra
|
// StaticIP is a static IPv4 that will be assigned to the infra
|
||||||
// container and then used by the pod.
|
// container and then used by the pod.
|
||||||
|
// swagger:strfmt ipv4
|
||||||
StaticIP net.IP
|
StaticIP net.IP
|
||||||
// StaticMAC is a static MAC address that will be assigned to the infra
|
// StaticMAC is a static MAC address that will be assigned to the infra
|
||||||
// container and then used by the pod.
|
// container and then used by the pod.
|
||||||
|
Reference in New Issue
Block a user