kubernetes/pkg/util
Kubernetes Submit Queue b832992fc6 Merge pull request #49257 from k82cn/k8s_42001
Automatic merge from submit-queue (batch tested with PRs 51574, 51534, 49257, 44680, 48836)

Task 1: Tainted node by condition.

**What this PR does / why we need it**:
Tainted node by condition for MemoryPressure, OutOfDisk and so on.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: part of #42001 

**Release note**:
```release-note
Tainted nodes by conditions as following:
  * 'node.kubernetes.io/network-unavailable=:NoSchedule' if NetworkUnavailable is true
  * 'node.kubernetes.io/disk-pressure=:NoSchedule' if DiskPressure is true
  * 'node.kubernetes.io/memory-pressure=:NoSchedule' if MemoryPressure is true
  * 'node.kubernetes.io/out-of-disk=:NoSchedule' if OutOfDisk is true
```
2017-08-31 23:13:20 -07:00
..
async
bandwidth
config
configz
dbus
ebtables
env
file
flock
goroutinemap
hash
initsystem
interrupt
io
ipconfig
iptables
ipvs wrapper ipvs API as util 2017-08-30 10:01:21 +08:00
keymutex
labels
limitwriter
maps
metrics
mount Adding fsGroup check before mounting a volume 2017-08-24 17:33:51 -04:00
net
netsh
node
oom
parsers
pointer
procfs
reflector/prometheus
removeall
resourcecontainer
rlimit
selinux
slice
strings Fix godoc comments. 2017-08-30 15:22:47 +02:00
sysctl
system
tail
taints Merge pull request #49257 from k82cn/k8s_42001 2017-08-31 23:13:20 -07:00
template
term
threading
tolerations
version adding version.Components(), .Major(), .Minor() .Patch() etc. 2017-08-21 22:04:32 +02:00
workqueue/prometheus
BUILD wrapper ipvs API as util 2017-08-30 10:01:21 +08:00
verify-util-pkg.sh verify pkg/util contains no code 2017-08-17 15:28:27 +08:00