[GLBC] Set Description field for backend services (#681)

Set svc namespace/name/port in description field of backend services
This commit is contained in:
Nick Sardo 2017-05-05 11:34:40 -07:00 committed by GitHub
parent 188c64aaac
commit 4601775c18
4 changed files with 38 additions and 10 deletions

View file

@ -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 {