outposts: fix kubernetes ApiClient not being used

This commit is contained in:
Jens Langhammer
2020-11-09 10:39:00 +01:00
parent 07da6ffa69
commit e99f6e289b
7 changed files with 7 additions and 30 deletions

View File

@ -21,7 +21,7 @@ class KubernetesController(BaseController):
reconcilers: Dict[str, Type[KubernetesObjectReconciler]]
reconcile_order: List[str]
config: ApiClient
client: ApiClient
connection: KubernetesServiceConnection
def __init__(