Aditi Sharma
|
4d4117415e
|
Change CRI config runtime options type
Changing Runtime.Options type to map[string]interface{}
to correctly marshal it from go to JSON.
See issue: https://github.com/kubernetes-sigs/cri-tools/issues/728
Signed-off-by: Aditi Sharma <adi.sky17@gmail.com>
|
2021-04-08 15:11:33 +05:30 |
|
Maksym Pavlenko
|
ddd4298a10
|
Migrate current TOML code to github.com/pelletier/go-toml
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
|
2021-03-25 13:13:33 -07:00 |
|
Shengjing Zhu
|
2818fdebaa
|
Move runtimeoptions out of cri package
Since it's a standard set of runtime opts, and used in ctr as well,
it could be moved out of cri.
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
|
2021-01-23 01:24:35 +08:00 |
|
Derek McGowan
|
b22b627300
|
Move cri server packages under pkg/cri
Organizes the cri related server packages under pkg/cri
Signed-off-by: Derek McGowan <derek@mcg.dev>
|
2020-10-07 13:09:37 -07:00 |
|