kubernetes/pkg/volume/flexvolume
Kubernetes Submit Queue 4fb6c2891c Merge pull request #50843 from TerraTech/fvs-selinuxRelabel-init-1.8.x
Automatic merge from submit-queue (batch tested with PRs 51105, 51097, 51110, 50843, 51107)

FlexVolume: Add ability to control 'SupportsSELinux' during driver's init phase

**What this PR does / why we need it**:
Adds the ability to disable FlexVolume SELinux relabeling for filesystems that don't support it, e.g. fuse

**Which issue this PR fixes**:
This was reported in: https://github.com/lizardfs/lizardfs/issues/581

This is a reworked solution as per feedback from #50548 
https://github.com/kubernetes/kubernetes/pull/50548#issuecomment-322328679

**Special notes for your reviewer**:
/assign @thockin 
/cc @chakri-nelluri @verult @saad-ali 

**Release note**:

```release-note
NONE
```
2017-08-23 05:51:28 -07:00
..
attacher_test.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
attacher-defaults.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
attacher.go Add pluginName to VolumeHost.GetMouter 2017-08-14 12:16:26 +02:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
common_test.go update import 2017-07-20 11:03:49 -07:00
detacher_test.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
detacher-defaults.go Add pluginName to VolumeHost.GetMouter 2017-08-14 12:16:26 +02:00
detacher.go Add pluginName to VolumeHost.GetMouter 2017-08-14 12:16:26 +02:00
driver-call.go FlexVolume: Add capability to disable SELinux Relabeling during the driver's init phase 2017-08-22 03:31:34 -07:00
flexvolume_test.go If the init fails for whatever reason, plugin is nil and cannot be used. 2017-07-19 16:08:45 +02:00
mounter_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
mounter-defaults.go FlexVolume: Add capability to disable SELinux Relabeling during the driver's init phase 2017-08-22 03:31:34 -07:00
mounter.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
OWNERS remove deads2k from volume reviewer 2017-07-25 08:52:25 -04:00
plugin_test.go update import 2017-07-20 11:03:49 -07:00
plugin-defaults.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
plugin.go Merge pull request #50843 from TerraTech/fvs-selinuxRelabel-init-1.8.x 2017-08-23 05:51:28 -07:00
probe.go Remove controller node plugin driver dependency for non-attachable flex volume drivers (Ex: NFS). 2017-06-17 14:12:43 -04:00
unmounter_test.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
unmounter-defaults.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
unmounter.go Allow unmounting bind-mounted directories. 2017-07-24 13:33:10 +02:00
util.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
volume.go Pass pod metadata to flex plugin 2017-05-18 00:49:18 -04:00