kata-containers/documentation

docs: Update the kata api design of the sandbox operation API

YchauWang opened this issue · 0 comments

Description of problem

Some methods of the sandbox operation api have been removed, such as sandbox.Pause() and sandbox.Resume(). And add some missing methods in this table.

Expected result

Update the sandbox operation api table, sync docs from the runtime codes.

Actual result

The sandbox.Pause() and sandbox.Resume() methods in the table of sandbox operation actually have been removed from the runtime project.