You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/05 15:20:41 UTC

[GitHub] [openwhisk] mcdan commented on a change in pull request #4712: Fixes #4711 - add a namespace configuration option to KCF

mcdan commented on a change in pull request #4712: Fixes #4711 - add a namespace configuration option to KCF
URL: https://github.com/apache/openwhisk/pull/4712#discussion_r342621061
 
 

 ##########
 File path: core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/kubernetes/KubernetesClient.scala
 ##########
 @@ -93,10 +94,15 @@ class KubernetesClient(
     with ProcessRunner {
   implicit protected val ec = executionContext
   implicit protected val am = ActorMaterializer()
+  protected val configBuilder = new ConfigBuilder()
 
 Review comment:
   Nice, thanks --- still not good at the idiomatic scala.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services