k9s/resource/k8s/cluster_info.go

15 lines
281 B
Go

package k8s
type ClusterInfo struct{}
func (ClusterInfo) ActiveClusterOrDie() string {
return ActiveClusterOrDie()
}
func (ClusterInfo) AllClustersOrDie() []string {
return AllClustersOrDie()
}
func (ClusterInfo) AllNamespacesOrDie() []string {
return AllNamespacesOrDie()
}