INNER CODE UNIT · Go
gepWeight
kubernetes-sigs/gateway-api · tools/geps/main.go:187
gepWeight = i + 1
found = true
break
}
}
if !found {
return nil
}
// Skip the GEPs numbers we don't care
if slices.Contains(skipGEPs, strconv.FormatUint(uint64(gepDetail.Number), 10)) {
return nil
}
// Add the GEP to a map indexed by GEP types, so we can provide the sorted array
// easily later
_, ok := tmpMap[gepDetail.Status]
if !ok {