Update dependencies to K8s 1.8
This commit is contained in:
parent
ba6c89672d
commit
6a59f4c9a2
1114 changed files with 160955 additions and 262845 deletions
2
vendor/k8s.io/kubernetes/pkg/volume/volume.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/volume/volume.go
generated
vendored
|
|
@ -173,7 +173,7 @@ type Attacher interface {
|
|||
// node. If it successfully attaches, the path to the device
|
||||
// is returned. Otherwise, if the device does not attach after
|
||||
// the given timeout period, an error will be returned.
|
||||
WaitForAttach(spec *Spec, devicePath string, timeout time.Duration) (string, error)
|
||||
WaitForAttach(spec *Spec, devicePath string, pod *v1.Pod, timeout time.Duration) (string, error)
|
||||
|
||||
// GetDeviceMountPath returns a path where the device should
|
||||
// be mounted after it is attached. This is a global mount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue