- 28 Dec, 2018 12 commits
-
-
Kubernetes Prow Robot authored
kubeadm: fix golint warnings for redundant ifs
-
Kubernetes Prow Robot authored
kubeadm: add CurrentKubernetesVersion
-
Kubernetes Prow Robot authored
add description about namespace for pod in log
-
Kubernetes Prow Robot authored
kubeadm: fix golint warnings in package_validator
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/util/system
-
Kubernetes Prow Robot authored
Speedup listers for empty selectors
-
wojtekt authored
-
Kubernetes Prow Robot authored
fix kubemark makefile
-
Ed Bartosh authored
Fixed the following golint warnigns: - package_validator.go:68:1: receiver name should not be an underscore, omit the name if it is unused - package_validator.go:89:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" - package_validator.go:96:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" - package_validator.go:119:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self"
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/util/system
-
Kubernetes Prow Robot authored
Filter resources logged by e2e ns debugging
-
Kubernetes Prow Robot authored
VolumeDevices validation and tests
-
- 27 Dec, 2018 21 commits
-
-
Kubernetes Prow Robot authored
Stop checking VolumeScheduling feature gate
-
Jordan Liggitt authored
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
Kubernetes Prow Robot authored
EmptyVolume SizeLimit validation and tests
-
Kubernetes Prow Robot authored
move resource_quota e2e tests to apimachinery folder
-
Jordan Liggitt authored
-
Wei Huang authored
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in test/cmd
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
gaorong authored
-
Dmitry Rozhkov authored
When golint is run against kubeadm it reports severel warnings like redundant if ...; err != nil check, just return error instead. Fix the warnings by just returning error. -
Ed Bartosh authored
Used T.Run API for kubeadm tests in cmd/kubeadm/test/cmd/ This should improve testing output and make it more visible which test is doing what.
-
Kubernetes Prow Robot authored
[kube-proxy/ipvs] Protect Netlink calls with a mutex
-
Laurent Bernaille authored
-
Ed Bartosh authored
Replaced hardcoded "v0.13.0" strings with CurrentKubernetesVersion variable. This should help with a regular release version bumps.
-
Kubernetes Prow Robot authored
Add pods in the backoff queue to the list of pending pods
-
Kubernetes Prow Robot authored
Fix goroutine leak of wait.poller
-
Kubernetes Prow Robot authored
Fix subpath issues with orphaned pod cleanup
-
Kubernetes Prow Robot authored
Fixup apps/v1 addon manifests
-
Kubernetes Prow Robot authored
VolumeMode - Update DropDisabled[Alpha]Fields behaviour
-
Kubernetes Prow Robot authored
AllowVolumeExpansion validation and tests
-
- 26 Dec, 2018 7 commits
-
-
Kubernetes Prow Robot authored
code cleanup for kubectl config
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Fix create secret docker-registry compatibility
-
Kubernetes Prow Robot authored
PodPriority - Update DropDisabled[Alpha]Fields behaviour
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
Michelle Au authored
-
Michelle Au authored
-