Open balopat opened 4 years ago
seems a bit heavyweight, but I wouldn't mind standardizing around a spec that we don't have to maintain. it would make building on top of our API much more robust too. I don't consider restructuring the IDE clients too much of a blocker here since it would be a one time change. would like to see a POC for this
@baleshk expressed interest in this issue, waiting on them to comment on then I will assign it
@aaron-prindle pls let me take a stab on this one.
First draft of cloudevent implementation can be found at: https://github.com/baleshk/skaffold/tree/v3events . @nkubala this can serve as a POC you asked for.
Hi All,
Please find the pull request (Draft) for this feature at https://github.com/baleshk/skaffold/pull/2/files . CC: @aaron-prindle @nkubala
Thanks
We should consider standardizing our Event API to follow CNCF's https://cloudevents.io/ standard.
Benefits: better alignment with the space, standardized format which aligns better with best practices Cons: IDEs will need to restructure their clients
Thoughts?