:py:mod:`astronomer.providers.cncf.kubernetes.hooks.kubernetes` =============================================================== .. py:module:: astronomer.providers.cncf.kubernetes.hooks.kubernetes Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.cncf.kubernetes.hooks.kubernetes.KubernetesHookAsync Functions ~~~~~~~~~ .. autoapisummary:: astronomer.providers.cncf.kubernetes.hooks.kubernetes.get_field .. py:function:: get_field(extras, field_name, strict = False) Get field from extra, first checking short name, then for backward compatibility we check for prefixed name. .. py:class:: KubernetesHookAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.cncf.kubernetes.hooks.kubernetes.KubernetesHook` This class is deprecated and will be removed in 2.0.0. Use :class: `~airflow.providers.cncf.kubernetes.hooks.kubernetes.AsyncKubernetesHook` instead .. py:method:: get_api_client_async() :async: Create an API Client object to interact with Kubernetes