* Added UDP LB support (for GCE)

This commit is contained in:
Kenneth Shelton
2015-09-28 13:57:58 -07:00
parent 671b5982cf
commit d399a8f8cc
21 changed files with 293 additions and 146 deletions

View File

@@ -65,8 +65,8 @@ func TestCreateExternalLoadBalancer(t *testing.T) {
Type: api.ServiceTypeLoadBalancer,
},
},
expectErr: true,
expectCreateAttempt: false,
expectErr: false,
expectCreateAttempt: true,
},
{
service: &api.Service{