k3s/test/integration
Jan Safranek 76b6449715 Retry recycle or delete operation on failure.
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.

By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
..
framework Merge pull request #20513 from nikhiljindal/apiserverExampleTest 2016-02-04 11:28:58 -08:00
auth_test.go Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
benchmark-controller.json Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
client_test.go Prepare for content-type negotiation 2016-01-26 17:44:30 -05:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
etcd_tools_test.go add a knob to enable quorum read 2016-01-30 20:32:12 +08:00
extender_test.go Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
kubectl_test.go Fixing integrations test 2015-10-15 16:54:17 -07:00
master_benchmark_test.go Fix compile errors in benchmark 2015-12-02 11:36:26 +01:00
master_test.go Initialize API servers with negotiated serializers 2016-01-22 01:10:22 -05:00
metrics_test.go Prepare for content-type negotiation 2016-01-26 17:44:30 -05:00
openshift_test.go Extracting APIServer machinery code into a library 2015-12-16 13:54:23 -08:00
persistent_volumes_test.go Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
scheduler_test.go Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
secret_test.go Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
service_account_test.go rename legacy to core 2016-02-04 14:26:56 -08:00
utils.go Updating kubernetes proper to use latest etcd client library 2015-12-16 15:56:35 -06:00