var _ …
var _ …
func getPodImagePullDurations(ctx context.Context, f *framework.Framework, testpods []*v1.Pod) (map[string]*pulledStruct, map[string]metav1.Time, map[string]metav1.Time, error) { … }
func checkPodPullingOverlap(podStartTime map[string]metav1.Time, podEndTime map[string]metav1.Time, testpods []*v1.Pod) { … }
func prepareAndCleanup(ctx context.Context, f *framework.Framework) (testpods []*v1.Pod) { … }
type pulledStruct …
func getDurationsFromPulledEventMsg(msg string) (*pulledStruct, error) { … }