Skip to content

Commit 87bc4cc

Browse files
committed
Move clusters under services
1 parent 1eec5e9 commit 87bc4cc

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

cli/polyaxon/_constants/metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
META_PORTS = "ports"
77
META_HAS_EARLY_STOPPING = "has_early_stopping"
88
META_HAS_JOBS = "has_jobs"
9-
META_HAS_CLUSTERS = "has_clusters"
109
META_HAS_SERVICES = "has_services"
1110
META_HAS_DAGS = "has_dags"
1211
META_HAS_MATRICES = "has_matrices"

cli/polyaxon/_flow/run/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
class V1RunKind(str, PEnum):
55
JOB = "job"
66
SERVICE = "service"
7-
CLUSTER = "cluster"
87
DAG = "dag"
98
DASKCLUSTER = "daskcluster"
109
RAYCLUSTER = "raycluster"

0 commit comments

Comments
 (0)