export const getClusterByName = async (
  name: string
): Promise<false | Cluster> => {
  const result = await getAllClusters();