Function: useSelectedClusters()
function useSelectedClusters(): string[];
Defined in: lib/k8s/index.ts:166
Get a list of selected clusters. Updates when the cluster changes.
Returns​
string[]
list of selected clusters. if no clusters are selected, an empty list is returned.