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
The watcher collect events from multiple resources (pods, deployment, replicaset, daemonset and etc)
All the events saved in DB
The frontend makes a request to get a deployment detail (api/v1/kubernetes/application/{apply_id})
The API get the row from the DB, and loop on all the resources kind for check the event content (for marke suspects events )
File: api/kubernetes/markevent.go
Function: MarkApplicationDeploymentEvents
Problem:
The current implementation is not generic enough when we add more resources kind's we need to modify this function + we have a reputable code.
Definition Of Done:
Support automatically multiple resources kind that added into StatysBay
Move reputable code to function
The text was updated successfully, but these errors were encountered:
Description:
StatusBay event flow:
File: api/kubernetes/markevent.go
Function: MarkApplicationDeploymentEvents
Problem:
The current implementation is not generic enough when we add more resources kind's we need to modify this function + we have a reputable code.
Definition Of Done:
Support automatically multiple resources kind that added into StatysBay
Move reputable code to function
The text was updated successfully, but these errors were encountered: