Skip to content

Commit fe900f5

Browse files
committed
need pod
1 parent d8bf46a commit fe900f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import (
3030
colfeaturegate "go.opentelemetry.io/collector/featuregate"
3131
appsv1 "k8s.io/api/apps/v1"
3232
v1 "k8s.io/api/batch/v1"
33+
corev1 "k8s.io/api/core/v1"
3334
networkingv1 "k8s.io/api/networking/v1"
3435
"k8s.io/apimachinery/pkg/labels"
3536
k8sruntime "k8s.io/apimachinery/pkg/runtime"
@@ -289,6 +290,7 @@ func main() {
289290
&otelv1alpha1.OpenTelemetryCollector{}: {},
290291
&otelv1alpha1.OpAMPBridge{}: {},
291292
&otelv1alpha1.Instrumentation{}: {},
293+
&corev1.Pod{}: {},
292294
&v1.Job{}: {},
293295
&v1.CronJob{}: {},
294296
&appsv1.ReplicaSet{}: {},

0 commit comments

Comments
 (0)