Add build information to operator
Created by: janiskemper
/kind feature
Describe the solution you'd like Add build information via ldflags to the operator. Print this information so that the users can see the version the operator is running on.
Acceptance criteria:
-
Create Go package to provide functions to get build information -
Read from ldflags -
Print information to user on start-up