Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceSymptomInfo ¶
ResourceSymptomInfo has the symptoms and other info that helps in triage
func NewEventSymptomInfo ¶
func NewEventSymptomInfo(ev *v1.Event) *ResourceSymptomInfo[v1.Event]
func NewNodeSymptomInfo ¶
func NewNodeSymptomInfo(node *v1.Node) *ResourceSymptomInfo[v1.Node]
func NewPodSymptomInfo ¶
func NewPodSymptomInfo(pod *v1.Pod) *ResourceSymptomInfo[v1.Pod]
func (*ResourceSymptomInfo[T]) AddSymptom ¶
func (s *ResourceSymptomInfo[T]) AddSymptom(msg string)
type SymptomAppender ¶
type SymptomAppender interface {
AddMsg(msg string)
}
Click to show internal directories.
Click to hide internal directories.