AmitKumarDas / metac

It is metacontroller and more
Apache License 2.0
57 stars 16 forks source link

expose generic controller annotation keys as public #115

Closed AmitKumarDas closed 4 years ago

AmitKumarDas commented 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"
AmitKumarDas commented 4 years ago

I have started working on this!

AmitKumarDas commented 4 years ago

: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: