Home | History | Annotate | Download | only in bots

Lines Matching refs:serviceAccount

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