KubeLibrary icon indicating copy to clipboard operation
KubeLibrary copied to clipboard

DynamicCore/HybridCore

Open alans09 opened this issue 2 years ago • 1 comments

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:

  • Not all functions will be exposed (only that ones, that are definitely a keywords)
  • Library will be much easier to use with other Dynamic/Hybrid libraries, event it will be possible to add this library as a plugin for other 'cloud based' libraries, or just to incorporate into different libraries
  • You can also create 'plugin' system, that will be able to add new features to your library even without need to commit/change something in current implementation

alans09 avatar Mar 16 '23 19:03 alans09

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.

m-wcislo avatar Apr 02 '23 13:04 m-wcislo