mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Embed VolumeSource in v1beta3 and internal.
This commit is contained in:
@@ -75,7 +75,7 @@ var _ = Describe("Services", func() {
|
||||
Volumes: []api.Volume{
|
||||
{
|
||||
Name: "results",
|
||||
Source: api.VolumeSource{
|
||||
VolumeSource: api.VolumeSource{
|
||||
EmptyDir: &api.EmptyDirVolumeSource{},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user