fix(k8s): handle Kubernetes Audit Config (#3931)

This commit is contained in:
Sergio Garcia
2024-05-06 12:57:49 +02:00
committed by GitHub
parent b60354ec4d
commit a54a0dd7c5
@@ -10,6 +10,8 @@ class KubernetesService:
def __init__(self, provider: KubernetesProvider):
self.context = provider.identity.context
self.api_client = provider.session.api_client
self.audit_config = provider.audit_config
self.fixer_config = provider.fixer_config
# Thread pool for __threading_call__
self.thread_pool = ThreadPoolExecutor(max_workers=MAX_WORKERS)