You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Destination should have status field to indicate to users feedback whether the creation is successful.
We write canary resource files, a namespace and a configmap, to Destinations. Provide user feedback in the status on whether the write is successful.
Given user has created a Destination
Given this Destination references an existing StateStore that can be written to
Then Destination has a Status field telling users that writing canary files were successful
Then Kratix publishes a successful write event to the Destination
Given user has created a Destination
When this Destination references a StateStore that kratix cannot write to
Then users are informed in kratix logs, Destination Status, and events of the Destination
The text was updated successfully, but these errors were encountered:
q: what are the implications of adding a free-form field to this as well? Similar to the status & details components we've just added for health checks?
Context
Destination should have status field to indicate to users feedback whether the creation is successful.
We write canary resource files, a namespace and a configmap, to Destinations. Provide user feedback in the status on whether the write is successful.
The text was updated successfully, but these errors were encountered: