Merge pull request #14377 from SoMuchForSubtlety/fix/pod-inspect-response

Fix swagger model of `InspectPodResponse`
This commit is contained in:
OpenShift Merge Robot 2022-05-26 15:19:22 -04:00 committed by GitHub
commit e709cc88e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.