List of all possible status / reasons in Kubernetes

前端 未结 4 669
夕颜
夕颜 2020-12-17 23:50

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

4条回答
  •  长情又很酷
    2020-12-18 00:29

    If you need to have a complete list of events in Kubernetes, you should take a look directly to the Kubernetes project on github.

    Here the link to the event.go file.

提交回复
热议问题