Documentation ¶
Index ¶
- type Server
- func (s *Server) Attach(ctx context.Context, in *criv1alpha2.AttachRequest) (*criv1alpha2.AttachResponse, error)
- func (s *Server) ContainerStats(ctx context.Context, in *criv1alpha2.ContainerStatsRequest) (*criv1alpha2.ContainerStatsResponse, error)
- func (s *Server) ContainerStatus(ctx context.Context, in *criv1alpha2.ContainerStatusRequest) (*criv1alpha2.ContainerStatusResponse, error)
- func (s *Server) CreateContainer(ctx context.Context, in *criv1alpha2.CreateContainerRequest) (*criv1alpha2.CreateContainerResponse, error)
- func (s *Server) Exec(ctx context.Context, in *criv1alpha2.ExecRequest) (*criv1alpha2.ExecResponse, error)
- func (s *Server) ExecSync(ctx context.Context, in *criv1alpha2.ExecSyncRequest) (*criv1alpha2.ExecSyncResponse, error)
- func (s *Server) ImageFsInfo(ctx context.Context, in *criv1alpha2.ImageFsInfoRequest) (*criv1alpha2.ImageFsInfoResponse, error)
- func (s *Server) ImageStatus(ctx context.Context, in *criv1alpha2.ImageStatusRequest) (*criv1alpha2.ImageStatusResponse, error)
- func (s *Server) ListContainerStats(ctx context.Context, in *criv1alpha2.ListContainerStatsRequest) (*criv1alpha2.ListContainerStatsResponse, error)
- func (s *Server) ListContainers(ctx context.Context, in *criv1alpha2.ListContainersRequest) (*criv1alpha2.ListContainersResponse, error)
- func (s *Server) ListImages(ctx context.Context, in *criv1alpha2.ListImagesRequest) (*criv1alpha2.ListImagesResponse, error)
- func (s *Server) ListPodSandbox(ctx context.Context, in *criv1alpha2.ListPodSandboxRequest) (*criv1alpha2.ListPodSandboxResponse, error)
- func (s *Server) ListPodSandboxStats(ctx context.Context, in *criv1alpha2.ListPodSandboxStatsRequest) (*criv1alpha2.ListPodSandboxStatsResponse, error)
- func (s *Server) PodSandboxStats(ctx context.Context, in *criv1alpha2.PodSandboxStatsRequest) (*criv1alpha2.PodSandboxStatsResponse, error)
- func (s *Server) PodSandboxStatus(ctx context.Context, in *criv1alpha2.PodSandboxStatusRequest) (*criv1alpha2.PodSandboxStatusResponse, error)
- func (s *Server) PortForward(ctx context.Context, in *criv1alpha2.PortForwardRequest) (*criv1alpha2.PortForwardResponse, error)
- func (s *Server) PullImage(ctx context.Context, in *criv1alpha2.PullImageRequest) (*criv1alpha2.PullImageResponse, error)
- func (s *Server) RegisterImageService(image criv1.ImageServiceServer)
- func (s *Server) RegisterRuntimeService(runtime criv1.RuntimeServiceServer)
- func (s *Server) RemoveContainer(ctx context.Context, in *criv1alpha2.RemoveContainerRequest) (*criv1alpha2.RemoveContainerResponse, error)
- func (s *Server) RemoveImage(ctx context.Context, in *criv1alpha2.RemoveImageRequest) (*criv1alpha2.RemoveImageResponse, error)
- func (s *Server) RemovePodSandbox(ctx context.Context, in *criv1alpha2.RemovePodSandboxRequest) (*criv1alpha2.RemovePodSandboxResponse, error)
- func (s *Server) ReopenContainerLog(ctx context.Context, in *criv1alpha2.ReopenContainerLogRequest) (*criv1alpha2.ReopenContainerLogResponse, error)
- func (s *Server) RunPodSandbox(ctx context.Context, in *criv1alpha2.RunPodSandboxRequest) (*criv1alpha2.RunPodSandboxResponse, error)
- func (s *Server) StartContainer(ctx context.Context, in *criv1alpha2.StartContainerRequest) (*criv1alpha2.StartContainerResponse, error)
- func (s *Server) Status(ctx context.Context, in *criv1alpha2.StatusRequest) (*criv1alpha2.StatusResponse, error)
- func (s *Server) StopContainer(ctx context.Context, in *criv1alpha2.StopContainerRequest) (*criv1alpha2.StopContainerResponse, error)
- func (s *Server) StopPodSandbox(ctx context.Context, in *criv1alpha2.StopPodSandboxRequest) (*criv1alpha2.StopPodSandboxResponse, error)
- func (s *Server) UpdateContainerResources(ctx context.Context, in *criv1alpha2.UpdateContainerResourcesRequest) (*criv1alpha2.UpdateContainerResourcesResponse, error)
- func (s *Server) UpdateRuntimeConfig(ctx context.Context, in *criv1alpha2.UpdateRuntimeConfigRequest) (*criv1alpha2.UpdateRuntimeConfigResponse, error)
- func (s *Server) Version(ctx context.Context, in *criv1alpha2.VersionRequest) (*criv1alpha2.VersionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Attach ¶
func (s *Server) Attach(ctx context.Context, in *criv1alpha2.AttachRequest) (*criv1alpha2.AttachResponse, error)
func (*Server) ContainerStats ¶
func (s *Server) ContainerStats(ctx context.Context, in *criv1alpha2.ContainerStatsRequest) (*criv1alpha2.ContainerStatsResponse, error)
func (*Server) ContainerStatus ¶
func (s *Server) ContainerStatus(ctx context.Context, in *criv1alpha2.ContainerStatusRequest) (*criv1alpha2.ContainerStatusResponse, error)
func (*Server) CreateContainer ¶
func (s *Server) CreateContainer(ctx context.Context, in *criv1alpha2.CreateContainerRequest) (*criv1alpha2.CreateContainerResponse, error)
func (*Server) Exec ¶
func (s *Server) Exec(ctx context.Context, in *criv1alpha2.ExecRequest) (*criv1alpha2.ExecResponse, error)
func (*Server) ExecSync ¶
func (s *Server) ExecSync(ctx context.Context, in *criv1alpha2.ExecSyncRequest) (*criv1alpha2.ExecSyncResponse, error)
func (*Server) ImageFsInfo ¶
func (s *Server) ImageFsInfo(ctx context.Context, in *criv1alpha2.ImageFsInfoRequest) (*criv1alpha2.ImageFsInfoResponse, error)
func (*Server) ImageStatus ¶
func (s *Server) ImageStatus(ctx context.Context, in *criv1alpha2.ImageStatusRequest) (*criv1alpha2.ImageStatusResponse, error)
func (*Server) ListContainerStats ¶
func (s *Server) ListContainerStats(ctx context.Context, in *criv1alpha2.ListContainerStatsRequest) (*criv1alpha2.ListContainerStatsResponse, error)
func (*Server) ListContainers ¶
func (s *Server) ListContainers(ctx context.Context, in *criv1alpha2.ListContainersRequest) (*criv1alpha2.ListContainersResponse, error)
func (*Server) ListImages ¶
func (s *Server) ListImages(ctx context.Context, in *criv1alpha2.ListImagesRequest) (*criv1alpha2.ListImagesResponse, error)
func (*Server) ListPodSandbox ¶
func (s *Server) ListPodSandbox(ctx context.Context, in *criv1alpha2.ListPodSandboxRequest) (*criv1alpha2.ListPodSandboxResponse, error)
func (*Server) ListPodSandboxStats ¶
func (s *Server) ListPodSandboxStats(ctx context.Context, in *criv1alpha2.ListPodSandboxStatsRequest) (*criv1alpha2.ListPodSandboxStatsResponse, error)
func (*Server) PodSandboxStats ¶
func (s *Server) PodSandboxStats(ctx context.Context, in *criv1alpha2.PodSandboxStatsRequest) (*criv1alpha2.PodSandboxStatsResponse, error)
func (*Server) PodSandboxStatus ¶
func (s *Server) PodSandboxStatus(ctx context.Context, in *criv1alpha2.PodSandboxStatusRequest) (*criv1alpha2.PodSandboxStatusResponse, error)
func (*Server) PortForward ¶
func (s *Server) PortForward(ctx context.Context, in *criv1alpha2.PortForwardRequest) (*criv1alpha2.PortForwardResponse, error)
func (*Server) PullImage ¶
func (s *Server) PullImage(ctx context.Context, in *criv1alpha2.PullImageRequest) (*criv1alpha2.PullImageResponse, error)
func (*Server) RegisterImageService ¶
func (s *Server) RegisterImageService(image criv1.ImageServiceServer)
func (*Server) RegisterRuntimeService ¶
func (s *Server) RegisterRuntimeService(runtime criv1.RuntimeServiceServer)
func (*Server) RemoveContainer ¶
func (s *Server) RemoveContainer(ctx context.Context, in *criv1alpha2.RemoveContainerRequest) (*criv1alpha2.RemoveContainerResponse, error)
func (*Server) RemoveImage ¶
func (s *Server) RemoveImage(ctx context.Context, in *criv1alpha2.RemoveImageRequest) (*criv1alpha2.RemoveImageResponse, error)
func (*Server) RemovePodSandbox ¶
func (s *Server) RemovePodSandbox(ctx context.Context, in *criv1alpha2.RemovePodSandboxRequest) (*criv1alpha2.RemovePodSandboxResponse, error)
func (*Server) ReopenContainerLog ¶
func (s *Server) ReopenContainerLog(ctx context.Context, in *criv1alpha2.ReopenContainerLogRequest) (*criv1alpha2.ReopenContainerLogResponse, error)
func (*Server) RunPodSandbox ¶
func (s *Server) RunPodSandbox(ctx context.Context, in *criv1alpha2.RunPodSandboxRequest) (*criv1alpha2.RunPodSandboxResponse, error)
func (*Server) StartContainer ¶
func (s *Server) StartContainer(ctx context.Context, in *criv1alpha2.StartContainerRequest) (*criv1alpha2.StartContainerResponse, error)
func (*Server) Status ¶
func (s *Server) Status(ctx context.Context, in *criv1alpha2.StatusRequest) (*criv1alpha2.StatusResponse, error)
func (*Server) StopContainer ¶
func (s *Server) StopContainer(ctx context.Context, in *criv1alpha2.StopContainerRequest) (*criv1alpha2.StopContainerResponse, error)
func (*Server) StopPodSandbox ¶
func (s *Server) StopPodSandbox(ctx context.Context, in *criv1alpha2.StopPodSandboxRequest) (*criv1alpha2.StopPodSandboxResponse, error)
func (*Server) UpdateContainerResources ¶
func (s *Server) UpdateContainerResources(ctx context.Context, in *criv1alpha2.UpdateContainerResourcesRequest) (*criv1alpha2.UpdateContainerResourcesResponse, error)
func (*Server) UpdateRuntimeConfig ¶
func (s *Server) UpdateRuntimeConfig(ctx context.Context, in *criv1alpha2.UpdateRuntimeConfigRequest) (*criv1alpha2.UpdateRuntimeConfigResponse, error)
func (*Server) Version ¶
func (s *Server) Version(ctx context.Context, in *criv1alpha2.VersionRequest) (*criv1alpha2.VersionResponse, error)
Click to show internal directories.
Click to hide internal directories.