k3s/pkg/util
Clayton Coleman 7f01e23380
Ignore the sticky gid mode bit when a test is running on memory EmptyDir
While running unit tests for perf on a Kube cluster with a memory backed
emptydir as TMPDIR, TestSafeMakeDir failed with:

```
--- FAIL: TestSafeMakeDir (0.01s)
	mount_linux_test.go:661: test "directory-exists": expected permissions 20000000750, got 20020000750
```

(TMPDIR set to /tmp/volume, /tmp/volume is EmptyDir with type Memory)

The test doesn't actually care about `os.ModeSetgid`, so specifically mask it out when testing this way.
2019-02-24 17:30:37 -08:00
..
async Move from glog to klog 2018-11-10 07:50:31 -05:00
bandwidth Move from glog to klog 2018-11-10 07:50:31 -05:00
config
configz Add godoc to pkg/util/configz. 2018-12-19 17:38:30 -08:00
conntrack Refactor to use k8s.io/utils/net/ package instead of kubernetes/pkg/util/net/sets 2019-02-04 10:34:53 +05:30
coverage Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
dbus fix golint for some of pkg/util 2018-10-17 10:11:49 +08:00
ebtables
env
filesystem
flag Move from glog to klog 2018-11-10 07:50:31 -05:00
flock
goroutinemap Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
hash
initsystem
interrupt
ipconfig Move from glog to klog 2018-11-10 07:50:31 -05:00
ipset Merge pull request #72185 from dcbw/owners-label-sig-network 2019-02-08 10:36:16 -08:00
iptables Merge pull request #72185 from dcbw/owners-label-sig-network 2019-02-08 10:36:16 -08:00
ipvs Merge pull request #72185 from dcbw/owners-label-sig-network 2019-02-08 10:36:16 -08:00
labels
maps
metrics
mount Ignore the sticky gid mode bit when a test is running on memory EmptyDir 2019-02-24 17:30:37 -08:00
netsh Move from glog to klog 2018-11-10 07:50:31 -05:00
node move pkg/kubelet/apis/well_known_labels.go to staging/src/k8s.io/api/core/v1/ 2019-02-05 13:39:07 -05:00
normalizer
oom Move from glog to klog 2018-11-10 07:50:31 -05:00
parsers
pod
procfs Move from glog to klog 2018-11-10 07:50:31 -05:00
prometheusclientgo Add gauge metric for master of leader election. 2018-12-27 09:40:33 -08:00
reflector/prometheus
removeall
resizefs Move from glog to klog 2018-11-10 07:50:31 -05:00
resourcecontainer fix golint for /pkg/util/ipconfig and /pkg/util/resourcecontainer-2 2018-10-26 23:58:30 +08:00
rlimit
selinux
slice
sysctl
system
tail
taints Merge pull request #68771 from liyongxin/master 2018-11-03 16:50:28 -07:00
tolerations
workqueue/prometheus Merge pull request #71767 from roycaihw/crd-metrics-rename 2019-01-30 16:38:51 -08:00
BUILD Refactor to use k8s.io/utils/net/ package instead of kubernetes/pkg/util/net/sets 2019-02-04 10:34:53 +05:30
verify-util-pkg.sh fix shellcheck in pkg/util/verify-util-pkg.sh 2019-02-22 15:10:16 +08:00