File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,16 @@ import (
44 "fmt"
55 "testing"
66
7- "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/multilineparser"
8- "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/parser"
9-
7+ . "github.com/onsi/gomega"
108 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
119
1210 "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins"
1311 "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/custom"
1412 "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/filter"
1513 "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/input"
14+ "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/multilineparser"
1615 "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/output"
17- . "github.com/onsi/gomega "
16+ "github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/parser "
1817)
1918
2019const (
You can’t perform that action at this time.
0 commit comments