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

Use runtime.yml for action plugin redirection #299

Closed Akasurde closed 3 years ago

Akasurde commented 3 years ago
SUMMARY

Previously, kubernetes collection used symlink for action plugin redirection. It is problematic when FQCN is not provided. Using runtime.yml to redirect the action plugin.

Fixes: #278

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

ISSUE TYPE
COMPONENT NAME

meta/runtime.yml plugins/action/helm.py plugins/action/helm_info.py plugins/action/helm_plugin.py plugins/action/helm_plugin_info.py plugins/action/helm_repository.py plugins/action/k8s.py plugins/action/k8s_auth.py plugins/action/k8s_exec.py plugins/action/k8s_log.py plugins/action/k8s_scale.py plugins/action/k8s_service.py

codecov[bot] commented 3 years ago

Codecov Report

Merging #299 (ba08d37) into main (77e48d0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   37.00%   37.00%           
=======================================
  Files           3        3           
  Lines         727      727           
  Branches      144      144           
=======================================
  Hits          269      269           
  Misses        409      409           
  Partials       49       49           

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 77e48d0...ba08d37. Read the comment docs.

Akasurde commented 3 years ago

CI errors will be fixed via https://github.com/ansible-collections/community.kubernetes/pull/297

github-actions[bot] commented 2 years ago

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