mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Fix typos in volume.go
This commit is contained in:
parent
39bfa168cd
commit
07b81abb6c
@ -135,7 +135,7 @@ type Deleter interface {
|
|||||||
// Attacher can attach a volume to a node.
|
// Attacher can attach a volume to a node.
|
||||||
type Attacher interface {
|
type Attacher interface {
|
||||||
// Attaches the volume specified by the given spec to the given host.
|
// Attaches the volume specified by the given spec to the given host.
|
||||||
// On success, returns the device path where the device was attache don the
|
// On success, returns the device path where the device was attached on the
|
||||||
// node.
|
// node.
|
||||||
Attach(spec *Spec, hostName string) (string, error)
|
Attach(spec *Spec, hostName string) (string, error)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user