image-scanning-signing-service
image-scanning-signing-service copied to clipboard
Recommended Enhancements
The following are a list of enhancements that should be incorporated into the operator:
- Timestamps should make use of Kubernetes based format
- Example: https://github.com/sabre1041/group-sync-operator/blob/master/pkg/controller/groupsync/groupsync_controller.go#L196
- Reduce number of reconciles, especially when updates occur only to the status subresource
- https://github.com/sabre1041/group-sync-operator/blob/master/pkg/controller/groupsync/groupsync_controller.go#L59
- Set owner reference for any resources that are generated by the owerator
-
SetControllerReference
from theoperator-sdk
-