Abel Feng
32bf805e57
sandbox: add a sandboxService interface to criService
...
so that we can add a fakeSandboxService to the criService in tests.
Signed-off-by: Abel Feng <fshb1988@gmail.com >
2023-11-15 09:25:58 +08:00
Abel Feng
25a4c3d235
sandbox: remove SandboxersServicePlugin
...
Signed-off-by: Abel Feng <fshb1988@gmail.com >
2023-11-15 09:22:10 +08:00
Abel Feng
0cf48bab2c
sandbox: podsandbox init its own client
...
To break the cyclic dependency of cri plugin and podsandbox plugin,
we define a new plugin type of SandboxesServicePlugin and when cri init
it's own client, it will add the all the controllers by get them from
the SandboxesServicePlugin.
when podsandbox controller init it's client, it will not Require the
SandboxesServicePlugin.
Signed-off-by: Abel Feng <fshb1988@gmail.com >
2023-11-15 09:22:10 +08:00
Kazuyoshi Kato
186075d554
Merge pull request #9324 from thaJeztah/checkpoint_errs
...
client: remove obsolete ErrCheckpointRWUnsupported
2023-11-07 15:53:50 +00:00
Sebastiaan van Stijn
68cac3f62f
client: remove obsolete ErrCheckpointRWUnsupported
...
runtime v1 is deprecated, and this error appears to be unused.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-11-02 09:49:14 +01:00
Derek McGowan
9db21401c4
Switch to github.com/containerd/plugin
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2023-11-01 23:01:42 -07:00
Derek McGowan
b85df264ef
Rename opt to avoid stutter
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2023-11-01 10:39:54 -07:00
Derek McGowan
261e01c2ac
Move client to subpackage
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2023-11-01 10:37:00 -07:00