Skip to content

Commit

Permalink
[function] fix-typo (apache#10134)
Browse files Browse the repository at this point in the history
Co-authored-by: linjunhua <[email protected]>
  • Loading branch information
linlinnn and linjunhua authored Apr 6, 2021
1 parent e6bf50e commit 3f525ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public class KubernetesRuntime implements Runtime {
Integer grpcPort,
String narExtractionDirectory,
Optional<KubernetesManifestCustomizer> manifestCustomizer,
String functinoInstanceClassPath,
String functionInstanceClassPath,
String downloadDirectory) throws Exception {
this.appsClient = appsClient;
this.coreClient = coreClient;
Expand All @@ -214,7 +214,7 @@ public class KubernetesRuntime implements Runtime {
this.memoryOverCommitRatio = memoryOverCommitRatio;
this.authenticationEnabled = authenticationEnabled;
this.manifestCustomizer = manifestCustomizer;
this.functionInstanceClassPath = functinoInstanceClassPath;
this.functionInstanceClassPath = functionInstanceClassPath;
String logConfigFile = null;
String secretsProviderClassName = secretsProviderConfigurator.getSecretsProviderClassName(instanceConfig.getFunctionDetails());
String secretsProviderConfig = null;
Expand Down Expand Up @@ -275,7 +275,7 @@ public class KubernetesRuntime implements Runtime {
pythonDependencyRepository,
pythonExtraDependencyRepository,
narExtractionDirectory,
functinoInstanceClassPath,
functionInstanceClassPath,
true,
pulsarAdminUrl));

Expand Down

0 comments on commit 3f525ba

Please sign in to comment.