Skip to content

Clusters.Get

func (*ClusterClient) Get(
ctx context.Context,
slug string,
) (*workflows.Cluster, error)

Get a cluster by its slug.

slug string

The slug of the cluster

A cluster object, including its slug, name, description, whether it can be deleted, and deployed workflows.

not_found cluster not found

The specified cluster does not exist.