package task
import "github.com/containerd/containerd/api/types/task"
Package task is a generated protocol buffer package.
It is generated from these files:
github.com/containerd/containerd/api/types/task/task.proto
It has these top-level messages:
Process
Index ¶
- Variables
- type Process
- func (*Process) Descriptor() ([]byte, []int)
- func (m *Process) Marshal() (dAtA []byte, err error)
- func (m *Process) MarshalTo(dAtA []byte) (int, error)
- func (*Process) ProtoMessage()
- func (m *Process) Reset()
- func (m *Process) Size() (n int)
- func (this *Process) String() string
- func (m *Process) Unmarshal(dAtA []byte) error
- type Status
Variables ¶
var ( ErrInvalidLengthTask = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTask = fmt.Errorf("proto: integer overflow") )
var Status_name = map[int32]string{ 0: "UNKNOWN", 1: "CREATED", 2: "RUNNING", 3: "STOPPED", 4: "PAUSED", 5: "PAUSING", }
var Status_value = map[string]int32{ "UNKNOWN": 0, "CREATED": 1, "RUNNING": 2, "STOPPED": 3, "PAUSED": 4, "PAUSING": 5, }
Types ¶
type Process ¶
type Process struct { ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` ID string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Pid uint32 `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty"` Status Status `protobuf:"varint,4,opt,name=status,proto3,enum=containerd.v1.types.Status" json:"status,omitempty"` Stdin string `protobuf:"bytes,5,opt,name=stdin,proto3" json:"stdin,omitempty"` Stdout string `protobuf:"bytes,6,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,7,opt,name=stderr,proto3" json:"stderr,omitempty"` Terminal bool `protobuf:"varint,8,opt,name=terminal,proto3" json:"terminal,omitempty"` ExitStatus uint32 `protobuf:"varint,9,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"` ExitedAt time.Time `protobuf:"bytes,10,opt,name=exited_at,json=exitedAt,stdtime" json:"exited_at"` }
func (*Process) Descriptor ¶
func (*Process) Marshal ¶
func (*Process) MarshalTo ¶
func (*Process) ProtoMessage ¶
func (*Process) ProtoMessage()
func (*Process) Reset ¶
func (m *Process) Reset()
func (*Process) Size ¶
func (*Process) String ¶
func (*Process) Unmarshal ¶
type Status ¶
type Status int32
const ( StatusUnknown Status = 0 StatusCreated Status = 1 StatusRunning Status = 2 StatusStopped Status = 3 StatusPaused Status = 4 StatusPausing Status = 5 )
func (Status) EnumDescriptor ¶
func (Status) String ¶
Source Files ¶
- Version
- v1.0.0-alpha6
- Published
- Aug 23, 2017
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- now –
Tools for package owners.