fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

MultilineParser achieve an effect similar to embedding by using anonymous structs #1133

Closed onecer closed 7 months ago

onecer commented 7 months ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1131 #1132

Does this PR introduced a user-facing change?

None

MultilineParserSpec achieve an effect similar to embedding by using anonymous structs
add MultilineParser resource role in helm chart

Additional documentation, usage docs, etc.:

benjaminhuo commented 7 months ago

Thanks @onecer , you may need to run: make manifests generate docs-update

onecer commented 7 months ago

Thanks @onecer , you may need to run: make manifests generate docs-update

done