mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
Native Kubernetes service load-balancing at the provider level
This commit is contained in:
@@ -125,7 +125,7 @@ type LoadBalancerSpec struct {
|
||||
// whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP.
|
||||
// The Kubernetes Service itself does load-balance to the pods.
|
||||
// By default, NativeLB is false.
|
||||
NativeLB bool `json:"nativeLB,omitempty"`
|
||||
NativeLB *bool `json:"nativeLB,omitempty"`
|
||||
}
|
||||
|
||||
type ResponseForwarding struct {
|
||||
|
||||
Reference in New Issue
Block a user