woodpecker/pipeline/schema
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
..
.woodpecker Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00
schema.go Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00
schema.json Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
schema_test.go Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00