[GLBC] Set Description field for backend services (#681)
Set svc namespace/name/port in description field of backend services
This commit is contained in:
parent
188c64aaac
commit
4601775c18
4 changed files with 38 additions and 10 deletions
|
|
@ -68,8 +68,8 @@ func TestBackendPoolAdd(t *testing.T) {
|
|||
namer := utils.Namer{}
|
||||
|
||||
testCases := []ServicePort{
|
||||
{80, utils.ProtocolHTTP},
|
||||
{443, utils.ProtocolHTTPS},
|
||||
{Port: 80, Protocol: utils.ProtocolHTTP},
|
||||
{Port: 443, Protocol: utils.ProtocolHTTPS},
|
||||
}
|
||||
|
||||
for _, nodePort := range testCases {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue