type EventsLister …
func dumpEventsInNamespace(eventsLister EventsLister, namespace string) { … }
func DumpAllNamespaceInfo(ctx context.Context, c clientset.Interface, namespace string) { … }
type byFirstTimestamp …
func (o byFirstTimestamp) Len() int { … }
func (o byFirstTimestamp) Swap(i, j int) { … }
func (o byFirstTimestamp) Less(i, j int) bool { … }
func dumpAllNodeInfo(ctx context.Context, c clientset.Interface, nodes *v1.NodeList) { … }
func DumpNodeDebugInfo(ctx context.Context, c clientset.Interface, nodeNames []string, logFunc func(fmt string, args ...interface{ … }
func getKubeletPods(ctx context.Context, c clientset.Interface, node string) (*v1.PodList, error) { … }
func getNodeEvents(ctx context.Context, c clientset.Interface, nodeName string) []v1.Event { … }