kubernetes/test/integration/apiserver/certreload
Quan Tian 3cfe3d048f Improve dynamic cert file change detection
DynamicFileCAContent and DynamicCertKeyPairContent used periodical job
to check whether the file content has changed, leading to 1 minute of
delay in worst case. This patch improves it by leveraging fsnotify
watcher. The content change will be reflected immediately.
2021-08-06 01:45:24 +08:00
..
certreload_test.go Improve dynamic cert file change detection 2021-08-06 01:45:24 +08:00
main_test.go