# Packages
Package controller contains implementation and defition to create kubernetes controllers.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewMultiOperator returns an operator that has multiple CRDs and controllers.
NewOperator will return an operator that only manages one CRD and one Controller.
# Interfaces
Operator is a controller, at code level have almost same contract of behaviour but at a higher level it need to initialize some resources (usually CRDs) before start its execution.