There was an error while loading. Please reload this page.
1 parent 6eb77c8 commit 176b0afCopy full SHA for 176b0af
1 file changed
ocp_resources/resource.py
@@ -131,10 +131,11 @@ def get_client(
131
)
132
client_configuration.proxy = proxy
133
134
+ kwargs["client_configuration"] = client_configuration
135
+
136
return kubernetes.dynamic.DynamicClient(
137
client=kubernetes.config.new_client_from_config(
138
config_file=config_file,
- client_configuration=client_configuration,
139
context=context or None,
140
**kwargs,
141
0 commit comments