devopsspiral / KubeLibrary

Kubernetes library for Robot Framework
MIT License
139 stars 38 forks source link

DynamicCore/HybridCore #130

Open alans09 opened 1 year ago

alans09 commented 1 year ago

It should be great if library will inherit from DynamicCore/HybridCore (https://github.com/robotframework/PythonLibCore)

If you also decorate functions, that are keywords and you will not utilise @library(auto_keywords=True) you will get several features:

m-wcislo commented 1 year ago

Hi, thanks for pointing this. I was thinking to move towards automatically generated keywords based on python kubernetes library, which does the same based on kubernetes api. I guess dynamic api is technical mean of achieving it.