How do I know the list of all possible statuses and reasons in Kubernetes?
Right now, I\'m working with Kubernetes events. Based on certain unusual events, I will be
If you need to have a complete list of events in Kubernetes, you should take a look directly to the Kubernetes project on github.
events
Kubernetes
Here the link to the event.go file.
event.go