Documentation ¶
Index ¶
- type ImageGrpc
- func (s *ImageGrpc) ImageFsInfo(ctx context.Context, req *v1.ImageFsInfoRequest) (*v1.ImageFsInfoResponse, error)
- func (s *ImageGrpc) ImageStatus(ctx context.Context, req *v1.ImageStatusRequest) (*v1.ImageStatusResponse, error)
- func (s *ImageGrpc) ListImages(ctx context.Context, req *v1.ListImagesRequest) (*v1.ListImagesResponse, error)
- func (s *ImageGrpc) PullImage(ctx context.Context, req *v1.PullImageRequest) (*v1.PullImageResponse, error)
- func (s *ImageGrpc) RemoveImage(ctx context.Context, req *v1.RemoveImageRequest) (*v1.RemoveImageResponse, error)
- type RuntimeGrpc
- func (s *RuntimeGrpc) Attach(ctx context.Context, req *v1.AttachRequest) (*v1.AttachResponse, error)
- func (s *RuntimeGrpc) CheckpointContainer(ctx context.Context, req *v1.CheckpointContainerRequest) (*v1.CheckpointContainerResponse, error)
- func (s *RuntimeGrpc) ContainerStats(ctx context.Context, req *v1.ContainerStatsRequest) (*v1.ContainerStatsResponse, error)
- func (s *RuntimeGrpc) ContainerStatus(ctx context.Context, req *v1.ContainerStatusRequest) (*v1.ContainerStatusResponse, error)
- func (s *RuntimeGrpc) CreateContainer(ctx context.Context, req *v1.CreateContainerRequest) (*v1.CreateContainerResponse, error)
- func (s *RuntimeGrpc) Exec(ctx context.Context, req *v1.ExecRequest) (*v1.ExecResponse, error)
- func (s *RuntimeGrpc) ExecSync(ctx context.Context, req *v1.ExecSyncRequest) (*v1.ExecSyncResponse, error)
- func (s *RuntimeGrpc) GetContainerEvents(req *v1.GetEventsRequest, srv v1.RuntimeService_GetContainerEventsServer) error
- func (s *RuntimeGrpc) ListContainerStats(ctx context.Context, req *v1.ListContainerStatsRequest) (*v1.ListContainerStatsResponse, error)
- func (s *RuntimeGrpc) ListContainers(ctx context.Context, req *v1.ListContainersRequest) (*v1.ListContainersResponse, error)
- func (s *RuntimeGrpc) ListMetricDescriptors(ctx context.Context, req *v1.ListMetricDescriptorsRequest) (*v1.ListMetricDescriptorsResponse, error)
- func (s *RuntimeGrpc) ListPodSandbox(ctx context.Context, req *v1.ListPodSandboxRequest) (*v1.ListPodSandboxResponse, error)
- func (s *RuntimeGrpc) ListPodSandboxMetrics(ctx context.Context, req *v1.ListPodSandboxMetricsRequest) (*v1.ListPodSandboxMetricsResponse, error)
- func (s *RuntimeGrpc) ListPodSandboxStats(ctx context.Context, req *v1.ListPodSandboxStatsRequest) (*v1.ListPodSandboxStatsResponse, error)
- func (s *RuntimeGrpc) PodSandboxStats(ctx context.Context, req *v1.PodSandboxStatsRequest) (*v1.PodSandboxStatsResponse, error)
- func (s *RuntimeGrpc) PodSandboxStatus(ctx context.Context, req *v1.PodSandboxStatusRequest) (*v1.PodSandboxStatusResponse, error)
- func (s *RuntimeGrpc) PortForward(ctx context.Context, req *v1.PortForwardRequest) (*v1.PortForwardResponse, error)
- func (s *RuntimeGrpc) RemoveContainer(ctx context.Context, req *v1.RemoveContainerRequest) (*v1.RemoveContainerResponse, error)
- func (s *RuntimeGrpc) RemovePodSandbox(ctx context.Context, req *v1.RemovePodSandboxRequest) (*v1.RemovePodSandboxResponse, error)
- func (s *RuntimeGrpc) ReopenContainerLog(ctx context.Context, req *v1.ReopenContainerLogRequest) (*v1.ReopenContainerLogResponse, error)
- func (s *RuntimeGrpc) RunPodSandbox(ctx context.Context, req *v1.RunPodSandboxRequest) (*v1.RunPodSandboxResponse, error)
- func (s *RuntimeGrpc) RuntimeConfig(ctx context.Context, req *v1.RuntimeConfigRequest) (*v1.RuntimeConfigResponse, error)
- func (s *RuntimeGrpc) StartContainer(ctx context.Context, req *v1.StartContainerRequest) (*v1.StartContainerResponse, error)
- func (s *RuntimeGrpc) Status(ctx context.Context, req *v1.StatusRequest) (*v1.StatusResponse, error)
- func (s *RuntimeGrpc) StopContainer(ctx context.Context, req *v1.StopContainerRequest) (*v1.StopContainerResponse, error)
- func (s *RuntimeGrpc) StopPodSandbox(ctx context.Context, req *v1.StopPodSandboxRequest) (*v1.StopPodSandboxResponse, error)
- func (s *RuntimeGrpc) UpdateContainerResources(ctx context.Context, req *v1.UpdateContainerResourcesRequest) (*v1.UpdateContainerResourcesResponse, error)
- func (s *RuntimeGrpc) UpdateRuntimeConfig(ctx context.Context, req *v1.UpdateRuntimeConfigRequest) (*v1.UpdateRuntimeConfigResponse, error)
- func (s *RuntimeGrpc) Version(ctx context.Context, req *v1.VersionRequest) (*v1.VersionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageGrpc ¶
type ImageGrpc struct {
// contains filtered or unexported fields
}
func NewImageGrpc ¶
func NewImageGrpc(client v1.ImageServiceClient) *ImageGrpc
func (*ImageGrpc) ImageFsInfo ¶
func (s *ImageGrpc) ImageFsInfo(ctx context.Context, req *v1.ImageFsInfoRequest) (*v1.ImageFsInfoResponse, error)
func (*ImageGrpc) ImageStatus ¶
func (s *ImageGrpc) ImageStatus(ctx context.Context, req *v1.ImageStatusRequest) (*v1.ImageStatusResponse, error)
func (*ImageGrpc) ListImages ¶
func (s *ImageGrpc) ListImages(ctx context.Context, req *v1.ListImagesRequest) (*v1.ListImagesResponse, error)
func (*ImageGrpc) PullImage ¶
func (s *ImageGrpc) PullImage(ctx context.Context, req *v1.PullImageRequest) (*v1.PullImageResponse, error)
func (*ImageGrpc) RemoveImage ¶
func (s *ImageGrpc) RemoveImage(ctx context.Context, req *v1.RemoveImageRequest) (*v1.RemoveImageResponse, error)
type RuntimeGrpc ¶
type RuntimeGrpc struct {
// contains filtered or unexported fields
}
func NewRuntimeGrpc ¶
func NewRuntimeGrpc(client v1.RuntimeServiceClient) *RuntimeGrpc
func (*RuntimeGrpc) Attach ¶
func (s *RuntimeGrpc) Attach(ctx context.Context, req *v1.AttachRequest) (*v1.AttachResponse, error)
func (*RuntimeGrpc) CheckpointContainer ¶
func (s *RuntimeGrpc) CheckpointContainer(ctx context.Context, req *v1.CheckpointContainerRequest) (*v1.CheckpointContainerResponse, error)
func (*RuntimeGrpc) ContainerStats ¶
func (s *RuntimeGrpc) ContainerStats(ctx context.Context, req *v1.ContainerStatsRequest) (*v1.ContainerStatsResponse, error)
func (*RuntimeGrpc) ContainerStatus ¶
func (s *RuntimeGrpc) ContainerStatus(ctx context.Context, req *v1.ContainerStatusRequest) (*v1.ContainerStatusResponse, error)
func (*RuntimeGrpc) CreateContainer ¶
func (s *RuntimeGrpc) CreateContainer(ctx context.Context, req *v1.CreateContainerRequest) (*v1.CreateContainerResponse, error)
func (*RuntimeGrpc) Exec ¶
func (s *RuntimeGrpc) Exec(ctx context.Context, req *v1.ExecRequest) (*v1.ExecResponse, error)
func (*RuntimeGrpc) ExecSync ¶
func (s *RuntimeGrpc) ExecSync(ctx context.Context, req *v1.ExecSyncRequest) (*v1.ExecSyncResponse, error)
func (*RuntimeGrpc) GetContainerEvents ¶
func (s *RuntimeGrpc) GetContainerEvents(req *v1.GetEventsRequest, srv v1.RuntimeService_GetContainerEventsServer) error
func (*RuntimeGrpc) ListContainerStats ¶
func (s *RuntimeGrpc) ListContainerStats(ctx context.Context, req *v1.ListContainerStatsRequest) (*v1.ListContainerStatsResponse, error)
func (*RuntimeGrpc) ListContainers ¶
func (s *RuntimeGrpc) ListContainers(ctx context.Context, req *v1.ListContainersRequest) (*v1.ListContainersResponse, error)
func (*RuntimeGrpc) ListMetricDescriptors ¶
func (s *RuntimeGrpc) ListMetricDescriptors(ctx context.Context, req *v1.ListMetricDescriptorsRequest) (*v1.ListMetricDescriptorsResponse, error)
func (*RuntimeGrpc) ListPodSandbox ¶
func (s *RuntimeGrpc) ListPodSandbox(ctx context.Context, req *v1.ListPodSandboxRequest) (*v1.ListPodSandboxResponse, error)
func (*RuntimeGrpc) ListPodSandboxMetrics ¶
func (s *RuntimeGrpc) ListPodSandboxMetrics(ctx context.Context, req *v1.ListPodSandboxMetricsRequest) (*v1.ListPodSandboxMetricsResponse, error)
func (*RuntimeGrpc) ListPodSandboxStats ¶
func (s *RuntimeGrpc) ListPodSandboxStats(ctx context.Context, req *v1.ListPodSandboxStatsRequest) (*v1.ListPodSandboxStatsResponse, error)
func (*RuntimeGrpc) PodSandboxStats ¶
func (s *RuntimeGrpc) PodSandboxStats(ctx context.Context, req *v1.PodSandboxStatsRequest) (*v1.PodSandboxStatsResponse, error)
func (*RuntimeGrpc) PodSandboxStatus ¶
func (s *RuntimeGrpc) PodSandboxStatus(ctx context.Context, req *v1.PodSandboxStatusRequest) (*v1.PodSandboxStatusResponse, error)
func (*RuntimeGrpc) PortForward ¶
func (s *RuntimeGrpc) PortForward(ctx context.Context, req *v1.PortForwardRequest) (*v1.PortForwardResponse, error)
func (*RuntimeGrpc) RemoveContainer ¶
func (s *RuntimeGrpc) RemoveContainer(ctx context.Context, req *v1.RemoveContainerRequest) (*v1.RemoveContainerResponse, error)
func (*RuntimeGrpc) RemovePodSandbox ¶
func (s *RuntimeGrpc) RemovePodSandbox(ctx context.Context, req *v1.RemovePodSandboxRequest) (*v1.RemovePodSandboxResponse, error)
func (*RuntimeGrpc) ReopenContainerLog ¶
func (s *RuntimeGrpc) ReopenContainerLog(ctx context.Context, req *v1.ReopenContainerLogRequest) (*v1.ReopenContainerLogResponse, error)
func (*RuntimeGrpc) RunPodSandbox ¶
func (s *RuntimeGrpc) RunPodSandbox(ctx context.Context, req *v1.RunPodSandboxRequest) (*v1.RunPodSandboxResponse, error)
func (*RuntimeGrpc) RuntimeConfig ¶
func (s *RuntimeGrpc) RuntimeConfig(ctx context.Context, req *v1.RuntimeConfigRequest) (*v1.RuntimeConfigResponse, error)
func (*RuntimeGrpc) StartContainer ¶
func (s *RuntimeGrpc) StartContainer(ctx context.Context, req *v1.StartContainerRequest) (*v1.StartContainerResponse, error)
func (*RuntimeGrpc) Status ¶
func (s *RuntimeGrpc) Status(ctx context.Context, req *v1.StatusRequest) (*v1.StatusResponse, error)
func (*RuntimeGrpc) StopContainer ¶
func (s *RuntimeGrpc) StopContainer(ctx context.Context, req *v1.StopContainerRequest) (*v1.StopContainerResponse, error)
func (*RuntimeGrpc) StopPodSandbox ¶
func (s *RuntimeGrpc) StopPodSandbox(ctx context.Context, req *v1.StopPodSandboxRequest) (*v1.StopPodSandboxResponse, error)
func (*RuntimeGrpc) UpdateContainerResources ¶
func (s *RuntimeGrpc) UpdateContainerResources(ctx context.Context, req *v1.UpdateContainerResourcesRequest) (*v1.UpdateContainerResourcesResponse, error)
func (*RuntimeGrpc) UpdateRuntimeConfig ¶
func (s *RuntimeGrpc) UpdateRuntimeConfig(ctx context.Context, req *v1.UpdateRuntimeConfigRequest) (*v1.UpdateRuntimeConfigResponse, error)
func (*RuntimeGrpc) Version ¶
func (s *RuntimeGrpc) Version(ctx context.Context, req *v1.VersionRequest) (*v1.VersionResponse, error)
Click to show internal directories.
Click to hide internal directories.