@@ -2,6 +2,7 @@ package searchers
2
2
3
3
import (
4
4
aw "github.com/deanishe/awgo"
5
+
5
6
"github.com/dineshgowda24/alfred-gcp-workflow/gcloud"
6
7
"github.com/dineshgowda24/alfred-gcp-workflow/parser"
7
8
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/artifactregistry"
@@ -11,6 +12,7 @@ import (
11
12
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/filestore"
12
13
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/k8s"
13
14
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/memorystore"
15
+ "github.com/dineshgowda24/alfred-gcp-workflow/searchers/monitoring"
14
16
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/netconnectivity"
15
17
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/netservices"
16
18
"github.com/dineshgowda24/alfred-gcp-workflow/searchers/pubsub"
@@ -66,6 +68,7 @@ func GetDefaultRegistry() *Registry {
66
68
"filestore/instances" : & filestore.InstanceSearcher {},
67
69
"gke/clusters" : & k8s.ClusterSearcher {},
68
70
"memorystore/redis" : & memorystore.RedisInstanceSearcher {},
71
+ "monitoring/dashboards" : & monitoring.DashboardSearcher {},
69
72
"netconnectivity/cloudrouter" : & netconnectivity.CloudRouterSearcher {},
70
73
"netconnectivity/vpngateway" : & netconnectivity.VPNGatewaySearcher {},
71
74
"netconnectivity/vpntunnel" : & netconnectivity.VPNTunnelSearcher {},
0 commit comments