* @param args
* the path arguments.
* @return the list of cluster references.
*/
protected List<NamedRelatedResourceRep> getList(String path, Object... args) {
ClusterList response = client.get(ClusterList.class, path, args);
return defaultList(response.getClusters());
}