mirror of https://github.com/k3s-io/k3s
Minor typo
parent
0c4f8cb711
commit
d5a66845b9
|
@ -191,7 +191,7 @@ type Volume struct {
|
|||
VolumeSource `json:",inline,omitempty"`
|
||||
}
|
||||
|
||||
// VolumeSource represents the source location of a valume to mount.
|
||||
// VolumeSource represents the source location of a volume to mount.
|
||||
// Only one of its members may be specified.
|
||||
type VolumeSource struct {
|
||||
// HostPath represents a pre-existing file or directory on the host
|
||||
|
|
Loading…
Reference in New Issue