Skip to content

Commit

Permalink
Clarify name parameter docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
droctothorpe committed Sep 27, 2023
1 parent 30234e3 commit 5c2ceb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dask_kubernetes/operator/kubecluster/kubecluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ class KubeCluster(Cluster):
Parameters
----------
name: str (required)
Name given the Dask cluster.
name: str
Name given the Dask cluster. Required except when custom_cluster_spec is
passed, in which case it's ignored in favor of
custom_cluster_spec["metadata"]["name"].
namespace: str (optional)
Namespace in which to launch the workers.
Defaults to current namespace if available or "default"
Expand Down

0 comments on commit 5c2ceb9

Please sign in to comment.