image-scanning-signing-service icon indicating copy to clipboard operation
image-scanning-signing-service copied to clipboard

Recommended Enhancements

Open sabre1041 opened this issue 4 years ago • 0 comments

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 the operator-sdk

sabre1041 avatar May 15 '20 05:05 sabre1041