(replicas int)
| 32 | } |
| 33 | |
| 34 | func serviceConfig(replicas int) types.ServiceConfig { |
| 35 | return types.ServiceConfig{ |
| 36 | Scale: &replicas, |
| 37 | Deploy: &types.DeployConfig{ |
| 38 | Replicas: &replicas, |
| 39 | }, |
| 40 | Name: "foo", |
| 41 | Image: "bar", |
| 42 | } |
| 43 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…