- 16 May, 2019 1 commit
-
-
Peter Hornyack authored
-
- 09 May, 2019 19 commits
-
-
Kubernetes Prow Robot authored
add sig-instrumentation to owners in component-base/metrics
-
Kubernetes Prow Robot authored
Remove unused const
-
Kubernetes Prow Robot authored
Update to go 1.12.5
-
Kubernetes Prow Robot authored
[e2e] add pod status check after job completes in job test
-
Kubernetes Prow Robot authored
Fix race conditions for Azure loadbalancer and route updates
-
Kubernetes Prow Robot authored
Fix public IPs issues when multiple clusters are sharing the same resource group
-
Kubernetes Prow Robot authored
remove VM API call dependency in azure disk WaitForAttach
-
Kubernetes Prow Robot authored
fix shellcheck failures in /hack/verify-[a-g]*.sh.
-
Kubernetes Prow Robot authored
Modify apimachinery,apps,instrumentation tests to import framework/log
-
Kubernetes Prow Robot authored
Fix unstructured list interface compatibility, fix kubectl paging
-
Kubernetes Prow Robot authored
Bump metrics-server version to v0.3.3
-
Kubernetes Prow Robot authored
Use key in probedPlugin
-
Kubernetes Prow Robot authored
Comment association to ConformanceIt block should be validated properly.
-
Kubernetes Prow Robot authored
Fixes component base README.md KEP link
-
Kubernetes Prow Robot authored
GCE/Windows: ignore stopping errors for stackdriver
-
Kubernetes Prow Robot authored
Unexport PrintTable function
-
Kubernetes Prow Robot authored
kubeadm: upload the `ClusterConfiguration` during the upgrade
-
Kubernetes Prow Robot authored
Faster scheduler
-
Kubernetes Prow Robot authored
fix TestEventChannelFull random fail
-
- 08 May, 2019 20 commits
-
-
hui luo authored
This is part of the transition to using framework/log instead of the Logf inside the framework package. This will help with import size/cycles when importing the framework or subpackages
-
Han Kang authored
-
Christoph Blecker authored
-
Kubernetes Prow Robot authored
Modify e2e/kubectl tests to import e2elog.Logf
-
Kubernetes Prow Robot authored
Add wrappers for prometheus.Counter/CounterVec and prometheus.Registry
-
Kubernetes Prow Robot authored
AWS EBS provisioner should get node zone info from k8s
-
Kubernetes Prow Robot authored
kube-aggregator: update existing openapi spec info if pre-existing
-
Kubernetes Prow Robot authored
Removes deprecated label kubernetes.io/cluster-service in yaml files of kubernetes add-ons. Bug fix #72757
-
Kubernetes Prow Robot authored
Move ssh code to new package
-
Kubernetes Prow Robot authored
Move feature gate package from k8s.io/apiserver to k8s.io/component-base
-
Han Kang authored
-
Daniel (Shijun) Qian authored
* fix duplicated imports of api/core/v1 * fix duplicated imports of client-go/kubernetes * fix duplicated imports of rest code * change import name to more reasonable
-
Kubernetes Prow Robot authored
refactor: use e2elog.Logf instead of framework.Logf
-
John Schnake authored
The framework/ssh.go code was heavily used throughout the framework and could be useful elsewhere but reusing those methods requires importing all of the framework. Extracting these methods to their own package for reuse. Only a few methods had to be copied into this package from the rest of the framework to avoid an import cycle.
-
Anago GCB authored
-
Andrew Sy Kim authored
Signed-off-by:Andrew Sy Kim <kiman@vmware.com>
-
Andrew Sy Kim authored
Signed-off-by:Andrew Sy Kim <kiman@vmware.com>
-
Andrew Sy Kim authored
Signed-off-by:Andrew Sy Kim <kiman@vmware.com>
-
Andrew Kim authored
update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate
-
Andrew Kim authored
-