kubernetes/pkg
Kubernetes Submit Queue 70b3848bce Merge pull request #42935 from yifan-gu/fix_flock
Automatic merge from submit-queue (batch tested with PRs 42942, 42935)

pkg/util/flock: Fix the flock so it actually locks.

With this PR, the second call to `Acquire()` will block unless the lock is released (process exits).
Also removed the memory mutex in the previous code since we don't need `Release()` here so no need to save and protect the local fd.

Fix #42929.
2017-03-14 10:19:18 -07:00
..
api Merge pull request #42755 from aveshagarwal/master-fix-default-toleration-seconds 2017-03-10 22:02:18 -08:00
apimachinery/tests API 2017-02-28 23:05:40 -08:00
apis Merge pull request #42553 from k82cn/autogen_proto 2017-03-09 07:37:36 -08:00
auth
bootstrap/api kubeadm: Implement the kubeadm token command fully and move it out of the experimental subsection 2017-02-27 12:56:03 +02:00
capabilities Fix comment for method SetForTests 2017-02-14 17:16:49 +08:00
client Use Histogram instead of Summary 2017-03-10 07:24:38 +01:00
cloudprovider Merge pull request #42444 from jingxu97/Mar/deleteVolume 2017-03-10 12:50:24 -08:00
controller Fixed incorrect result of getMinTolerationTime. 2017-03-12 20:21:14 +08:00
conversion
credentialprovider
features Move taint eviction feature flag to feature-gates 2017-03-08 10:04:18 +01:00
fieldpath Merge pull request #34533 from yuexiao-wang/fix-commends 2017-01-30 09:05:22 -08:00
fields
generated Update docs and client 2017-03-09 07:34:56 +00:00
hyperkube
kubeapiserver update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
kubectl Merge pull request #41830 from irfanurrehman/fed-rbac-1 2017-03-10 15:56:47 -08:00
kubelet Merge pull request #42942 from vishh/gpu-cont-fix 2017-03-14 10:19:17 -07:00
kubemark kubemark: enable CRI in the hollow kubelet 2017-03-09 09:52:17 -08:00
labels
master Ensure patched objects are defaulted correctly 2017-03-10 22:07:10 -05:00
metrics Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
printers Merge pull request #42702 from smarterclayton/printer_owners 2017-03-12 21:04:57 -07:00
probe Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
proxy Merge pull request #42165 from wojtek-t/fix_kubeproxy_initial_bug 2017-03-02 03:20:27 -08:00
quota Regenerate everything 2017-03-02 10:23:58 +01:00
registry Validation PVs for mount options 2017-03-09 18:24:37 -05:00
routes Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
runtime
security Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
securitycontext securitycontext: move docker-specific logic into kubelet/dockertools 2017-01-27 12:25:46 -08:00
serviceaccount Move Private Key parsing to k8s.io/client-go/util/cert 2017-02-03 17:41:34 -08:00
ssh
types
util pkg/util/flock: Fix the flock so it actually locks. 2017-03-13 14:24:59 -07:00
version
volume Validation PVs for mount options 2017-03-09 18:24:37 -05:00
watch
BUILD Regenerate everything 2017-03-02 08:56:26 +01:00
OWNERS