Home | History | Annotate | Download | only in bots

Lines Matching refs:serviceAccount

258 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]string, outputDir string) *specs.TaskSpec {
259 if serviceAccount != "" && alternateServiceAccount != nil {
260 serviceAccount = alternateServiceAccount(serviceAccount)
327 ServiceAccount: serviceAccount,