Kubermagic
Author: v | 2025-04-24
Kubermagic includes Python 3.7 that allows for advanced, interactive scripting. For Kubermagic to recognize an action as a smart action, the setting is_smart_action must be set to true in config.json. A Kubermagic smart action has the following components: ```python hl_lines= 1 3 7 from kubermagic import KubermagicAction 1 Kubermagic includes Python 3.7 that allows for advanced, interactive scripting. For Kubermagic to recognize an action as a smart action, the setting is_smart_action must be set to true in config.json. A Kubermagic smart action has the following components: ```python hl_lines= 1 3 7 from kubermagic import KubermagicAction 1