- 18 May, 2019 8 commits
-
-
Kubernetes Prow Robot authored
DelayingQueue.ShutDown() should be reentrant
-
Kubernetes Prow Robot authored
Sending existing object to the webhook for the DELETE verb
-
Kubernetes Prow Robot authored
csi: Implement NodeServiceCapability_RPC_GET_VOLUME_STATS rpc call
-
Kubernetes Prow Robot authored
update LastObservedTime instead of eventTime
-
Kubernetes Prow Robot authored
Use lock in eventBroadcasterImpl#refreshExistingEventSeries
-
Kubernetes Prow Robot authored
allow exec auth plugin to be pulled on the master
-
Kubernetes Prow Robot authored
Terminate custom resource watches when storage is destroyed
-
Kubernetes Prow Robot authored
fieldManager: Ignore conversion errors to internal types
-
- 17 May, 2019 32 commits
-
-
Clayton Coleman authored
All queue ShutDown() calls should be able to be invoked multiple times. ``` Observed a panic: "close of closed channel" (close of closed channel) /go/src/github.com/openshift/cluster-version-operator/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:76 /go/src/github.com/openshift/cluster-version-operator/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:65 /go/src/github.com/openshift/cluster-version-operator/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:51 /usr/local/go/src/runtime/asm_amd64.s:573 /usr/local/go/src/runtime/panic.go:502 /usr/local/go/src/runtime/chan.go:333 /go/src/github.com/openshift/cluster-version-operator/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:137 ``` Use sync.Once to guarantee a single close.
-
Kubernetes Prow Robot authored
Use framework.ExpectNoError() for e2e/storage/vsphere
-
Kubernetes Prow Robot authored
E2E test for GPU job interrupted by node recreate
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
cluster/gce: fix line 2414: DNS_MEMORY_LIMIT: unbound variable
-
Kubernetes Prow Robot authored
cluster/gce: fix unset variable when insecure port is enabled
-
Kubernetes Prow Robot authored
Use os package for Windows IsPrivilegedUserCheck
-
Kubernetes Prow Robot authored
fix unbound variable build/lib/release.sh bash 4.3
-
Kubernetes Prow Robot authored
`patch` service status instead of `update` in service controller
-
Yassine TIJANI authored
Signed-off-by:Yassine TIJANI <ytijani@vmware.com>
-
Chao Xu authored
-
Jordan Liggitt authored
-
Chao Xu authored
conflict. Adding unit test verify that deleteValidation is retried. adding e2e test verifying the webhook can intercept configmap and custom resource deletion, and the existing object is sent via the admissionreview.OldObject. update the admission integration test to verify that the existing object is passed to the deletion admission webhook as oldObject, in case of an immediate deletion and in case of an update-on-delete.
-
yue9944882 authored
validate deletion admission object backward compatibility: add validation for direct storage delete calls apply nil validation to existing tests revert behavior changes in deleteCollection call fixes validation on wiring graceful deletion remove nil validation check continue admission check on not found error
-
Ted Yu authored
-
Mike Danese authored
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Fix golint failures of test/e2e
-
Kubernetes Prow Robot authored
Don't rely on defaults enforce flags we rely on in tests
-
Kubernetes Prow Robot authored
Bug fix: failed to run integration test by using bazel
-
Kubernetes Prow Robot authored
remove zmerlynn@ from cluster/gce/OWNERS
-
Kubernetes Prow Robot authored
Implementing logic for v1beta1.Event API
-
Kubernetes Prow Robot authored
add PR & attribution to 1.14 RBAC discovery change
-
Kubernetes Prow Robot authored
Windows GCE nodes: pull infra/pause container image during node setup
-
Kubernetes Prow Robot authored
Bump metrics-server to v0.3.3
-
Kubernetes Prow Robot authored
Add 198.51.100.0/24 to non-masq ranges.
-
Kubernetes Prow Robot authored
apiextensions: implement structural schema CRD pruning
-
Humble Chirammal authored
and implement Metrics Provider for CSI driver Signed-off-by:Humble Chirammal <hchiramm@redhat.com>
-
s-ito-ts authored
-
Kubernetes Prow Robot authored
Use ExpectNoError() for e2e/upgrades
-
Kubernetes Prow Robot authored
Windows GCE nodes: use CNI plugins v0.8.0 release.
-
Kubernetes Prow Robot authored
Handle updates removing remaining finalizers on deleted objects
-