We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fb9fa commit 0291f0fCopy full SHA for 0291f0f
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesUtils.scala
@@ -38,8 +38,8 @@ private[spark] object KubernetesUtils {
38
}
39
40
/**
41
- * Parses comma-separated list of imagePullSecrets into K8s-understandable format
42
- */
+ * Parses comma-separated list of imagePullSecrets into K8s-understandable format
+ */
43
def parseImagePullSecrets(imagePullSecrets: Option[String]): List[LocalObjectReference] = {
44
imagePullSecrets match {
45
case Some(secretsCommaSeparated) =>
0 commit comments