fix external service type check (#1246)
This commit is contained in:
parent
c53968e5c4
commit
614ed4c80d
3 changed files with 5 additions and 3 deletions
|
@ -101,6 +101,7 @@ func (APIConnServiceTest) SvcIndex(string) []*api.Service {
|
|||
Protocol: "tcp",
|
||||
Port: 80,
|
||||
}},
|
||||
Type: api.ServiceTypeExternalName,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -144,6 +145,7 @@ func (APIConnServiceTest) ServiceList() []*api.Service {
|
|||
Protocol: "tcp",
|
||||
Port: 80,
|
||||
}},
|
||||
Type: api.ServiceTypeExternalName,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue