We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8826f05 commit 140b057Copy full SHA for 140b057
dataikuapi/dss/admin.py
@@ -924,7 +924,7 @@ def built_for_all_spark_kubernetes_confs(self):
924
return self.settings.get("allSparkKubernetesConfs", False)
925
def get_built_spark_kubernetes_confs(self):
926
"""
927
- Returns the list of managed Spark over Kubernetes configs for which the code env builds an image (if not all)
+ Return the list of managed Spark over Kubernetes configs for which the code env builds an image (if not all)
928
929
return self.settings.get("sparkKubernetesConfs", [])
930
def set_built_spark_kubernetes_confs(self, *configs, **kwargs):
0 commit comments