kubernetes/pkg/volume
Tobias Klauser 4a69005fa1 switch from package syscall to x/sys/unix
The syscall package is locked down and the comment in [1] advises to
switch code to use the corresponding package from golang.org/x/sys. Do
so and replace usage of package syscall with package
golang.org/x/sys/unix where applicable.

  [1] https://github.com/golang/go/blob/master/src/syscall/syscall.go#L21-L24

This will also allow to get updates and fixes for syscall wrappers
without having to use a new go version.

Errno, Signal and SysProcAttr aren't changed as they haven't been
implemented in /x/sys/. Stat_t from syscall is used if standard library
packages (e.g. os) require it. syscall.SIGTERM is used for
cross-platform files.
2017-07-21 12:14:42 +02:00
..
aws_ebs Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
azure_dd Merge pull request #48886 from mikedanese/cleanup 2017-07-14 11:46:10 -07:00
azure_file Remove clientset from azure file test build 2017-07-19 10:18:51 +02:00
cephfs remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
cinder Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
configmap Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
downwardapi Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
empty_dir switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
fc Merge pull request #48940 from rootfs/fc-fencing 2017-07-19 19:10:12 -07:00
flexvolume Merge pull request #46973 from php-coder/improve_flex_logging 2017-07-15 18:02:36 -07:00
flocker remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
gce_pd Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
git_repo remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
glusterfs This patch add new storage class parameter called 2017-07-18 19:45:38 +05:30
host_path Refactor: pkg/util into sub-pkgs 2017-07-18 14:34:08 +08:00
iscsi Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
local Fixes bind-mount teardown failure with non-mount point Local volumes 2017-07-11 17:19:58 -04:00
nfs Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
photon_pd run hack/update-all 2017-06-22 11:31:03 -07:00
portworx Add more detailed comment for localOnly flag in getPortworxDriver function 2017-07-14 13:20:16 -07:00
projected Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
quobyte Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
rbd Merge pull request #48171 from sdkfzv/master 2017-07-19 07:14:19 -07:00
scaleio Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
secret Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
storageos Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
testing Fix the Azure file to work within different cloud environments 2017-07-19 08:55:24 +02:00
util switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
validation do not allow backsteps in host volume plugin 2017-06-16 16:48:24 -04:00
vsphere_volume remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
BUILD switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics_cached.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_du_test.go switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
metrics_du.go add volume timestamps 2017-03-02 15:01:59 -08:00
metrics_errors.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_statfs_test.go add volume timestamps 2017-03-02 15:01:59 -08:00
metrics_statfs.go add volume timestamps 2017-03-02 15:01:59 -08:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
plugins_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
plugins.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
util_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
util.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
volume_linux.go Remove all references to types.UnixUserID and types.UnixGroupID 2017-06-21 04:09:07 -07:00
volume_unsupported.go Remove all references to types.UnixUserID and types.UnixGroupID 2017-06-21 04:09:07 -07:00
volume.go run hack/update-all 2017-06-22 11:31:03 -07:00