sukeesh / k8s-job-notify

Copy of large value inside loop CRT-P0006
Performance
Major
1 occurrence in this check
each iteration copies 1108 bytes (consider pointers or indexing)
48			continue
49		}
50
51		for _, job := range jobs.Items {52			// job.Name can be same for different jobs, so using job.Name+CreationTimeStamp for checking
53			// uniqueness of the job. so that duplicated messages to slack can be avoided
54			jobUniqueHash := job.Name + job.CreationTimestamp.String()