- 18 Apr, 2019 19 commits
-
-
Kubernetes Prow Robot authored
Move "-s -w" flags to GOLDFLAGS as an overridable default.
-
Kubernetes Prow Robot authored
Update klog to 0.3.0
-
Kubernetes Prow Robot authored
[e2e] Refactor of e2e/framework/authorizer_util.go
-
Kubernetes Prow Robot authored
Fix potential test flakes in HPA tests TestEventNotCreated and TestAvoidUncessaryUpdates
-
Kubernetes Prow Robot authored
Fix typo, old link for contributors
-
Vince Prignano authored
Signed-off-by:Vince Prignano <vincepri@vmware.com>
-
Kubernetes Prow Robot authored
Expect directory permissions to be 0700
-
PingWang authored
Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update the permissions to 0660 Signed-off-by:
PingWang <wang.ping5@zte.com.cn> revert to 0750 Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update 0750 to 0700 Signed-off-by:
PingWang <wang.ping5@zte.com.cn>
-
Kubernetes Prow Robot authored
Using const() defines constants together
-
Kubernetes Prow Robot authored
Add operation name for other volume operations
-
Kubernetes Prow Robot authored
Use constant blocks to define constants in pkg/kubectl
-
Kubernetes Prow Robot authored
Remove deprecated centos/local support
-
Kubernetes Prow Robot authored
Fix Azure SLB support for multiple backend pools
-
Kubernetes Prow Robot authored
Pin GCE Windows node image to 1809 v20190312.
-
Kubernetes Prow Robot authored
Fix a log info error
-
Pengfei Ni authored
Azure VM and vmssVM support multiple backend pools for the same SLB, but not for different LBs.
-
Davanum Srinivas authored
If GOLDFLAGS is set, whether it is empty or not, we should honor it. Only if the GOLDFLAGS is totally not set, then we use "-s -w" See Parameter Expansion section in the urls below: https://stackoverflow.com/questions/3601515/how-to-check-if-a-variable-is-set-in-bash/16753536 http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02 Change-Id: I826c34efc63c77f0e3e9677fff30a3eb2219a377
-
Kubernetes Prow Robot authored
API reviewers for SIG Storage
-
Kubernetes Prow Robot authored
Removed unused code in humanreadable.go
-
- 17 Apr, 2019 21 commits
-
-
Kubernetes Prow Robot authored
Add feature gates for switching between the legacy inflight limiting
-
John Schnake authored
- moves these helper functions into e2e/framework/auth - removes logging from helper functions - in some cases explicitly returns errors that were implicitly ignored/logged. In the situations where they should be ignored, we explicitly check that the condition is met before ignoring it. - fixes references of these methods to use the right package and return values
-
saad-ali authored
-
Kubernetes Prow Robot authored
Warn to stderr when we encounter PathError listing plugins
-
Kubernetes Prow Robot authored
Make Serializer.options private and immutable + improve godoc
-
Kubernetes Prow Robot authored
Rename TablePrinter interface to TableGenerator
-
Kubernetes Prow Robot authored
Remove Ingress-GCE test that verifies backend health check is not reconciled
-
Kubernetes Prow Robot authored
Add ipv6 support to the e2e healthz test
-
Kubernetes Prow Robot authored
github.com/onsi/ginkgo v1.6.0
-
Kubernetes Prow Robot authored
Enable conformance requirement check
-
Kubernetes Prow Robot authored
Fix shellcheck failures of hack/update-generated-kms-dockerized.sh and hack/update-generated-protobuf-dockerized.sh
-
Kubernetes Prow Robot authored
Move ExecMount to pkg/volume/util/exec
-
Kubernetes Prow Robot authored
Fix golint failures of test/e2e/apps
-
Sean Sullivan authored
-
Kubernetes Prow Robot authored
update to csi e2es to use official images
-
Kubernetes Prow Robot authored
Add more nil checks to metav1.Time and MicroTime
-
Peter Hornyack authored
This is to work around https://github.com/kubernetes/kubernetes/issues/76666.
-
Davanum Srinivas authored
Change-Id: I4a451ec0125c05e66202daf781a4e5a1d895efb4
-
Joel Smith authored
Also, re-work the code so that the lock is never held while writing to the chan
-
Maciej Szulik authored
-
yue9944882 authored
-