Add cache_file parameter for DynamicClient (#46)

This commit is contained in:
Alina Buzachis
2021-04-21 06:27:52 +02:00
committed by GitHub
parent a5a850d1da
commit c214376cac
3 changed files with 70 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- Add logic for cache file name generation (https://github.com/ansible-collections/kubernetes.core/pull/46).
- Add cache_file when DynamicClient is created (https://github.com/ansible-collections/kubernetes.core/pull/46).