kubernetes/vendor/github.com/containerd/containerd/api/services/tasks/v1/tasks.pb.go

const _

const _

type CreateTaskRequest

func (x *CreateTaskRequest) Reset() {}

func (x *CreateTaskRequest) String() string {}

func (*CreateTaskRequest) ProtoMessage() {}

func (x *CreateTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CreateTaskRequest.ProtoReflect.Descriptor instead.
func (*CreateTaskRequest) Descriptor() ([]byte, []int) {}

func (x *CreateTaskRequest) GetContainerID() string {}

func (x *CreateTaskRequest) GetRootfs() []*types.Mount {}

func (x *CreateTaskRequest) GetStdin() string {}

func (x *CreateTaskRequest) GetStdout() string {}

func (x *CreateTaskRequest) GetStderr() string {}

func (x *CreateTaskRequest) GetTerminal() bool {}

func (x *CreateTaskRequest) GetCheckpoint() *types.Descriptor {}

func (x *CreateTaskRequest) GetOptions() *anypb.Any {}

func (x *CreateTaskRequest) GetRuntimePath() string {}

type CreateTaskResponse

func (x *CreateTaskResponse) Reset() {}

func (x *CreateTaskResponse) String() string {}

func (*CreateTaskResponse) ProtoMessage() {}

func (x *CreateTaskResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CreateTaskResponse.ProtoReflect.Descriptor instead.
func (*CreateTaskResponse) Descriptor() ([]byte, []int) {}

func (x *CreateTaskResponse) GetContainerID() string {}

func (x *CreateTaskResponse) GetPid() uint32 {}

type StartRequest

func (x *StartRequest) Reset() {}

func (x *StartRequest) String() string {}

func (*StartRequest) ProtoMessage() {}

func (x *StartRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use StartRequest.ProtoReflect.Descriptor instead.
func (*StartRequest) Descriptor() ([]byte, []int) {}

func (x *StartRequest) GetContainerID() string {}

func (x *StartRequest) GetExecID() string {}

type StartResponse

func (x *StartResponse) Reset() {}

func (x *StartResponse) String() string {}

func (*StartResponse) ProtoMessage() {}

func (x *StartResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use StartResponse.ProtoReflect.Descriptor instead.
func (*StartResponse) Descriptor() ([]byte, []int) {}

func (x *StartResponse) GetPid() uint32 {}

type DeleteTaskRequest

func (x *DeleteTaskRequest) Reset() {}

func (x *DeleteTaskRequest) String() string {}

func (*DeleteTaskRequest) ProtoMessage() {}

func (x *DeleteTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use DeleteTaskRequest.ProtoReflect.Descriptor instead.
func (*DeleteTaskRequest) Descriptor() ([]byte, []int) {}

func (x *DeleteTaskRequest) GetContainerID() string {}

type DeleteResponse

func (x *DeleteResponse) Reset() {}

func (x *DeleteResponse) String() string {}

func (*DeleteResponse) ProtoMessage() {}

func (x *DeleteResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.
func (*DeleteResponse) Descriptor() ([]byte, []int) {}

func (x *DeleteResponse) GetID() string {}

func (x *DeleteResponse) GetPid() uint32 {}

func (x *DeleteResponse) GetExitStatus() uint32 {}

func (x *DeleteResponse) GetExitedAt() *timestamppb.Timestamp {}

type DeleteProcessRequest

func (x *DeleteProcessRequest) Reset() {}

func (x *DeleteProcessRequest) String() string {}

func (*DeleteProcessRequest) ProtoMessage() {}

func (x *DeleteProcessRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use DeleteProcessRequest.ProtoReflect.Descriptor instead.
func (*DeleteProcessRequest) Descriptor() ([]byte, []int) {}

func (x *DeleteProcessRequest) GetContainerID() string {}

func (x *DeleteProcessRequest) GetExecID() string {}

type GetRequest

func (x *GetRequest) Reset() {}

func (x *GetRequest) String() string {}

func (*GetRequest) ProtoMessage() {}

func (x *GetRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
func (*GetRequest) Descriptor() ([]byte, []int) {}

func (x *GetRequest) GetContainerID() string {}

func (x *GetRequest) GetExecID() string {}

type GetResponse

func (x *GetResponse) Reset() {}

func (x *GetResponse) String() string {}

func (*GetResponse) ProtoMessage() {}

func (x *GetResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) Descriptor() ([]byte, []int) {}

func (x *GetResponse) GetProcess() *task.Process {}

type ListTasksRequest

func (x *ListTasksRequest) Reset() {}

func (x *ListTasksRequest) String() string {}

func (*ListTasksRequest) ProtoMessage() {}

func (x *ListTasksRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ListTasksRequest.ProtoReflect.Descriptor instead.
func (*ListTasksRequest) Descriptor() ([]byte, []int) {}

func (x *ListTasksRequest) GetFilter() string {}

type ListTasksResponse

func (x *ListTasksResponse) Reset() {}

func (x *ListTasksResponse) String() string {}

func (*ListTasksResponse) ProtoMessage() {}

func (x *ListTasksResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ListTasksResponse.ProtoReflect.Descriptor instead.
func (*ListTasksResponse) Descriptor() ([]byte, []int) {}

func (x *ListTasksResponse) GetTasks() []*task.Process {}

type KillRequest

func (x *KillRequest) Reset() {}

func (x *KillRequest) String() string {}

func (*KillRequest) ProtoMessage() {}

func (x *KillRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use KillRequest.ProtoReflect.Descriptor instead.
func (*KillRequest) Descriptor() ([]byte, []int) {}

func (x *KillRequest) GetContainerID() string {}

func (x *KillRequest) GetExecID() string {}

func (x *KillRequest) GetSignal() uint32 {}

func (x *KillRequest) GetAll() bool {}

type ExecProcessRequest

func (x *ExecProcessRequest) Reset() {}

func (x *ExecProcessRequest) String() string {}

func (*ExecProcessRequest) ProtoMessage() {}

func (x *ExecProcessRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ExecProcessRequest.ProtoReflect.Descriptor instead.
func (*ExecProcessRequest) Descriptor() ([]byte, []int) {}

func (x *ExecProcessRequest) GetContainerID() string {}

func (x *ExecProcessRequest) GetStdin() string {}

func (x *ExecProcessRequest) GetStdout() string {}

func (x *ExecProcessRequest) GetStderr() string {}

func (x *ExecProcessRequest) GetTerminal() bool {}

func (x *ExecProcessRequest) GetSpec() *anypb.Any {}

func (x *ExecProcessRequest) GetExecID() string {}

type ExecProcessResponse

func (x *ExecProcessResponse) Reset() {}

func (x *ExecProcessResponse) String() string {}

func (*ExecProcessResponse) ProtoMessage() {}

func (x *ExecProcessResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ExecProcessResponse.ProtoReflect.Descriptor instead.
func (*ExecProcessResponse) Descriptor() ([]byte, []int) {}

type ResizePtyRequest

func (x *ResizePtyRequest) Reset() {}

func (x *ResizePtyRequest) String() string {}

func (*ResizePtyRequest) ProtoMessage() {}

func (x *ResizePtyRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ResizePtyRequest.ProtoReflect.Descriptor instead.
func (*ResizePtyRequest) Descriptor() ([]byte, []int) {}

func (x *ResizePtyRequest) GetContainerID() string {}

func (x *ResizePtyRequest) GetExecID() string {}

func (x *ResizePtyRequest) GetWidth() uint32 {}

func (x *ResizePtyRequest) GetHeight() uint32 {}

type CloseIORequest

func (x *CloseIORequest) Reset() {}

func (x *CloseIORequest) String() string {}

func (*CloseIORequest) ProtoMessage() {}

func (x *CloseIORequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CloseIORequest.ProtoReflect.Descriptor instead.
func (*CloseIORequest) Descriptor() ([]byte, []int) {}

func (x *CloseIORequest) GetContainerID() string {}

func (x *CloseIORequest) GetExecID() string {}

func (x *CloseIORequest) GetStdin() bool {}

type PauseTaskRequest

func (x *PauseTaskRequest) Reset() {}

func (x *PauseTaskRequest) String() string {}

func (*PauseTaskRequest) ProtoMessage() {}

func (x *PauseTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use PauseTaskRequest.ProtoReflect.Descriptor instead.
func (*PauseTaskRequest) Descriptor() ([]byte, []int) {}

func (x *PauseTaskRequest) GetContainerID() string {}

type ResumeTaskRequest

func (x *ResumeTaskRequest) Reset() {}

func (x *ResumeTaskRequest) String() string {}

func (*ResumeTaskRequest) ProtoMessage() {}

func (x *ResumeTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ResumeTaskRequest.ProtoReflect.Descriptor instead.
func (*ResumeTaskRequest) Descriptor() ([]byte, []int) {}

func (x *ResumeTaskRequest) GetContainerID() string {}

type ListPidsRequest

func (x *ListPidsRequest) Reset() {}

func (x *ListPidsRequest) String() string {}

func (*ListPidsRequest) ProtoMessage() {}

func (x *ListPidsRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ListPidsRequest.ProtoReflect.Descriptor instead.
func (*ListPidsRequest) Descriptor() ([]byte, []int) {}

func (x *ListPidsRequest) GetContainerID() string {}

type ListPidsResponse

func (x *ListPidsResponse) Reset() {}

func (x *ListPidsResponse) String() string {}

func (*ListPidsResponse) ProtoMessage() {}

func (x *ListPidsResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ListPidsResponse.ProtoReflect.Descriptor instead.
func (*ListPidsResponse) Descriptor() ([]byte, []int) {}

func (x *ListPidsResponse) GetProcesses() []*task.ProcessInfo {}

type CheckpointTaskRequest

func (x *CheckpointTaskRequest) Reset() {}

func (x *CheckpointTaskRequest) String() string {}

func (*CheckpointTaskRequest) ProtoMessage() {}

func (x *CheckpointTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CheckpointTaskRequest.ProtoReflect.Descriptor instead.
func (*CheckpointTaskRequest) Descriptor() ([]byte, []int) {}

func (x *CheckpointTaskRequest) GetContainerID() string {}

func (x *CheckpointTaskRequest) GetParentCheckpoint() string {}

func (x *CheckpointTaskRequest) GetOptions() *anypb.Any {}

type CheckpointTaskResponse

func (x *CheckpointTaskResponse) Reset() {}

func (x *CheckpointTaskResponse) String() string {}

func (*CheckpointTaskResponse) ProtoMessage() {}

func (x *CheckpointTaskResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CheckpointTaskResponse.ProtoReflect.Descriptor instead.
func (*CheckpointTaskResponse) Descriptor() ([]byte, []int) {}

func (x *CheckpointTaskResponse) GetDescriptors() []*types.Descriptor {}

type UpdateTaskRequest

func (x *UpdateTaskRequest) Reset() {}

func (x *UpdateTaskRequest) String() string {}

func (*UpdateTaskRequest) ProtoMessage() {}

func (x *UpdateTaskRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use UpdateTaskRequest.ProtoReflect.Descriptor instead.
func (*UpdateTaskRequest) Descriptor() ([]byte, []int) {}

func (x *UpdateTaskRequest) GetContainerID() string {}

func (x *UpdateTaskRequest) GetResources() *anypb.Any {}

func (x *UpdateTaskRequest) GetAnnotations() map[string]string {}

type MetricsRequest

func (x *MetricsRequest) Reset() {}

func (x *MetricsRequest) String() string {}

func (*MetricsRequest) ProtoMessage() {}

func (x *MetricsRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use MetricsRequest.ProtoReflect.Descriptor instead.
func (*MetricsRequest) Descriptor() ([]byte, []int) {}

func (x *MetricsRequest) GetFilters() []string {}

type MetricsResponse

func (x *MetricsResponse) Reset() {}

func (x *MetricsResponse) String() string {}

func (*MetricsResponse) ProtoMessage() {}

func (x *MetricsResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use MetricsResponse.ProtoReflect.Descriptor instead.
func (*MetricsResponse) Descriptor() ([]byte, []int) {}

func (x *MetricsResponse) GetMetrics() []*types.Metric {}

type WaitRequest

func (x *WaitRequest) Reset() {}

func (x *WaitRequest) String() string {}

func (*WaitRequest) ProtoMessage() {}

func (x *WaitRequest) ProtoReflect() protoreflect.Message {}

// Deprecated: Use WaitRequest.ProtoReflect.Descriptor instead.
func (*WaitRequest) Descriptor() ([]byte, []int) {}

func (x *WaitRequest) GetContainerID() string {}

func (x *WaitRequest) GetExecID() string {}

type WaitResponse

func (x *WaitResponse) Reset() {}

func (x *WaitResponse) String() string {}

func (*WaitResponse) ProtoMessage() {}

func (x *WaitResponse) ProtoReflect() protoreflect.Message {}

// Deprecated: Use WaitResponse.ProtoReflect.Descriptor instead.
func (*WaitResponse) Descriptor() ([]byte, []int) {}

func (x *WaitResponse) GetExitStatus() uint32 {}

func (x *WaitResponse) GetExitedAt() *timestamppb.Timestamp {}

var File_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_rawDesc

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_rawDescOnce

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_rawDescData

func file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_rawDescGZIP() []byte {}

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_msgTypes

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_goTypes

var file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_depIdxs

func init() {}

func file_github_com_containerd_containerd_api_services_tasks_v1_tasks_proto_init() {}