diff options
| author | luomengY <2938893385@qq.com> | 2023-12-21 15:32:02 +0800 |
|---|---|---|
| committer | luomengY <2938893385@qq.com> | 2023-12-21 19:22:48 +0800 |
| commit | 9bfed983405e75803b1d92ea8b842a7fb8a2584f (patch) | |
| tree | c67ac701934e959968a17818543060ca045e25bf /LICENSES | |
| parent | Merge pull request #5313 from Windrow14/bugfix/metaserver_panic_when_handling... (diff) | |
| download | kubeedge-9bfed983405e75803b1d92ea8b842a7fb8a2584f.tar.gz | |
Add a retry mechanism to solve situations where the device is deployed before the devicemodel.
Signed-off-by: luomengY <2938893385@qq.com>
Diffstat (limited to 'LICENSES')
| -rw-r--r-- | LICENSES/vendor/github.com/avast/retry-go/LICENSE | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/LICENSES/vendor/github.com/avast/retry-go/LICENSE b/LICENSES/vendor/github.com/avast/retry-go/LICENSE new file mode 100644 index 000000000..2cccf8ece --- /dev/null +++ b/LICENSES/vendor/github.com/avast/retry-go/LICENSE @@ -0,0 +1,25 @@ += vendor/github.com/avast/retry-go licensed under: = + +MIT License + +Copyright (c) 2017 Avast + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + += vendor/github.com/avast/retry-go/LICENSE 323e2d10dd9a6e8b52a202601e19f35c |
