redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

redpanda: export `Types` #1584

Closed chrisseto closed 2 weeks ago

chrisseto commented 2 weeks ago

This commit adds a Types function to the redpanda chart that returns a slice of all possible kube.Object/runtime.Object/client.Object implementations that could be returned from various inputs of the redpanda chart.

This function will be utilized by the redpanda operator to aid in garbage collecting objects that have been removed across chart invocations. For example, toggling console on and off will result in a Deployment that needs to be removed.