Skip to content

Commit 4b8b39a

Browse files
author
Andrew Korzhuev
committed
Address review comments
1 parent e3a50be commit 4b8b39a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private[spark] object Config extends Logging {
5656

5757
val IMAGE_PULL_SECRET =
5858
ConfigBuilder("spark.kubernetes.imagePullSecret")
59-
.doc("Specifies the Kubernetes image secret used to access private image registry.")
59+
.doc("Specifies the Kubernetes secret used to access private image registry.")
6060
.stringConf
6161
.createOptional
6262

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/steps/BasicDriverConfigurationStep.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package org.apache.spark.deploy.k8s.submit.steps
1818

1919
import scala.collection.JavaConverters._
20+
2021
import io.fabric8.kubernetes.api.model._
22+
2123
import org.apache.spark.{SparkConf, SparkException}
2224
import org.apache.spark.deploy.k8s.Config._
2325
import org.apache.spark.deploy.k8s.Constants._

0 commit comments

Comments
 (0)