k3s/test
k8s-merge-robot d4b1b6776a Merge pull request #24557 from swagiaal/attacher-interface
Automatic merge from submit-queue

 Abstract node side functionality of attachable plugins

- Create PhysicalAttacher interface to abstract MountDevice and
  WaitForAttach.
- Create PhysicalDetacher interface to abstract WaitForDetach and
  UnmountDevice.
- Expand unit tests to check that Attach, Detach, WaitForAttach,
  WaitForDetach, MountDevice, and UnmountDevice get call where
  appropriet.

Physical{Attacher,Detacher} are working titles suggestions welcome. Some other thoughts:
- NodeSideAttacher or NodeAttacher.
- AttachWatcher
- Call this Attacher and call the Current Attacher CloudAttacher.
- DeviceMounter (although there are way too many things called Mounter right now :/)

This is to address: https://github.com/kubernetes/kubernetes/pull/21709#issuecomment-192035382

@saad-ali
2016-05-08 14:04:44 -07:00
..
component/scheduler/perf implement inter pod topological affinity and anti-affinity 2016-05-06 06:46:23 +00:00
e2e Merge pull request #23988 from php-coder/kubectl_describe_multiline_labels 2016-05-08 12:51:45 -07:00
e2e_node Merge pull request #23009 from uluyol/c-pause 2016-05-08 09:29:32 -07:00
fixtures/pkg/kubectl/cmd/apply
images Merge pull request #24512 from freehan/goproxyflake 2016-05-06 14:46:30 -07:00
integration Merge pull request #24557 from swagiaal/attacher-interface 2016-05-08 14:04:44 -07:00
kubemark Add Services to Load test 2016-04-21 22:00:26 +02:00
soak Update test/e2e for test/e2e/framework refactoring 2016-04-13 10:50:17 -07:00
OWNERS