diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-26 15:19:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 15:19:22 -0400 |
commit | e709cc88e7c68208a490d0a6eabe9488d5220b6c (patch) | |
tree | 66304e2ec568cddc330041ea1b6f4032b2aebd98 | |
parent | 49ef9eb52ae45c6fd835d7b3de79dd06d55caa0b (diff) | |
parent | 8c781416b8180ce508c5cad69f76d47ce9340fc7 (diff) | |
download | podman-e709cc88e7c68208a490d0a6eabe9488d5220b6c.tar.gz podman-e709cc88e7c68208a490d0a6eabe9488d5220b6c.tar.bz2 podman-e709cc88e7c68208a490d0a6eabe9488d5220b6c.zip |
Merge pull request #14377 from SoMuchForSubtlety/fix/pod-inspect-response
Fix swagger model of `InspectPodResponse`
-rw-r--r-- | libpod/define/pod_inspect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/define/pod_inspect.go b/libpod/define/pod_inspect.go index 219ffade2..c387856e5 100644 --- a/libpod/define/pod_inspect.go +++ b/libpod/define/pod_inspect.go @@ -82,6 +82,7 @@ type InspectPodInfraConfig struct { HostNetwork bool // StaticIP is a static IPv4 that will be assigned to the infra // container and then used by the pod. + // swagger:strfmt ipv4 StaticIP net.IP // StaticMAC is a static MAC address that will be assigned to the infra // container and then used by the pod. |