File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ var GKEResourceMap = ResourceMap{
91
91
}
92
92
93
93
var DevappResourceMap = ResourceMap {
94
- Type : "devapp " ,
94
+ Type : "apigee.googleapis.com/Devapp " ,
95
95
MatchLabel : "__meta_kubernetes_pod_label_type_devapp" ,
96
96
LabelMap : map [string ]labelTranslation {
97
97
ProjectIDLabel : constValue ("resource_container" ),
@@ -103,7 +103,7 @@ var DevappResourceMap = ResourceMap{
103
103
}
104
104
105
105
var ProxyResourceMap = ResourceMap {
106
- Type : "proxy " ,
106
+ Type : "apigee.googleapis.com/Proxy " ,
107
107
MatchLabel : "__meta_kubernetes_pod_label_type_proxy" ,
108
108
LabelMap : map [string ]labelTranslation {
109
109
ProjectIDLabel : constValue ("resource_container" ),
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ func TestResourceMappingsOrder(t *testing.T) {
232
232
{"k8s_pod" , "k8s_node" },
233
233
{"k8s_node" , "gce_instance" },
234
234
{"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" },
237
237
}
238
238
for _ , c := range cases {
239
239
var (
You can’t perform that action at this time.
0 commit comments