Checkin change to generated code

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
Mikkel Oscar Lyderik Larsen 2024-09-23 09:55:20 +02:00
parent 81e28c98eb
commit 0e88d4f910

View File

@ -4433,11 +4433,13 @@ func schema_k8sio_api_core_v1_HostIP(ref common.ReferenceCallback) common.OpenAP
"ip": {
SchemaProps: spec.SchemaProps{
Description: "IP is the IP address assigned to the host",
Default: "",
Type: []string{"string"},
Format: "",
},
},
},
Required: []string{"ip"},
},
},
}
@ -8101,11 +8103,13 @@ func schema_k8sio_api_core_v1_PodIP(ref common.ReferenceCallback) common.OpenAPI
"ip": {
SchemaProps: spec.SchemaProps{
Description: "IP is the IP address assigned to the pod",
Default: "",
Type: []string{"string"},
Format: "",
},
},
},
Required: []string{"ip"},
},
},
}