Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + var ErrIntOverflowRunc = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthRunc = fmt.Errorf("proto: negative length found during unmarshaling") + type CheckpointOptions struct + CgroupsMode string + EmptyNamespaces []string + Exit bool + ExternalUnixSockets bool + FileLocks bool + OpenTcp bool + Terminal bool + func (*CheckpointOptions) Descriptor() ([]byte, []int) + func (*CheckpointOptions) ProtoMessage() + func (m *CheckpointOptions) Marshal() (dAtA []byte, err error) + func (m *CheckpointOptions) MarshalTo(dAtA []byte) (int, error) + func (m *CheckpointOptions) Reset() + func (m *CheckpointOptions) Size() (n int) + func (m *CheckpointOptions) Unmarshal(dAtA []byte) error + func (this *CheckpointOptions) String() string + type CreateOptions struct + CgroupsMode string + EmptyNamespaces []string + ExternalUnixSockets bool + FileLocks bool + IoGid uint32 + IoUid uint32 + NoNewKeyring bool + NoPivotRoot bool + OpenTcp bool + ShimCgroup string + Terminal bool + func (*CreateOptions) Descriptor() ([]byte, []int) + func (*CreateOptions) ProtoMessage() + func (m *CreateOptions) Marshal() (dAtA []byte, err error) + func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *CreateOptions) Reset() + func (m *CreateOptions) Size() (n int) + func (m *CreateOptions) Unmarshal(dAtA []byte) error + func (this *CreateOptions) String() string + type ProcessDetails struct + ExecID string + func (*ProcessDetails) Descriptor() ([]byte, []int) + func (*ProcessDetails) ProtoMessage() + func (m *ProcessDetails) Marshal() (dAtA []byte, err error) + func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error) + func (m *ProcessDetails) Reset() + func (m *ProcessDetails) Size() (n int) + func (m *ProcessDetails) Unmarshal(dAtA []byte) error + func (this *ProcessDetails) String() string + type RuncOptions struct + CriuPath string + Runtime string + RuntimeRoot string + SystemdCgroup bool + func (*RuncOptions) Descriptor() ([]byte, []int) + func (*RuncOptions) ProtoMessage() + func (m *RuncOptions) Marshal() (dAtA []byte, err error) + func (m *RuncOptions) MarshalTo(dAtA []byte) (int, error) + func (m *RuncOptions) Reset() + func (m *RuncOptions) Size() (n int) + func (m *RuncOptions) Unmarshal(dAtA []byte) error + func (this *RuncOptions) String() string