mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
lint
This commit is contained in:
@@ -57,9 +57,9 @@ func TestEvalContainerSpecChange_ContainerPid(t *testing.T) {
|
|||||||
}
|
}
|
||||||
newSpec := api.ServiceSpec{
|
newSpec := api.ServiceSpec{
|
||||||
Container: api.ContainerSpec{
|
Container: api.ContainerSpec{
|
||||||
Image: "nginx:latest",
|
Image: "nginx:latest",
|
||||||
PidMode: "host",
|
PidMode: "host",
|
||||||
CapAdd: []string{"NET_ADMIN"},
|
CapAdd: []string{"NET_ADMIN"},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user