- 26 Feb, 2019 12 commits
-
-
Kubernetes Prow Robot authored
fix golint failures for pkg/apis/...
-
Kubernetes Prow Robot authored
Fix panic because VolumeSpec may be nil in volume reconstruction scenario
-
Kubernetes Prow Robot authored
Code cleanup and refactoring
-
Kubernetes Prow Robot authored
kubeadm/phases: use common interfaces for init and join phases
-
Kubernetes Prow Robot authored
Fix lint on pkg/kubelet/server/...
-
Kubernetes Prow Robot authored
Allows to combine the `-f` and `-l` flags in kubectl logs
-
Kubernetes Prow Robot authored
Mark PriorityClass v1beta1 and v1alpha1 deprecated by v1 API
-
Kubernetes Prow Robot authored
fixgo lint failures test/integration/...
-
Kubernetes Prow Robot authored
Merge pull request #74420 from mattjmcnaughton/mattjmcnaughton/fix-shellcheck-for-more-scripts-in-hack Fix shellcheck for more scripts in hack
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in Kubemark scripts
-
Kubernetes Prow Robot authored
Promote aggregator e2e test to conformance
-
Lubomir I. Ivanov authored
The custom sub-set interfaces in init/join phases as a pattern have isolation benefits - e.g. when a consumer imports these but we don't want them to be able to call all methods from the original object that satisfies a complete interface. On the other hand these sub-set interfaces under phases/init and phases/join are private. Expose a couple of new common interfaces: - InitData from phases/init/data.go - JoinData from phases/join/data.go Use these interfaces in init/join phases accordingly instead of the sub-set interfaces. Use compile-time type assertion to verify that these interfaces can be satisfied by init.go's initData and join.go's joinData. Add NO-OP objects called testInitData and joinInitData that can be used for unit testing if embedded.
-
- 25 Feb, 2019 28 commits
-
-
Kubernetes Prow Robot authored
Fix typos
-
Kubernetes Prow Robot authored
Ignore the sticky setgid bit when a test is running on memory EmptyDir
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.4)
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in cluster and hack scripts
-
Kubernetes Prow Robot authored
kubelet: upgrade sourceFile to use fsnotify
-
Kubernetes Prow Robot authored
Disable Windows Defender on Windows nodes.
-
Kubernetes Prow Robot authored
Fix some shellcheck failures in hack
-
Kubernetes Prow Robot authored
Register openstack provider for e2e test
-
Kubernetes Prow Robot authored
Fix shellcheck for hack/verify-generated-*
-
Kubernetes Prow Robot authored
Add readonly volume tests for windows
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bobby (Babak) Salamat authored
-
Bobby (Babak) Salamat authored
-
Kubernetes Prow Robot authored
Update vendor prometheus/common/... to latest release
-
Kubernetes Prow Robot authored
Remove unused GetDefaultBackendNodePort()
-