ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 106 forks source link

Add cache_file parameter for DynamicClient #405

Closed alinabuzachis closed 3 years ago

alinabuzachis commented 3 years ago
SUMMARY
Akasurde commented 3 years ago

@alinabuzachis I am getting this -

    cache_id = "{0}-{1}".format(configuration.host, user)
AttributeError: 'ApiClient' object has no attribute 'host'

Ok, let me try.

codecov[bot] commented 3 years ago

Codecov Report

Merging #405 (6f842f0) into main (c9157ce) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #405   +/-   ##
=======================================
  Coverage   23.17%   23.17%           
=======================================
  Files           1        1           
  Lines         151      151           
  Branches       24       24           
=======================================
  Hits           35       35           
  Misses        111      111           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9157ce...6f842f0. Read the comment docs.

gravesm commented 3 years ago

Closing as this has been reopened in https://github.com/ansible-collections/kubernetes.core/pull/46.

github-actions[bot] commented 2 years ago

This repository does not accept pull requests, see the README for details.