Versions in this module Expand all Collapse all v1 v1.6.1 Oct 23, 2022 Changes in this version + var File_github_com_containerd_containerd_api_types_task_task_proto protoreflect.FileDescriptor + var Status_name = map[int32]string + var Status_value = map[string]int32 + type Process struct + ContainerID string + ExitStatus uint32 + ExitedAt *timestamppb.Timestamp + ID string + Pid uint32 + Status Status + Stderr string + Stdin string + Stdout string + Terminal bool + func (*Process) Descriptor() ([]byte, []int) + func (*Process) ProtoMessage() + func (x *Process) GetContainerID() string + func (x *Process) GetExitStatus() uint32 + func (x *Process) GetExitedAt() *timestamppb.Timestamp + func (x *Process) GetID() string + func (x *Process) GetPid() uint32 + func (x *Process) GetStatus() Status + func (x *Process) GetStderr() string + func (x *Process) GetStdin() string + func (x *Process) GetStdout() string + func (x *Process) GetTerminal() bool + func (x *Process) ProtoReflect() protoreflect.Message + func (x *Process) Reset() + func (x *Process) String() string + type ProcessInfo struct + Info *anypb.Any + Pid uint32 + func (*ProcessInfo) Descriptor() ([]byte, []int) + func (*ProcessInfo) ProtoMessage() + func (x *ProcessInfo) GetInfo() *anypb.Any + func (x *ProcessInfo) GetPid() uint32 + func (x *ProcessInfo) ProtoReflect() protoreflect.Message + func (x *ProcessInfo) Reset() + func (x *ProcessInfo) String() string + type Status int32 + const Status_CREATED + const Status_PAUSED + const Status_PAUSING + const Status_RUNNING + const Status_STOPPED + const Status_UNKNOWN + func (Status) Descriptor() protoreflect.EnumDescriptor + func (Status) EnumDescriptor() ([]byte, []int) + func (Status) Type() protoreflect.EnumType + func (x Status) Enum() *Status + func (x Status) Number() protoreflect.EnumNumber + func (x Status) String() string Other modules containing this package github.com/goodbaikin/containerd