KubeLibrary
KubeLibrary copied to clipboard
DynamicCore/HybridCore
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
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.