Merge pull request #99287 from anfernee/clientip
Add HNS Load Balancer Healthchecks for ExternalTrafficPolicy: Local
This commit is contained in:
18
pkg/generated/openapi/zz_generated.openapi.go
generated
18
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -49808,8 +49808,24 @@ func schema_k8sio_kube_proxy_config_v1alpha1_KubeProxyWinkernelConfiguration(ref
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"rootHnsEndpointName": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "RootHnsEndpointName is the name of hnsendpoint that is attached to l2bridge for root network namespace",
|
||||
Default: "",
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"forwardHealthCheckVip": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "ForwardHealthCheckVip forwards service VIP for health check port on Windows",
|
||||
Default: false,
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
Required: []string{"networkName", "sourceVip", "enableDSR"},
|
||||
Required: []string{"networkName", "sourceVip", "enableDSR", "rootHnsEndpointName", "forwardHealthCheckVip"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user