kubernetes/pkg
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
..
api Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
apimachinery/tests Move pkg/apimachinery/test to apimachinery 2017-07-08 08:48:38 +08:00
apis Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
auth Only do string trim when it's necessary 2017-06-15 17:32:31 +08:00
bootstrap/api run hack/update-all 2017-06-22 11:31:03 -07:00
capabilities
client Merge pull request #49218 from caesarxuchao/limit-clientset-visibility 2017-07-19 20:05:29 -07:00
cloudprovider Merge pull request #49231 from dims/tolerate-flavor-info-keys 2017-07-20 00:33:46 -07:00
controller Merge pull request #49116 from sttts/sttts-authorative-api-v1-ref 2017-07-19 03:21:25 -07:00
conversion
credentialprovider azure: acr: support auth to preview ACR w/ MSI+AAD 2017-07-18 15:22:34 -07:00
features Update factory.go informers to update equivalence cache 2017-07-18 23:55:01 +08:00
fieldpath Add Pod UID (metadata.uid) to downward API env var 2017-06-27 16:54:35 +08:00
fields
generated Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
hyperkube
kubeapiserver *: remove --insecure-allow-any-token option 2017-07-18 16:03:15 -07:00
kubectl switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
kubelet switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
kubemark Merge pull request #47316 from k82cn/k8s_47315 2017-07-19 11:21:25 -07:00
labels
master Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
printers Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
probe Set default User-Agent on http probe 2017-06-21 10:50:33 -04:00
proxy switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
quota use informers for quota evaluation of core resources where possible 2017-07-19 15:52:39 -04:00
registry Merge pull request #48377 from bsalamat/priority_class 2017-07-19 19:04:29 -07:00
routes Merge pull request #45490 from deads2k/owners-01-extensions 2017-05-10 12:51:51 -07:00
runtime
security Refactor: pkg/util into sub-pkgs 2017-07-18 14:34:08 +08:00
securitycontext run hack/update-all 2017-06-22 11:31:03 -07:00
serviceaccount Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
ssh
types
util switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
version Convert go_binary linkstamp to x_defs 2017-06-08 14:59:55 -07:00
volume switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
watch
BUILD autogenerated files 2017-07-18 17:47:57 -07:00
OWNERS