Generated code for IP mode field

This commit is contained in:
Aohan Yang
2023-07-17 16:00:57 +08:00
parent e6863757f4
commit 7c6e399b22
14 changed files with 673 additions and 572 deletions

View File

@@ -20832,6 +20832,13 @@ func schema_k8sio_api_core_v1_LoadBalancerIngress(ref common.ReferenceCallback)
Format: "",
},
},
"ipMode": {
SchemaProps: spec.SchemaProps{
Description: "IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to \"VIP\" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to \"Proxy\" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.",
Type: []string{"string"},
Format: "",
},
},
"ports": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{