mirror of https://github.com/containers/podman.git
Merge pull request #14377 from SoMuchForSubtlety/fix/pod-inspect-response
Fix swagger model of `InspectPodResponse`
This commit is contained in:
commit
e709cc88e7
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue