fetchCluster

@GET(value = "api/v1/workspaces/{workspace}/resources/cluster/{name}")
abstract fun fetchCluster(@Path(value = "workspace") workspace: String, @Path(value = "name") name: String): Call<Map<String, Any>>