* Added UDP LB support (for GCE)
This commit is contained in:
@@ -65,8 +65,8 @@ func TestCreateExternalLoadBalancer(t *testing.T) {
|
||||
Type: api.ServiceTypeLoadBalancer,
|
||||
},
|
||||
},
|
||||
expectErr: true,
|
||||
expectCreateAttempt: false,
|
||||
expectErr: false,
|
||||
expectCreateAttempt: true,
|
||||
},
|
||||
{
|
||||
service: &api.Service{
|
||||
|
||||
Reference in New Issue
Block a user