concourse / concourse

Function params involve heavy amount of copying CRT-P0003
Performance
Major
1 occurrence in this check
p is heavy (1112 bytes); consider passing it by pointer
343	}
344}
345
346func isPodReady(p corev1.Pod) bool {347	for _, condition := range p.Status.Conditions {
348		if condition.Type != corev1.ContainersReady {
349			continue