Is there any reason of the kubernetes_asyncio.config.load_incluster_config function to not be async?
As far as I understand, it should by async, and I may be a mistake to be one of the only non-async function of the whole lib.
Can you confirm if it is intended or not?
Thanks.
Is there any reason of the
kubernetes_asyncio.config.load_incluster_config
function to not be async? As far as I understand, it should by async, and I may be a mistake to be one of the only non-async function of the whole lib. Can you confirm if it is intended or not? Thanks.