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 afce7f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dask_kubernetes/operator/kubecluster/kubecluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ class KubeCluster(Cluster):
Parameters
----------
name: str (required)
Name given the Dask cluster.
name: str (optional)
Name given the Dask cluster. Required except when custom_cluster_spec is
passed.
namespace: str (optional)
Namespace in which to launch the workers.
Defaults to current namespace if available or "default"
Expand Down

0 comments on commit afce7f5

Please sign in to comment.