Skip to content

Commit d77f122

Browse files
committed
added cluster todos to remove some methods
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 08aeda9 commit d77f122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/kube/resources/cluster/clusters.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ export interface Clusters {
66
* Returns a list of clusters that are in the kubeconfig file
77
* @returns a list of cluster names
88
*/
9-
list(): string[];
9+
list(): string[]; // TODO should this be removed and `solo cluster list` use local config cluster list?
1010

1111
/**
1212
* Returns the current cluster name as defined in the kubeconfig file
1313
* @returns the current cluster name
1414
*/
15-
readCurrent(): string;
15+
readCurrent(): string; // TODO remove read current cluster, this should not be needed
1616
}

0 commit comments

Comments
 (0)