mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
move deployment PodTemplate to be not a pointer
This commit is contained in:
@@ -503,7 +503,7 @@ func TestDescribeDeployment(t *testing.T) {
|
||||
Namespace: "foo",
|
||||
},
|
||||
Spec: extensions.DeploymentSpec{
|
||||
Template: &api.PodTemplateSpec{},
|
||||
Template: api.PodTemplateSpec{},
|
||||
},
|
||||
})
|
||||
c := &describeClient{T: t, Namespace: "foo", Interface: fake}
|
||||
|
||||
Reference in New Issue
Block a user