Skip to content

Commit

Permalink
Clarify name parameter docstring (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
droctothorpe committed Sep 29, 2023
1 parent 603f6ac commit 03aa9db
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 03aa9db

Please sign in to comment.