woodpecker/pipeline/frontend/yaml/compiler
Stephen Muth 2941e508b3
Allow setting resources for kubernetes on a per-step basis (#1767)
This add a simple implementation of requests/limits for individual
steps. There is no validation of what the resource actually is beyond
checking that it can successfully be converted to a Quantity, so it can
be used for things other than just memory/CPU.

close #1809
2023-06-04 00:50:08 +02:00
..
settings pipeline compiler: handle nil entrys in settings list (#1626) 2023-03-17 08:54:53 +01:00
cacher.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
compiler.go Only inject netrc to trusted clone plugins (#1352) 2023-03-20 21:17:49 +01:00
compiler_test.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
convert.go Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
image.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
image_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
option.go Only inject netrc to trusted clone plugins (#1352) 2023-03-20 21:17:49 +01:00
option_test.go Buildin Env Vars, use _URL for all links/urls (#1794) 2023-05-31 18:03:38 +02:00