Make VolumeSource not be a pointer
There's no reason for it to be a pointer.
This commit is contained in:
@@ -68,7 +68,7 @@ func TestClusterDNS(c *client.Client) bool {
|
||||
Volumes: []api.Volume{
|
||||
{
|
||||
Name: "results",
|
||||
Source: &api.VolumeSource{
|
||||
Source: api.VolumeSource{
|
||||
EmptyDir: &api.EmptyDir{},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user