:py:mod:`kubernetes` ==================== .. py:module:: kubernetes .. autoapi-nested-parse:: A class to launch Kubernetes jobs. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: kubernetes.Kubernetes .. py:class:: Kubernetes(panda_job_deployment_cfg, job_repository) A class to interact with Kubernetes for job management. .. py:attribute:: logger .. py:method:: create_job(namespace = 'default') :async: Create a Kubernetes job with the provided parameters. .. py:method:: submit_panda_job(execution_model, token) :async: Submit a Panda job using the provided job data.