Version returns the runtime name, runtime version, and runtime API version.
(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption)
| 3698 | type RuntimeServiceClient interface { |
| 3699 | // Version returns the runtime name, runtime version, and runtime API version. |
| 3700 | Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) |
| 3701 | // RunPodSandbox creates and starts a pod-level sandbox. Runtimes must ensure |
| 3702 | // the sandbox is in the ready state on success. |
| 3703 | RunPodSandbox(ctx context.Context, in *RunPodSandboxRequest, opts ...grpc.CallOption) (*RunPodSandboxResponse, error) |
no outgoing calls
no test coverage detected