Exemplo n.º 1
0
def main():
    KubernetesRawModule().execute_module()
Exemplo n.º 2
0
def main():
    with patch("ansible.module_utils.k8s.raw.KubernetesRawModule.argspec", new_callable=PropertyMock) as mock:
        mock.return_value = patched_argspec()
        KubernetesRawModule().execute_module()