Closed AmitKumarDas closed 4 years ago
Expose these constants as PUBLIC to be used by third party libraries or external controllers.
https://github.com/AmitKumarDas/metac/blob/master/controller/common/manage_attachments.go#L37-L41
attachmentCreateAnnotationKey string = "metac.openebs.io/created-due-to-watch" attachmentUpdateAnnotationKeySuffix string = "/updated-due-to-watch" lastAppliedAnnotationKeySuffix string = "/gctl-last-applied"
I have started working on this!
:tada: This issue has been resolved in version 0.2.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Expose these constants as PUBLIC to be used by third party libraries or external controllers.
https://github.com/AmitKumarDas/metac/blob/master/controller/common/manage_attachments.go#L37-L41