File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ var GKEResourceMap = ResourceMap{
9191}
9292
9393var DevappResourceMap = ResourceMap {
94- Type : "devapp " ,
94+ Type : "apigee.googleapis.com/Devapp " ,
9595 MatchLabel : "__meta_kubernetes_pod_label_type_devapp" ,
9696 LabelMap : map [string ]labelTranslation {
9797 ProjectIDLabel : constValue ("resource_container" ),
@@ -103,7 +103,7 @@ var DevappResourceMap = ResourceMap{
103103}
104104
105105var ProxyResourceMap = ResourceMap {
106- Type : "proxy " ,
106+ Type : "apigee.googleapis.com/Proxy " ,
107107 MatchLabel : "__meta_kubernetes_pod_label_type_proxy" ,
108108 LabelMap : map [string ]labelTranslation {
109109 ProjectIDLabel : constValue ("resource_container" ),
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ func TestResourceMappingsOrder(t *testing.T) {
232232 {"k8s_pod" , "k8s_node" },
233233 {"k8s_node" , "gce_instance" },
234234 {"k8s_node" , "aws_ec2_instance" },
235- {"proxy " , "k8s_container" },
236- {"devapp " , "k8s_container" },
235+ {"apigee.googleapis.com/Proxy " , "k8s_container" },
236+ {"apigee.googleapis.com/Devapp " , "k8s_container" },
237237 }
238238 for _ , c := range cases {
239239 var (
You can’t perform that action at this time.
0 commit comments