Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-18 | Add control configs | Chong Cai | |
Also plumber the controls through runsc PiperOrigin-RevId: 391594318 | |||
2020-08-26 | Make flag propagation automatic | Fabricio Voznika | |
Use reflection and tags to provide automatic conversion from Config to flags. This makes adding new flags less error-prone, skips flags using default values (easier to read), and makes tests correctly use default flag values for test Configs. Updates #3494 PiperOrigin-RevId: 328662070 | |||
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika | |
Updates #3494 PiperOrigin-RevId: 327548511 |