gardener / gardener-extension-shoot-rsyslog-relp

Other
0 stars 15 forks source link

Identically decode from `runtime.RawExtension.Raw` to `api.RsyslogRelpConfig` #202

Open Kostov6 opened 2 days ago

Kostov6 commented 2 days ago

How to categorize this issue?

/area quality /kind enhancement

What would you like to be added: Let's do the decoding from runtime.RawExtension.Raw to api.RsyslogRelpConfig identically in all places. We can do it through:

https://github.com/gardener/gardener-extension-shoot-rsyslog-relp/blob/8d1601a4d5106d8e579de220015780f1d136b4f4/pkg/controller/lifecycle/actuator.go#L60-L63

Why is this needed: Minor code simplification