mirror of
https://github.com/rancher/types.git
synced 2025-09-12 21:13:18 +00:00
Merge pull request #1142 from cbron/istio-dest-rule-lb-nullable
Istios UseSourceIP must be nullable or it fails LBs validation
This commit is contained in:
@@ -12,5 +12,5 @@ type ConsistentHashLB struct {
|
||||
HTTPCookie *HTTPCookie `json:"httpCookie,omitempty" yaml:"httpCookie,omitempty"`
|
||||
HTTPHeaderName string `json:"httpHeaderName,omitempty" yaml:"httpHeaderName,omitempty"`
|
||||
MinimumRingSize int64 `json:"minimumRingSize,omitempty" yaml:"minimumRingSize,omitempty"`
|
||||
UseSourceIP bool `json:"useSourceIp,omitempty" yaml:"useSourceIp,omitempty"`
|
||||
UseSourceIP *bool `json:"useSourceIp,omitempty" yaml:"useSourceIp,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user