|
@@ -1,30 +1,16 @@
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// source: github.com/containerd/containerd/runtime/linux/runctypes/runc.proto
|
|
// source: github.com/containerd/containerd/runtime/linux/runctypes/runc.proto
|
|
|
|
|
|
-/*
|
|
|
|
- Package runctypes is a generated protocol buffer package.
|
|
|
|
-
|
|
|
|
- It is generated from these files:
|
|
|
|
- github.com/containerd/containerd/runtime/linux/runctypes/runc.proto
|
|
|
|
-
|
|
|
|
- It has these top-level messages:
|
|
|
|
- RuncOptions
|
|
|
|
- CreateOptions
|
|
|
|
- CheckpointOptions
|
|
|
|
- ProcessDetails
|
|
|
|
-*/
|
|
|
|
package runctypes
|
|
package runctypes
|
|
|
|
|
|
-import proto "github.com/gogo/protobuf/proto"
|
|
|
|
-import fmt "fmt"
|
|
|
|
-import math "math"
|
|
|
|
-
|
|
|
|
-// skipping weak import gogoproto "github.com/gogo/protobuf/gogoproto"
|
|
|
|
-
|
|
|
|
-import strings "strings"
|
|
|
|
-import reflect "reflect"
|
|
|
|
-
|
|
|
|
-import io "io"
|
|
|
|
|
|
+import (
|
|
|
|
+ fmt "fmt"
|
|
|
|
+ proto "github.com/gogo/protobuf/proto"
|
|
|
|
+ io "io"
|
|
|
|
+ math "math"
|
|
|
|
+ reflect "reflect"
|
|
|
|
+ strings "strings"
|
|
|
|
+)
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = proto.Marshal
|
|
@@ -38,59 +24,183 @@ var _ = math.Inf
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
type RuncOptions struct {
|
|
type RuncOptions struct {
|
|
- Runtime string `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"`
|
|
|
|
- RuntimeRoot string `protobuf:"bytes,2,opt,name=runtime_root,json=runtimeRoot,proto3" json:"runtime_root,omitempty"`
|
|
|
|
- CriuPath string `protobuf:"bytes,3,opt,name=criu_path,json=criuPath,proto3" json:"criu_path,omitempty"`
|
|
|
|
- SystemdCgroup bool `protobuf:"varint,4,opt,name=systemd_cgroup,json=systemdCgroup,proto3" json:"systemd_cgroup,omitempty"`
|
|
|
|
|
|
+ Runtime string `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"`
|
|
|
|
+ RuntimeRoot string `protobuf:"bytes,2,opt,name=runtime_root,json=runtimeRoot,proto3" json:"runtime_root,omitempty"`
|
|
|
|
+ CriuPath string `protobuf:"bytes,3,opt,name=criu_path,json=criuPath,proto3" json:"criu_path,omitempty"`
|
|
|
|
+ SystemdCgroup bool `protobuf:"varint,4,opt,name=systemd_cgroup,json=systemdCgroup,proto3" json:"systemd_cgroup,omitempty"`
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (m *RuncOptions) Reset() { *m = RuncOptions{} }
|
|
|
|
+func (*RuncOptions) ProtoMessage() {}
|
|
|
|
+func (*RuncOptions) Descriptor() ([]byte, []int) {
|
|
|
|
+ return fileDescriptor_d20e2ba8b3cc58b9, []int{0}
|
|
|
|
+}
|
|
|
|
+func (m *RuncOptions) XXX_Unmarshal(b []byte) error {
|
|
|
|
+ return m.Unmarshal(b)
|
|
|
|
+}
|
|
|
|
+func (m *RuncOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
+ if deterministic {
|
|
|
|
+ return xxx_messageInfo_RuncOptions.Marshal(b, m, deterministic)
|
|
|
|
+ } else {
|
|
|
|
+ b = b[:cap(b)]
|
|
|
|
+ n, err := m.MarshalTo(b)
|
|
|
|
+ if err != nil {
|
|
|
|
+ return nil, err
|
|
|
|
+ }
|
|
|
|
+ return b[:n], nil
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+func (m *RuncOptions) XXX_Merge(src proto.Message) {
|
|
|
|
+ xxx_messageInfo_RuncOptions.Merge(m, src)
|
|
|
|
+}
|
|
|
|
+func (m *RuncOptions) XXX_Size() int {
|
|
|
|
+ return m.Size()
|
|
|
|
+}
|
|
|
|
+func (m *RuncOptions) XXX_DiscardUnknown() {
|
|
|
|
+ xxx_messageInfo_RuncOptions.DiscardUnknown(m)
|
|
}
|
|
}
|
|
|
|
|
|
-func (m *RuncOptions) Reset() { *m = RuncOptions{} }
|
|
|
|
-func (*RuncOptions) ProtoMessage() {}
|
|
|
|
-func (*RuncOptions) Descriptor() ([]byte, []int) { return fileDescriptorRunc, []int{0} }
|
|
|
|
|
|
+var xxx_messageInfo_RuncOptions proto.InternalMessageInfo
|
|
|
|
|
|
type CreateOptions struct {
|
|
type CreateOptions struct {
|
|
- NoPivotRoot bool `protobuf:"varint,1,opt,name=no_pivot_root,json=noPivotRoot,proto3" json:"no_pivot_root,omitempty"`
|
|
|
|
- OpenTcp bool `protobuf:"varint,2,opt,name=open_tcp,json=openTcp,proto3" json:"open_tcp,omitempty"`
|
|
|
|
- ExternalUnixSockets bool `protobuf:"varint,3,opt,name=external_unix_sockets,json=externalUnixSockets,proto3" json:"external_unix_sockets,omitempty"`
|
|
|
|
- Terminal bool `protobuf:"varint,4,opt,name=terminal,proto3" json:"terminal,omitempty"`
|
|
|
|
- FileLocks bool `protobuf:"varint,5,opt,name=file_locks,json=fileLocks,proto3" json:"file_locks,omitempty"`
|
|
|
|
- EmptyNamespaces []string `protobuf:"bytes,6,rep,name=empty_namespaces,json=emptyNamespaces" json:"empty_namespaces,omitempty"`
|
|
|
|
- CgroupsMode string `protobuf:"bytes,7,opt,name=cgroups_mode,json=cgroupsMode,proto3" json:"cgroups_mode,omitempty"`
|
|
|
|
- NoNewKeyring bool `protobuf:"varint,8,opt,name=no_new_keyring,json=noNewKeyring,proto3" json:"no_new_keyring,omitempty"`
|
|
|
|
- ShimCgroup string `protobuf:"bytes,9,opt,name=shim_cgroup,json=shimCgroup,proto3" json:"shim_cgroup,omitempty"`
|
|
|
|
- IoUid uint32 `protobuf:"varint,10,opt,name=io_uid,json=ioUid,proto3" json:"io_uid,omitempty"`
|
|
|
|
- IoGid uint32 `protobuf:"varint,11,opt,name=io_gid,json=ioGid,proto3" json:"io_gid,omitempty"`
|
|
|
|
- CriuWorkPath string `protobuf:"bytes,12,opt,name=criu_work_path,json=criuWorkPath,proto3" json:"criu_work_path,omitempty"`
|
|
|
|
- CriuImagePath string `protobuf:"bytes,13,opt,name=criu_image_path,json=criuImagePath,proto3" json:"criu_image_path,omitempty"`
|
|
|
|
|
|
+ NoPivotRoot bool `protobuf:"varint,1,opt,name=no_pivot_root,json=noPivotRoot,proto3" json:"no_pivot_root,omitempty"`
|
|
|
|
+ OpenTcp bool `protobuf:"varint,2,opt,name=open_tcp,json=openTcp,proto3" json:"open_tcp,omitempty"`
|
|
|
|
+ ExternalUnixSockets bool `protobuf:"varint,3,opt,name=external_unix_sockets,json=externalUnixSockets,proto3" json:"external_unix_sockets,omitempty"`
|
|
|
|
+ Terminal bool `protobuf:"varint,4,opt,name=terminal,proto3" json:"terminal,omitempty"`
|
|
|
|
+ FileLocks bool `protobuf:"varint,5,opt,name=file_locks,json=fileLocks,proto3" json:"file_locks,omitempty"`
|
|
|
|
+ EmptyNamespaces []string `protobuf:"bytes,6,rep,name=empty_namespaces,json=emptyNamespaces,proto3" json:"empty_namespaces,omitempty"`
|
|
|
|
+ CgroupsMode string `protobuf:"bytes,7,opt,name=cgroups_mode,json=cgroupsMode,proto3" json:"cgroups_mode,omitempty"`
|
|
|
|
+ NoNewKeyring bool `protobuf:"varint,8,opt,name=no_new_keyring,json=noNewKeyring,proto3" json:"no_new_keyring,omitempty"`
|
|
|
|
+ ShimCgroup string `protobuf:"bytes,9,opt,name=shim_cgroup,json=shimCgroup,proto3" json:"shim_cgroup,omitempty"`
|
|
|
|
+ IoUid uint32 `protobuf:"varint,10,opt,name=io_uid,json=ioUid,proto3" json:"io_uid,omitempty"`
|
|
|
|
+ IoGid uint32 `protobuf:"varint,11,opt,name=io_gid,json=ioGid,proto3" json:"io_gid,omitempty"`
|
|
|
|
+ CriuWorkPath string `protobuf:"bytes,12,opt,name=criu_work_path,json=criuWorkPath,proto3" json:"criu_work_path,omitempty"`
|
|
|
|
+ CriuImagePath string `protobuf:"bytes,13,opt,name=criu_image_path,json=criuImagePath,proto3" json:"criu_image_path,omitempty"`
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (m *CreateOptions) Reset() { *m = CreateOptions{} }
|
|
|
|
+func (*CreateOptions) ProtoMessage() {}
|
|
|
|
+func (*CreateOptions) Descriptor() ([]byte, []int) {
|
|
|
|
+ return fileDescriptor_d20e2ba8b3cc58b9, []int{1}
|
|
|
|
+}
|
|
|
|
+func (m *CreateOptions) XXX_Unmarshal(b []byte) error {
|
|
|
|
+ return m.Unmarshal(b)
|
|
|
|
+}
|
|
|
|
+func (m *CreateOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
+ if deterministic {
|
|
|
|
+ return xxx_messageInfo_CreateOptions.Marshal(b, m, deterministic)
|
|
|
|
+ } else {
|
|
|
|
+ b = b[:cap(b)]
|
|
|
|
+ n, err := m.MarshalTo(b)
|
|
|
|
+ if err != nil {
|
|
|
|
+ return nil, err
|
|
|
|
+ }
|
|
|
|
+ return b[:n], nil
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+func (m *CreateOptions) XXX_Merge(src proto.Message) {
|
|
|
|
+ xxx_messageInfo_CreateOptions.Merge(m, src)
|
|
|
|
+}
|
|
|
|
+func (m *CreateOptions) XXX_Size() int {
|
|
|
|
+ return m.Size()
|
|
|
|
+}
|
|
|
|
+func (m *CreateOptions) XXX_DiscardUnknown() {
|
|
|
|
+ xxx_messageInfo_CreateOptions.DiscardUnknown(m)
|
|
}
|
|
}
|
|
|
|
|
|
-func (m *CreateOptions) Reset() { *m = CreateOptions{} }
|
|
|
|
-func (*CreateOptions) ProtoMessage() {}
|
|
|
|
-func (*CreateOptions) Descriptor() ([]byte, []int) { return fileDescriptorRunc, []int{1} }
|
|
|
|
|
|
+var xxx_messageInfo_CreateOptions proto.InternalMessageInfo
|
|
|
|
|
|
type CheckpointOptions struct {
|
|
type CheckpointOptions struct {
|
|
- Exit bool `protobuf:"varint,1,opt,name=exit,proto3" json:"exit,omitempty"`
|
|
|
|
- OpenTcp bool `protobuf:"varint,2,opt,name=open_tcp,json=openTcp,proto3" json:"open_tcp,omitempty"`
|
|
|
|
- ExternalUnixSockets bool `protobuf:"varint,3,opt,name=external_unix_sockets,json=externalUnixSockets,proto3" json:"external_unix_sockets,omitempty"`
|
|
|
|
- Terminal bool `protobuf:"varint,4,opt,name=terminal,proto3" json:"terminal,omitempty"`
|
|
|
|
- FileLocks bool `protobuf:"varint,5,opt,name=file_locks,json=fileLocks,proto3" json:"file_locks,omitempty"`
|
|
|
|
- EmptyNamespaces []string `protobuf:"bytes,6,rep,name=empty_namespaces,json=emptyNamespaces" json:"empty_namespaces,omitempty"`
|
|
|
|
- CgroupsMode string `protobuf:"bytes,7,opt,name=cgroups_mode,json=cgroupsMode,proto3" json:"cgroups_mode,omitempty"`
|
|
|
|
- WorkPath string `protobuf:"bytes,8,opt,name=work_path,json=workPath,proto3" json:"work_path,omitempty"`
|
|
|
|
- ImagePath string `protobuf:"bytes,9,opt,name=image_path,json=imagePath,proto3" json:"image_path,omitempty"`
|
|
|
|
|
|
+ Exit bool `protobuf:"varint,1,opt,name=exit,proto3" json:"exit,omitempty"`
|
|
|
|
+ OpenTcp bool `protobuf:"varint,2,opt,name=open_tcp,json=openTcp,proto3" json:"open_tcp,omitempty"`
|
|
|
|
+ ExternalUnixSockets bool `protobuf:"varint,3,opt,name=external_unix_sockets,json=externalUnixSockets,proto3" json:"external_unix_sockets,omitempty"`
|
|
|
|
+ Terminal bool `protobuf:"varint,4,opt,name=terminal,proto3" json:"terminal,omitempty"`
|
|
|
|
+ FileLocks bool `protobuf:"varint,5,opt,name=file_locks,json=fileLocks,proto3" json:"file_locks,omitempty"`
|
|
|
|
+ EmptyNamespaces []string `protobuf:"bytes,6,rep,name=empty_namespaces,json=emptyNamespaces,proto3" json:"empty_namespaces,omitempty"`
|
|
|
|
+ CgroupsMode string `protobuf:"bytes,7,opt,name=cgroups_mode,json=cgroupsMode,proto3" json:"cgroups_mode,omitempty"`
|
|
|
|
+ WorkPath string `protobuf:"bytes,8,opt,name=work_path,json=workPath,proto3" json:"work_path,omitempty"`
|
|
|
|
+ ImagePath string `protobuf:"bytes,9,opt,name=image_path,json=imagePath,proto3" json:"image_path,omitempty"`
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
}
|
|
}
|
|
|
|
|
|
-func (m *CheckpointOptions) Reset() { *m = CheckpointOptions{} }
|
|
|
|
-func (*CheckpointOptions) ProtoMessage() {}
|
|
|
|
-func (*CheckpointOptions) Descriptor() ([]byte, []int) { return fileDescriptorRunc, []int{2} }
|
|
|
|
|
|
+func (m *CheckpointOptions) Reset() { *m = CheckpointOptions{} }
|
|
|
|
+func (*CheckpointOptions) ProtoMessage() {}
|
|
|
|
+func (*CheckpointOptions) Descriptor() ([]byte, []int) {
|
|
|
|
+ return fileDescriptor_d20e2ba8b3cc58b9, []int{2}
|
|
|
|
+}
|
|
|
|
+func (m *CheckpointOptions) XXX_Unmarshal(b []byte) error {
|
|
|
|
+ return m.Unmarshal(b)
|
|
|
|
+}
|
|
|
|
+func (m *CheckpointOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
+ if deterministic {
|
|
|
|
+ return xxx_messageInfo_CheckpointOptions.Marshal(b, m, deterministic)
|
|
|
|
+ } else {
|
|
|
|
+ b = b[:cap(b)]
|
|
|
|
+ n, err := m.MarshalTo(b)
|
|
|
|
+ if err != nil {
|
|
|
|
+ return nil, err
|
|
|
|
+ }
|
|
|
|
+ return b[:n], nil
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+func (m *CheckpointOptions) XXX_Merge(src proto.Message) {
|
|
|
|
+ xxx_messageInfo_CheckpointOptions.Merge(m, src)
|
|
|
|
+}
|
|
|
|
+func (m *CheckpointOptions) XXX_Size() int {
|
|
|
|
+ return m.Size()
|
|
|
|
+}
|
|
|
|
+func (m *CheckpointOptions) XXX_DiscardUnknown() {
|
|
|
|
+ xxx_messageInfo_CheckpointOptions.DiscardUnknown(m)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+var xxx_messageInfo_CheckpointOptions proto.InternalMessageInfo
|
|
|
|
|
|
type ProcessDetails struct {
|
|
type ProcessDetails struct {
|
|
- ExecID string `protobuf:"bytes,1,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
|
|
|
|
|
|
+ ExecID string `protobuf:"bytes,1,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
}
|
|
}
|
|
|
|
|
|
-func (m *ProcessDetails) Reset() { *m = ProcessDetails{} }
|
|
|
|
-func (*ProcessDetails) ProtoMessage() {}
|
|
|
|
-func (*ProcessDetails) Descriptor() ([]byte, []int) { return fileDescriptorRunc, []int{3} }
|
|
|
|
|
|
+func (m *ProcessDetails) Reset() { *m = ProcessDetails{} }
|
|
|
|
+func (*ProcessDetails) ProtoMessage() {}
|
|
|
|
+func (*ProcessDetails) Descriptor() ([]byte, []int) {
|
|
|
|
+ return fileDescriptor_d20e2ba8b3cc58b9, []int{3}
|
|
|
|
+}
|
|
|
|
+func (m *ProcessDetails) XXX_Unmarshal(b []byte) error {
|
|
|
|
+ return m.Unmarshal(b)
|
|
|
|
+}
|
|
|
|
+func (m *ProcessDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
+ if deterministic {
|
|
|
|
+ return xxx_messageInfo_ProcessDetails.Marshal(b, m, deterministic)
|
|
|
|
+ } else {
|
|
|
|
+ b = b[:cap(b)]
|
|
|
|
+ n, err := m.MarshalTo(b)
|
|
|
|
+ if err != nil {
|
|
|
|
+ return nil, err
|
|
|
|
+ }
|
|
|
|
+ return b[:n], nil
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+func (m *ProcessDetails) XXX_Merge(src proto.Message) {
|
|
|
|
+ xxx_messageInfo_ProcessDetails.Merge(m, src)
|
|
|
|
+}
|
|
|
|
+func (m *ProcessDetails) XXX_Size() int {
|
|
|
|
+ return m.Size()
|
|
|
|
+}
|
|
|
|
+func (m *ProcessDetails) XXX_DiscardUnknown() {
|
|
|
|
+ xxx_messageInfo_ProcessDetails.DiscardUnknown(m)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+var xxx_messageInfo_ProcessDetails proto.InternalMessageInfo
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
proto.RegisterType((*RuncOptions)(nil), "containerd.linux.runc.RuncOptions")
|
|
proto.RegisterType((*RuncOptions)(nil), "containerd.linux.runc.RuncOptions")
|
|
@@ -98,6 +208,53 @@ func init() {
|
|
proto.RegisterType((*CheckpointOptions)(nil), "containerd.linux.runc.CheckpointOptions")
|
|
proto.RegisterType((*CheckpointOptions)(nil), "containerd.linux.runc.CheckpointOptions")
|
|
proto.RegisterType((*ProcessDetails)(nil), "containerd.linux.runc.ProcessDetails")
|
|
proto.RegisterType((*ProcessDetails)(nil), "containerd.linux.runc.ProcessDetails")
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+func init() {
|
|
|
|
+ proto.RegisterFile("github.com/containerd/containerd/runtime/linux/runctypes/runc.proto", fileDescriptor_d20e2ba8b3cc58b9)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+var fileDescriptor_d20e2ba8b3cc58b9 = []byte{
|
|
|
|
+ // 604 bytes of a gzipped FileDescriptorProto
|
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x94, 0xcf, 0x6e, 0xd3, 0x40,
|
|
|
|
+ 0x10, 0xc6, 0xeb, 0xfe, 0x49, 0x9c, 0x49, 0xd2, 0xc2, 0x42, 0x25, 0xd3, 0xaa, 0x69, 0x08, 0x7f,
|
|
|
|
+ 0x14, 0x2e, 0xa9, 0x04, 0xe2, 0xc4, 0xad, 0x29, 0x42, 0x15, 0x50, 0x2a, 0x43, 0x05, 0x42, 0x48,
|
|
|
|
+ 0x2b, 0x77, 0x3d, 0x24, 0xab, 0xc4, 0x3b, 0x96, 0x77, 0x4d, 0x92, 0x1b, 0x4f, 0xc0, 0x0b, 0xf1,
|
|
|
|
+ 0x02, 0x3d, 0x21, 0x8e, 0x9c, 0x10, 0xcd, 0x93, 0xa0, 0x5d, 0xc7, 0x69, 0xcf, 0x1c, 0xb9, 0xcd,
|
|
|
|
+ 0xfc, 0xe6, 0xb3, 0x67, 0xf4, 0x7d, 0xb2, 0xa1, 0x3f, 0x90, 0x66, 0x98, 0x9f, 0xf7, 0x04, 0x25,
|
|
|
|
+ 0x07, 0x82, 0x94, 0x89, 0xa4, 0xc2, 0x2c, 0xbe, 0x5e, 0x66, 0xb9, 0x32, 0x32, 0xc1, 0x83, 0xb1,
|
|
|
|
+ 0x54, 0xf9, 0xd4, 0x76, 0xc2, 0xcc, 0x52, 0xd4, 0xae, 0xea, 0xa5, 0x19, 0x19, 0x62, 0xdb, 0x57,
|
|
|
|
+ 0xf2, 0x9e, 0x93, 0xf5, 0xec, 0x70, 0xe7, 0xf6, 0x80, 0x06, 0xe4, 0x14, 0x07, 0xb6, 0x2a, 0xc4,
|
|
|
|
+ 0x9d, 0x6f, 0x1e, 0xd4, 0xc3, 0x5c, 0x89, 0x37, 0xa9, 0x91, 0xa4, 0x34, 0x0b, 0xa0, 0xba, 0x58,
|
|
|
|
+ 0x11, 0x78, 0x6d, 0xaf, 0x5b, 0x0b, 0xcb, 0x96, 0xdd, 0x85, 0xc6, 0xa2, 0xe4, 0x19, 0x91, 0x09,
|
|
|
|
+ 0x56, 0xdd, 0xb8, 0xbe, 0x60, 0x21, 0x91, 0x61, 0xbb, 0x50, 0x13, 0x99, 0xcc, 0x79, 0x1a, 0x99,
|
|
|
|
+ 0x61, 0xb0, 0xe6, 0xe6, 0xbe, 0x05, 0xa7, 0x91, 0x19, 0xb2, 0x07, 0xb0, 0xa9, 0x67, 0xda, 0x60,
|
|
|
|
+ 0x12, 0x73, 0x31, 0xc8, 0x28, 0x4f, 0x83, 0xf5, 0xb6, 0xd7, 0xf5, 0xc3, 0xe6, 0x82, 0xf6, 0x1d,
|
|
|
|
+ 0xec, 0xfc, 0x58, 0x83, 0x66, 0x3f, 0xc3, 0xc8, 0x60, 0x79, 0x52, 0x07, 0x9a, 0x8a, 0x78, 0x2a,
|
|
|
|
+ 0xbf, 0x90, 0x29, 0x36, 0x7b, 0xee, 0xb9, 0xba, 0xa2, 0x53, 0xcb, 0xdc, 0xe6, 0x3b, 0xe0, 0x53,
|
|
|
|
+ 0x8a, 0x8a, 0x1b, 0x91, 0xba, 0xc3, 0xfc, 0xb0, 0x6a, 0xfb, 0x77, 0x22, 0x65, 0x8f, 0x61, 0x1b,
|
|
|
|
+ 0xa7, 0x06, 0x33, 0x15, 0x8d, 0x79, 0xae, 0xe4, 0x94, 0x6b, 0x12, 0x23, 0x34, 0xda, 0x1d, 0xe8,
|
|
|
|
+ 0x87, 0xb7, 0xca, 0xe1, 0x99, 0x92, 0xd3, 0xb7, 0xc5, 0x88, 0xed, 0x80, 0x6f, 0x30, 0x4b, 0xa4,
|
|
|
|
+ 0x8a, 0xc6, 0x8b, 0x2b, 0x97, 0x3d, 0xdb, 0x03, 0xf8, 0x2c, 0xc7, 0xc8, 0xc7, 0x24, 0x46, 0x3a,
|
|
|
|
+ 0xd8, 0x70, 0xd3, 0x9a, 0x25, 0xaf, 0x2c, 0x60, 0x8f, 0xe0, 0x06, 0x26, 0xa9, 0x99, 0x71, 0x15,
|
|
|
|
+ 0x25, 0xa8, 0xd3, 0x48, 0xa0, 0x0e, 0x2a, 0xed, 0xb5, 0x6e, 0x2d, 0xdc, 0x72, 0xfc, 0x64, 0x89,
|
|
|
|
+ 0xad, 0xa3, 0x85, 0x13, 0x9a, 0x27, 0x14, 0x63, 0x50, 0x2d, 0x1c, 0x5d, 0xb0, 0xd7, 0x14, 0x23,
|
|
|
|
+ 0xbb, 0x0f, 0x9b, 0x8a, 0xb8, 0xc2, 0x09, 0x1f, 0xe1, 0x2c, 0x93, 0x6a, 0x10, 0xf8, 0x6e, 0x61,
|
|
|
|
+ 0x43, 0xd1, 0x09, 0x4e, 0x5e, 0x16, 0x8c, 0xed, 0x43, 0x5d, 0x0f, 0x65, 0x52, 0xfa, 0x5a, 0x73,
|
|
|
|
+ 0xef, 0x01, 0x8b, 0x0a, 0x53, 0xd9, 0x36, 0x54, 0x24, 0xf1, 0x5c, 0xc6, 0x01, 0xb4, 0xbd, 0x6e,
|
|
|
|
+ 0x33, 0xdc, 0x90, 0x74, 0x26, 0xe3, 0x05, 0x1e, 0xc8, 0x38, 0xa8, 0x97, 0xf8, 0x85, 0x8c, 0xed,
|
|
|
|
+ 0x52, 0x17, 0xe3, 0x84, 0xb2, 0x51, 0x91, 0x65, 0xc3, 0xbd, 0xb1, 0x61, 0xe9, 0x7b, 0xca, 0x46,
|
|
|
|
+ 0x2e, 0xcf, 0x87, 0xb0, 0xe5, 0x54, 0x32, 0x89, 0x06, 0x58, 0xc8, 0x9a, 0x4e, 0xd6, 0xb4, 0xf8,
|
|
|
|
+ 0xd8, 0x52, 0xab, 0xeb, 0x7c, 0x5f, 0x85, 0x9b, 0xfd, 0x21, 0x8a, 0x51, 0x4a, 0x52, 0x99, 0x32,
|
|
|
|
+ 0x54, 0x06, 0xeb, 0x38, 0x95, 0x65, 0x96, 0xae, 0xfe, 0x6f, 0x43, 0xdc, 0x85, 0xda, 0x95, 0x95,
|
|
|
|
+ 0x7e, 0xf1, 0x59, 0x4c, 0x4a, 0x1b, 0xf7, 0x00, 0xae, 0x39, 0x58, 0x44, 0x57, 0x93, 0x4b, 0xf7,
|
|
|
|
+ 0x9e, 0xc2, 0xe6, 0x69, 0x46, 0x02, 0xb5, 0x3e, 0x42, 0x13, 0xc9, 0xb1, 0x66, 0xf7, 0xa0, 0x8a,
|
|
|
|
+ 0x53, 0x14, 0x5c, 0xc6, 0xc5, 0x17, 0x7a, 0x08, 0xf3, 0xdf, 0xfb, 0x95, 0xe7, 0x53, 0x14, 0xc7,
|
|
|
|
+ 0x47, 0x61, 0xc5, 0x8e, 0x8e, 0xe3, 0xc3, 0x4f, 0x17, 0x97, 0xad, 0x95, 0x5f, 0x97, 0xad, 0x95,
|
|
|
|
+ 0xaf, 0xf3, 0x96, 0x77, 0x31, 0x6f, 0x79, 0x3f, 0xe7, 0x2d, 0xef, 0xcf, 0xbc, 0xe5, 0x7d, 0x3c,
|
|
|
|
+ 0xfc, 0xd7, 0x5f, 0xcc, 0xb3, 0x65, 0xf5, 0x61, 0xe5, 0xbc, 0xe2, 0xfe, 0x1e, 0x4f, 0xfe, 0x06,
|
|
|
|
+ 0x00, 0x00, 0xff, 0xff, 0x7f, 0x24, 0x6f, 0x2e, 0xb1, 0x04, 0x00, 0x00,
|
|
|
|
+}
|
|
|
|
+
|
|
func (m *RuncOptions) Marshal() (dAtA []byte, err error) {
|
|
func (m *RuncOptions) Marshal() (dAtA []byte, err error) {
|
|
size := m.Size()
|
|
size := m.Size()
|
|
dAtA = make([]byte, size)
|
|
dAtA = make([]byte, size)
|
|
@@ -141,6 +298,9 @@ func (m *RuncOptions) MarshalTo(dAtA []byte) (int, error) {
|
|
}
|
|
}
|
|
i++
|
|
i++
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return i, nil
|
|
return i, nil
|
|
}
|
|
}
|
|
|
|
|
|
@@ -268,6 +428,9 @@ func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error) {
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.CriuImagePath)))
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.CriuImagePath)))
|
|
i += copy(dAtA[i:], m.CriuImagePath)
|
|
i += copy(dAtA[i:], m.CriuImagePath)
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return i, nil
|
|
return i, nil
|
|
}
|
|
}
|
|
|
|
|
|
@@ -369,6 +532,9 @@ func (m *CheckpointOptions) MarshalTo(dAtA []byte) (int, error) {
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.ImagePath)))
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.ImagePath)))
|
|
i += copy(dAtA[i:], m.ImagePath)
|
|
i += copy(dAtA[i:], m.ImagePath)
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return i, nil
|
|
return i, nil
|
|
}
|
|
}
|
|
|
|
|
|
@@ -393,6 +559,9 @@ func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error) {
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.ExecID)))
|
|
i = encodeVarintRunc(dAtA, i, uint64(len(m.ExecID)))
|
|
i += copy(dAtA[i:], m.ExecID)
|
|
i += copy(dAtA[i:], m.ExecID)
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return i, nil
|
|
return i, nil
|
|
}
|
|
}
|
|
|
|
|
|
@@ -406,6 +575,9 @@ func encodeVarintRunc(dAtA []byte, offset int, v uint64) int {
|
|
return offset + 1
|
|
return offset + 1
|
|
}
|
|
}
|
|
func (m *RuncOptions) Size() (n int) {
|
|
func (m *RuncOptions) Size() (n int) {
|
|
|
|
+ if m == nil {
|
|
|
|
+ return 0
|
|
|
|
+ }
|
|
var l int
|
|
var l int
|
|
_ = l
|
|
_ = l
|
|
l = len(m.Runtime)
|
|
l = len(m.Runtime)
|
|
@@ -423,10 +595,16 @@ func (m *RuncOptions) Size() (n int) {
|
|
if m.SystemdCgroup {
|
|
if m.SystemdCgroup {
|
|
n += 2
|
|
n += 2
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ n += len(m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return n
|
|
return n
|
|
}
|
|
}
|
|
|
|
|
|
func (m *CreateOptions) Size() (n int) {
|
|
func (m *CreateOptions) Size() (n int) {
|
|
|
|
+ if m == nil {
|
|
|
|
+ return 0
|
|
|
|
+ }
|
|
var l int
|
|
var l int
|
|
_ = l
|
|
_ = l
|
|
if m.NoPivotRoot {
|
|
if m.NoPivotRoot {
|
|
@@ -475,10 +653,16 @@ func (m *CreateOptions) Size() (n int) {
|
|
if l > 0 {
|
|
if l > 0 {
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ n += len(m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return n
|
|
return n
|
|
}
|
|
}
|
|
|
|
|
|
func (m *CheckpointOptions) Size() (n int) {
|
|
func (m *CheckpointOptions) Size() (n int) {
|
|
|
|
+ if m == nil {
|
|
|
|
+ return 0
|
|
|
|
+ }
|
|
var l int
|
|
var l int
|
|
_ = l
|
|
_ = l
|
|
if m.Exit {
|
|
if m.Exit {
|
|
@@ -514,16 +698,25 @@ func (m *CheckpointOptions) Size() (n int) {
|
|
if l > 0 {
|
|
if l > 0 {
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ n += len(m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return n
|
|
return n
|
|
}
|
|
}
|
|
|
|
|
|
func (m *ProcessDetails) Size() (n int) {
|
|
func (m *ProcessDetails) Size() (n int) {
|
|
|
|
+ if m == nil {
|
|
|
|
+ return 0
|
|
|
|
+ }
|
|
var l int
|
|
var l int
|
|
_ = l
|
|
_ = l
|
|
l = len(m.ExecID)
|
|
l = len(m.ExecID)
|
|
if l > 0 {
|
|
if l > 0 {
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
n += 1 + l + sovRunc(uint64(l))
|
|
}
|
|
}
|
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
|
+ n += len(m.XXX_unrecognized)
|
|
|
|
+ }
|
|
return n
|
|
return n
|
|
}
|
|
}
|
|
|
|
|
|
@@ -549,6 +742,7 @@ func (this *RuncOptions) String() string {
|
|
`RuntimeRoot:` + fmt.Sprintf("%v", this.RuntimeRoot) + `,`,
|
|
`RuntimeRoot:` + fmt.Sprintf("%v", this.RuntimeRoot) + `,`,
|
|
`CriuPath:` + fmt.Sprintf("%v", this.CriuPath) + `,`,
|
|
`CriuPath:` + fmt.Sprintf("%v", this.CriuPath) + `,`,
|
|
`SystemdCgroup:` + fmt.Sprintf("%v", this.SystemdCgroup) + `,`,
|
|
`SystemdCgroup:` + fmt.Sprintf("%v", this.SystemdCgroup) + `,`,
|
|
|
|
+ `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
`}`,
|
|
}, "")
|
|
}, "")
|
|
return s
|
|
return s
|
|
@@ -571,6 +765,7 @@ func (this *CreateOptions) String() string {
|
|
`IoGid:` + fmt.Sprintf("%v", this.IoGid) + `,`,
|
|
`IoGid:` + fmt.Sprintf("%v", this.IoGid) + `,`,
|
|
`CriuWorkPath:` + fmt.Sprintf("%v", this.CriuWorkPath) + `,`,
|
|
`CriuWorkPath:` + fmt.Sprintf("%v", this.CriuWorkPath) + `,`,
|
|
`CriuImagePath:` + fmt.Sprintf("%v", this.CriuImagePath) + `,`,
|
|
`CriuImagePath:` + fmt.Sprintf("%v", this.CriuImagePath) + `,`,
|
|
|
|
+ `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
`}`,
|
|
}, "")
|
|
}, "")
|
|
return s
|
|
return s
|
|
@@ -589,6 +784,7 @@ func (this *CheckpointOptions) String() string {
|
|
`CgroupsMode:` + fmt.Sprintf("%v", this.CgroupsMode) + `,`,
|
|
`CgroupsMode:` + fmt.Sprintf("%v", this.CgroupsMode) + `,`,
|
|
`WorkPath:` + fmt.Sprintf("%v", this.WorkPath) + `,`,
|
|
`WorkPath:` + fmt.Sprintf("%v", this.WorkPath) + `,`,
|
|
`ImagePath:` + fmt.Sprintf("%v", this.ImagePath) + `,`,
|
|
`ImagePath:` + fmt.Sprintf("%v", this.ImagePath) + `,`,
|
|
|
|
+ `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
`}`,
|
|
}, "")
|
|
}, "")
|
|
return s
|
|
return s
|
|
@@ -599,6 +795,7 @@ func (this *ProcessDetails) String() string {
|
|
}
|
|
}
|
|
s := strings.Join([]string{`&ProcessDetails{`,
|
|
s := strings.Join([]string{`&ProcessDetails{`,
|
|
`ExecID:` + fmt.Sprintf("%v", this.ExecID) + `,`,
|
|
`ExecID:` + fmt.Sprintf("%v", this.ExecID) + `,`,
|
|
|
|
+ `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
`}`,
|
|
}, "")
|
|
}, "")
|
|
return s
|
|
return s
|
|
@@ -626,7 +823,7 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -654,7 +851,7 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -664,6 +861,9 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -683,7 +883,7 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -693,6 +893,9 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -712,7 +915,7 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -722,6 +925,9 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -741,7 +947,7 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -756,9 +962,13 @@ func (m *RuncOptions) Unmarshal(dAtA []byte) error {
|
|
if skippy < 0 {
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
|
|
+ if (iNdEx + skippy) < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if (iNdEx + skippy) > l {
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
|
|
+ m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -783,7 +993,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -811,7 +1021,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -831,7 +1041,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -851,7 +1061,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -871,7 +1081,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -891,7 +1101,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -911,7 +1121,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -921,6 +1131,9 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -940,7 +1153,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -950,6 +1163,9 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -969,7 +1185,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -989,7 +1205,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -999,6 +1215,9 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1018,7 +1237,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- m.IoUid |= (uint32(b) & 0x7F) << shift
|
|
|
|
|
|
+ m.IoUid |= uint32(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1037,7 +1256,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- m.IoGid |= (uint32(b) & 0x7F) << shift
|
|
|
|
|
|
+ m.IoGid |= uint32(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1056,7 +1275,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1066,6 +1285,9 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1085,7 +1307,7 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1095,6 +1317,9 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1109,9 +1334,13 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error {
|
|
if skippy < 0 {
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
|
|
+ if (iNdEx + skippy) < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if (iNdEx + skippy) > l {
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
|
|
+ m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1136,7 +1365,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1164,7 +1393,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1184,7 +1413,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1204,7 +1433,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1224,7 +1453,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1244,7 +1473,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
|
|
|
+ v |= int(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1264,7 +1493,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1274,6 +1503,9 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1293,7 +1525,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1303,6 +1535,9 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1322,7 +1557,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1332,6 +1567,9 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1351,7 +1589,7 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1361,6 +1599,9 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1375,9 +1616,13 @@ func (m *CheckpointOptions) Unmarshal(dAtA []byte) error {
|
|
if skippy < 0 {
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
|
|
+ if (iNdEx + skippy) < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if (iNdEx + skippy) > l {
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
|
|
+ m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1402,7 +1647,7 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1430,7 +1675,7 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
}
|
|
}
|
|
b := dAtA[iNdEx]
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
iNdEx++
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
if b < 0x80 {
|
|
if b < 0x80 {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
@@ -1440,6 +1685,9 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
+ if postIndex < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if postIndex > l {
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
@@ -1454,9 +1702,13 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
if skippy < 0 {
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthRunc
|
|
return ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
|
|
+ if (iNdEx + skippy) < 0 {
|
|
|
|
+ return ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
if (iNdEx + skippy) > l {
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
}
|
|
|
|
+ m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1520,10 +1772,13 @@ func skipRunc(dAtA []byte) (n int, err error) {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- iNdEx += length
|
|
|
|
if length < 0 {
|
|
if length < 0 {
|
|
return 0, ErrInvalidLengthRunc
|
|
return 0, ErrInvalidLengthRunc
|
|
}
|
|
}
|
|
|
|
+ iNdEx += length
|
|
|
|
+ if iNdEx < 0 {
|
|
|
|
+ return 0, ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
return iNdEx, nil
|
|
return iNdEx, nil
|
|
case 3:
|
|
case 3:
|
|
for {
|
|
for {
|
|
@@ -1552,6 +1807,9 @@ func skipRunc(dAtA []byte) (n int, err error) {
|
|
return 0, err
|
|
return 0, err
|
|
}
|
|
}
|
|
iNdEx = start + next
|
|
iNdEx = start + next
|
|
|
|
+ if iNdEx < 0 {
|
|
|
|
+ return 0, ErrInvalidLengthRunc
|
|
|
|
+ }
|
|
}
|
|
}
|
|
return iNdEx, nil
|
|
return iNdEx, nil
|
|
case 4:
|
|
case 4:
|
|
@@ -1570,49 +1828,3 @@ var (
|
|
ErrInvalidLengthRunc = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
ErrInvalidLengthRunc = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
ErrIntOverflowRunc = fmt.Errorf("proto: integer overflow")
|
|
ErrIntOverflowRunc = fmt.Errorf("proto: integer overflow")
|
|
)
|
|
)
|
|
-
|
|
|
|
-func init() {
|
|
|
|
- proto.RegisterFile("github.com/containerd/containerd/runtime/linux/runctypes/runc.proto", fileDescriptorRunc)
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-var fileDescriptorRunc = []byte{
|
|
|
|
- // 604 bytes of a gzipped FileDescriptorProto
|
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x94, 0xcf, 0x6e, 0xd3, 0x40,
|
|
|
|
- 0x10, 0xc6, 0xeb, 0xfe, 0x49, 0x9c, 0x49, 0xd2, 0xc2, 0x42, 0x25, 0xd3, 0xaa, 0x69, 0x08, 0x7f,
|
|
|
|
- 0x14, 0x2e, 0xa9, 0x04, 0xe2, 0xc4, 0xad, 0x29, 0x42, 0x15, 0x50, 0x2a, 0x43, 0x05, 0x42, 0x48,
|
|
|
|
- 0x2b, 0x77, 0x3d, 0x24, 0xab, 0xc4, 0x3b, 0x96, 0x77, 0x4d, 0x92, 0x1b, 0x4f, 0xc0, 0x0b, 0xf1,
|
|
|
|
- 0x02, 0x3d, 0x21, 0x8e, 0x9c, 0x10, 0xcd, 0x93, 0xa0, 0x5d, 0xc7, 0x69, 0xcf, 0x1c, 0xb9, 0xcd,
|
|
|
|
- 0xfc, 0xe6, 0xb3, 0x67, 0xf4, 0x7d, 0xb2, 0xa1, 0x3f, 0x90, 0x66, 0x98, 0x9f, 0xf7, 0x04, 0x25,
|
|
|
|
- 0x07, 0x82, 0x94, 0x89, 0xa4, 0xc2, 0x2c, 0xbe, 0x5e, 0x66, 0xb9, 0x32, 0x32, 0xc1, 0x83, 0xb1,
|
|
|
|
- 0x54, 0xf9, 0xd4, 0x76, 0xc2, 0xcc, 0x52, 0xd4, 0xae, 0xea, 0xa5, 0x19, 0x19, 0x62, 0xdb, 0x57,
|
|
|
|
- 0xf2, 0x9e, 0x93, 0xf5, 0xec, 0x70, 0xe7, 0xf6, 0x80, 0x06, 0xe4, 0x14, 0x07, 0xb6, 0x2a, 0xc4,
|
|
|
|
- 0x9d, 0x6f, 0x1e, 0xd4, 0xc3, 0x5c, 0x89, 0x37, 0xa9, 0x91, 0xa4, 0x34, 0x0b, 0xa0, 0xba, 0x58,
|
|
|
|
- 0x11, 0x78, 0x6d, 0xaf, 0x5b, 0x0b, 0xcb, 0x96, 0xdd, 0x85, 0xc6, 0xa2, 0xe4, 0x19, 0x91, 0x09,
|
|
|
|
- 0x56, 0xdd, 0xb8, 0xbe, 0x60, 0x21, 0x91, 0x61, 0xbb, 0x50, 0x13, 0x99, 0xcc, 0x79, 0x1a, 0x99,
|
|
|
|
- 0x61, 0xb0, 0xe6, 0xe6, 0xbe, 0x05, 0xa7, 0x91, 0x19, 0xb2, 0x07, 0xb0, 0xa9, 0x67, 0xda, 0x60,
|
|
|
|
- 0x12, 0x73, 0x31, 0xc8, 0x28, 0x4f, 0x83, 0xf5, 0xb6, 0xd7, 0xf5, 0xc3, 0xe6, 0x82, 0xf6, 0x1d,
|
|
|
|
- 0xec, 0xfc, 0x58, 0x83, 0x66, 0x3f, 0xc3, 0xc8, 0x60, 0x79, 0x52, 0x07, 0x9a, 0x8a, 0x78, 0x2a,
|
|
|
|
- 0xbf, 0x90, 0x29, 0x36, 0x7b, 0xee, 0xb9, 0xba, 0xa2, 0x53, 0xcb, 0xdc, 0xe6, 0x3b, 0xe0, 0x53,
|
|
|
|
- 0x8a, 0x8a, 0x1b, 0x91, 0xba, 0xc3, 0xfc, 0xb0, 0x6a, 0xfb, 0x77, 0x22, 0x65, 0x8f, 0x61, 0x1b,
|
|
|
|
- 0xa7, 0x06, 0x33, 0x15, 0x8d, 0x79, 0xae, 0xe4, 0x94, 0x6b, 0x12, 0x23, 0x34, 0xda, 0x1d, 0xe8,
|
|
|
|
- 0x87, 0xb7, 0xca, 0xe1, 0x99, 0x92, 0xd3, 0xb7, 0xc5, 0x88, 0xed, 0x80, 0x6f, 0x30, 0x4b, 0xa4,
|
|
|
|
- 0x8a, 0xc6, 0x8b, 0x2b, 0x97, 0x3d, 0xdb, 0x03, 0xf8, 0x2c, 0xc7, 0xc8, 0xc7, 0x24, 0x46, 0x3a,
|
|
|
|
- 0xd8, 0x70, 0xd3, 0x9a, 0x25, 0xaf, 0x2c, 0x60, 0x8f, 0xe0, 0x06, 0x26, 0xa9, 0x99, 0x71, 0x15,
|
|
|
|
- 0x25, 0xa8, 0xd3, 0x48, 0xa0, 0x0e, 0x2a, 0xed, 0xb5, 0x6e, 0x2d, 0xdc, 0x72, 0xfc, 0x64, 0x89,
|
|
|
|
- 0xad, 0xa3, 0x85, 0x13, 0x9a, 0x27, 0x14, 0x63, 0x50, 0x2d, 0x1c, 0x5d, 0xb0, 0xd7, 0x14, 0x23,
|
|
|
|
- 0xbb, 0x0f, 0x9b, 0x8a, 0xb8, 0xc2, 0x09, 0x1f, 0xe1, 0x2c, 0x93, 0x6a, 0x10, 0xf8, 0x6e, 0x61,
|
|
|
|
- 0x43, 0xd1, 0x09, 0x4e, 0x5e, 0x16, 0x8c, 0xed, 0x43, 0x5d, 0x0f, 0x65, 0x52, 0xfa, 0x5a, 0x73,
|
|
|
|
- 0xef, 0x01, 0x8b, 0x0a, 0x53, 0xd9, 0x36, 0x54, 0x24, 0xf1, 0x5c, 0xc6, 0x01, 0xb4, 0xbd, 0x6e,
|
|
|
|
- 0x33, 0xdc, 0x90, 0x74, 0x26, 0xe3, 0x05, 0x1e, 0xc8, 0x38, 0xa8, 0x97, 0xf8, 0x85, 0x8c, 0xed,
|
|
|
|
- 0x52, 0x17, 0xe3, 0x84, 0xb2, 0x51, 0x91, 0x65, 0xc3, 0xbd, 0xb1, 0x61, 0xe9, 0x7b, 0xca, 0x46,
|
|
|
|
- 0x2e, 0xcf, 0x87, 0xb0, 0xe5, 0x54, 0x32, 0x89, 0x06, 0x58, 0xc8, 0x9a, 0x4e, 0xd6, 0xb4, 0xf8,
|
|
|
|
- 0xd8, 0x52, 0xab, 0xeb, 0x7c, 0x5f, 0x85, 0x9b, 0xfd, 0x21, 0x8a, 0x51, 0x4a, 0x52, 0x99, 0x32,
|
|
|
|
- 0x54, 0x06, 0xeb, 0x38, 0x95, 0x65, 0x96, 0xae, 0xfe, 0x6f, 0x43, 0xdc, 0x85, 0xda, 0x95, 0x95,
|
|
|
|
- 0x7e, 0xf1, 0x59, 0x4c, 0x4a, 0x1b, 0xf7, 0x00, 0xae, 0x39, 0x58, 0x44, 0x57, 0x93, 0x4b, 0xf7,
|
|
|
|
- 0x9e, 0xc2, 0xe6, 0x69, 0x46, 0x02, 0xb5, 0x3e, 0x42, 0x13, 0xc9, 0xb1, 0x66, 0xf7, 0xa0, 0x8a,
|
|
|
|
- 0x53, 0x14, 0x5c, 0xc6, 0xc5, 0x17, 0x7a, 0x08, 0xf3, 0xdf, 0xfb, 0x95, 0xe7, 0x53, 0x14, 0xc7,
|
|
|
|
- 0x47, 0x61, 0xc5, 0x8e, 0x8e, 0xe3, 0xc3, 0x4f, 0x17, 0x97, 0xad, 0x95, 0x5f, 0x97, 0xad, 0x95,
|
|
|
|
- 0xaf, 0xf3, 0x96, 0x77, 0x31, 0x6f, 0x79, 0x3f, 0xe7, 0x2d, 0xef, 0xcf, 0xbc, 0xe5, 0x7d, 0x3c,
|
|
|
|
- 0xfc, 0xd7, 0x5f, 0xcc, 0xb3, 0x65, 0xf5, 0x61, 0xe5, 0xbc, 0xe2, 0xfe, 0x1e, 0x4f, 0xfe, 0x06,
|
|
|
|
- 0x00, 0x00, 0xff, 0xff, 0x7f, 0x24, 0x6f, 0x2e, 0xb1, 0x04, 0x00, 0x00,
|
|
|
|
-}
|
|
|