Home
last modified time | relevance | path

Searched refs:remoteRuntimeService (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cri/remote/
H A Dremote_runtime.go40 type remoteRuntimeService struct { struct
68 return &remoteRuntimeService{
76 func (r *remoteRuntimeService) Version(apiVersion string) (*runtimeapi.VersionResponse, error) { argument
134 func (r *remoteRuntimeService) StopPodSandbox(podSandBoxID string) error { argument
155 func (r *remoteRuntimeService) RemovePodSandbox(podSandBoxID string) error { argument
244 func (r *remoteRuntimeService) StartContainer(containerID string) error { argument
262 func (r *remoteRuntimeService) StopContainer(containerID string, timeout int64) error { argument
286 func (r *remoteRuntimeService) RemoveContainer(containerID string) error { argument
487 func (r *remoteRuntimeService) UpdateRuntimeConfig(runtimeConfig *runtimeapi.RuntimeConfig) error { argument
508 func (r *remoteRuntimeService) Status() (*runtimeapi.RuntimeStatus, error) { argument
[all …]