mirror of
https://github.com/rancher/types.git
synced 2025-09-04 22:51:36 +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:
@@ -1115,6 +1115,9 @@ func istioTypes(schemas *types.Schemas) *types.Schemas {
|
||||
MustImport(&Version, istiov1alpha3.VirtualService{}, projectOverride{}, struct {
|
||||
Status interface{}
|
||||
}{}).
|
||||
MustImport(&Version, istiov1alpha3.ConsistentHashLB{}, struct {
|
||||
UseSourceIP *bool `json:"useSourceIp,omitempty"`
|
||||
}{}).
|
||||
MustImport(&Version, istiov1alpha3.DestinationRule{}, projectOverride{}, struct {
|
||||
Status interface{}
|
||||
}{}).
|
||||
|
Reference in New Issue
Block a user