Skip to content

Commit 4d606c9

Browse files
Rename to ClusterClient (#49)
1 parent 02bb4e8 commit 4d606c9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

api-reference/python/tilebox.workflows/ClustersClient.all.mdx renamed to api-reference/python/tilebox.workflows/ClusterClient.all.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: ClustersClient.all
2+
title: ClusterClient.all
33
icon: circle-nodes
44
---
55

66
```python
7-
def ClustersClient.all(): list[Cluster]
7+
def ClusterClient.all(): list[Cluster]
88
```
99

1010
List all available clusters.

api-reference/python/tilebox.workflows/ClustersClient.create.mdx renamed to api-reference/python/tilebox.workflows/ClusterClient.create.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: ClustersClient.create
2+
title: ClusterClient.create
33
icon: circle-nodes
44
---
55

66
```python
7-
def ClustersClient.create(name: str): Cluster
7+
def ClusterClient.create(name: str): Cluster
88
```
99

1010
Create a cluster.

api-reference/python/tilebox.workflows/ClustersClient.delete.mdx renamed to api-reference/python/tilebox.workflows/ClusterClient.delete.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: ClustersClient.delete
2+
title: ClusterClient.delete
33
icon: circle-nodes
44
---
55

66
```python
7-
def ClustersClient.delete(cluster_or_slug: Cluster | str)
7+
def ClusterClient.delete(cluster_or_slug: Cluster | str)
88
```
99

1010
Delete a cluster.

api-reference/python/tilebox.workflows/ClustersClient.find.mdx renamed to api-reference/python/tilebox.workflows/ClusterClient.find.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: ClustersClient.find
2+
title: ClusterClient.find
33
icon: circle-nodes
44
---
55

66
```python
7-
def ClustersClient.find(cluster_or_slug: Cluster | str): Cluster
7+
def ClusterClient.find(cluster_or_slug: Cluster | str): Cluster
88
```
99

1010
Get a cluster by its slug.

mint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
"api-reference/python/tilebox.workflows/TaskRunner.run_forever",
211211
"api-reference/python/tilebox.workflows/ExecutionContext.submit_subtask",
212212
"api-reference/python/tilebox.workflows/ExecutionContext.job_cache",
213-
"api-reference/python/tilebox.workflows/ClustersClient.create",
214-
"api-reference/python/tilebox.workflows/ClustersClient.find",
215-
"api-reference/python/tilebox.workflows/ClustersClient.delete",
216-
"api-reference/python/tilebox.workflows/ClustersClient.all",
213+
"api-reference/python/tilebox.workflows/ClusterClient.create",
214+
"api-reference/python/tilebox.workflows/ClusterClient.find",
215+
"api-reference/python/tilebox.workflows/ClusterClient.delete",
216+
"api-reference/python/tilebox.workflows/ClusterClient.all",
217217
"api-reference/python/tilebox.workflows/JobCache.group",
218218
"api-reference/python/tilebox.workflows/JobCache.__iter__",
219219
"api-reference/python/tilebox.workflows/JobClient.submit",

0 commit comments

Comments
 (0)