mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-21 23:37:53 +00:00
gofmt -s pkg/ cmd/
This commit is contained in:
@@ -37,7 +37,7 @@ func makeUrl(suffix string) string {
|
||||
|
||||
type FakePodControl struct {
|
||||
controllerSpec []ReplicationController
|
||||
deletePodID []string
|
||||
deletePodID []string
|
||||
}
|
||||
|
||||
func (f *FakePodControl) createReplica(spec ReplicationController) {
|
||||
@@ -57,7 +57,7 @@ func makeReplicationController(replicas int) ReplicationController {
|
||||
DesiredState: PodState{
|
||||
Manifest: ContainerManifest{
|
||||
Containers: []Container{
|
||||
Container{
|
||||
{
|
||||
Image: "foo/bar",
|
||||
},
|
||||
},
|
||||
@@ -182,7 +182,7 @@ func TestCreateReplica(t *testing.T) {
|
||||
DesiredState: PodState{
|
||||
Manifest: ContainerManifest{
|
||||
Containers: []Container{
|
||||
Container{
|
||||
{
|
||||
Image: "foo/bar",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user