|
@@ -6,10 +6,12 @@ package options
|
|
|
import (
|
|
|
fmt "fmt"
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
+ github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
|
|
|
_ "github.com/gogo/protobuf/types"
|
|
|
github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
|
|
|
io "io"
|
|
|
math "math"
|
|
|
+ math_bits "math/bits"
|
|
|
reflect "reflect"
|
|
|
strings "strings"
|
|
|
time "time"
|
|
@@ -25,7 +27,7 @@ var _ = time.Kitchen
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
// proto package needs to be updated.
|
|
|
-const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
+const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
type Options_DebugType int32
|
|
|
|
|
@@ -143,7 +145,14 @@ type Options struct {
|
|
|
// io_retry_timeout_in_sec is the timeout in seconds for how long to try and reconnect to an upstream IO provider if a connection is lost.
|
|
|
// The typical example is if Containerd has restarted but is expected to come back online. A 0 for this field is interpreted as an infinite
|
|
|
// timeout.
|
|
|
- IoRetryTimeoutInSec int32 `protobuf:"varint,17,opt,name=io_retry_timeout_in_sec,json=ioRetryTimeoutInSec,proto3" json:"io_retry_timeout_in_sec,omitempty"`
|
|
|
+ IoRetryTimeoutInSec int32 `protobuf:"varint,17,opt,name=io_retry_timeout_in_sec,json=ioRetryTimeoutInSec,proto3" json:"io_retry_timeout_in_sec,omitempty"`
|
|
|
+ // default_container_annotations specifies a set of annotations that should be set for every workload container
|
|
|
+ DefaultContainerAnnotations map[string]string `protobuf:"bytes,18,rep,name=default_container_annotations,json=defaultContainerAnnotations,proto3" json:"default_container_annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
|
+ // no_inherit_host_timezone specifies to skip inheriting the hosts time zone for WCOW UVMs and instead default to
|
|
|
+ // UTC.
|
|
|
+ NoInheritHostTimezone bool `protobuf:"varint,19,opt,name=no_inherit_host_timezone,json=noInheritHostTimezone,proto3" json:"no_inherit_host_timezone,omitempty"`
|
|
|
+ // scrub_logs enables removing environment variables and other potentially sensitive information from logs
|
|
|
+ ScrubLogs bool `protobuf:"varint,20,opt,name=scrub_logs,json=scrubLogs,proto3" json:"scrub_logs,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
@@ -162,7 +171,7 @@ func (m *Options) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
return xxx_messageInfo_Options.Marshal(b, m, deterministic)
|
|
|
} else {
|
|
|
b = b[:cap(b)]
|
|
|
- n, err := m.MarshalTo(b)
|
|
|
+ n, err := m.MarshalToSizedBuffer(b)
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -211,7 +220,7 @@ func (m *ProcessDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro
|
|
|
return xxx_messageInfo_ProcessDetails.Marshal(b, m, deterministic)
|
|
|
} else {
|
|
|
b = b[:cap(b)]
|
|
|
- n, err := m.MarshalTo(b)
|
|
|
+ n, err := m.MarshalToSizedBuffer(b)
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -234,6 +243,7 @@ func init() {
|
|
|
proto.RegisterEnum("containerd.runhcs.v1.Options_DebugType", Options_DebugType_name, Options_DebugType_value)
|
|
|
proto.RegisterEnum("containerd.runhcs.v1.Options_SandboxIsolation", Options_SandboxIsolation_name, Options_SandboxIsolation_value)
|
|
|
proto.RegisterType((*Options)(nil), "containerd.runhcs.v1.Options")
|
|
|
+ proto.RegisterMapType((map[string]string)(nil), "containerd.runhcs.v1.Options.DefaultContainerAnnotationsEntry")
|
|
|
proto.RegisterType((*ProcessDetails)(nil), "containerd.runhcs.v1.ProcessDetails")
|
|
|
}
|
|
|
|
|
@@ -242,73 +252,80 @@ func init() {
|
|
|
}
|
|
|
|
|
|
var fileDescriptor_b643df6839c75082 = []byte{
|
|
|
- // 953 bytes of a gzipped FileDescriptorProto
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x5d, 0x6f, 0xdb, 0x36,
|
|
|
- 0x17, 0xb6, 0xda, 0x24, 0xb6, 0x4e, 0xbe, 0x1c, 0x36, 0x40, 0x85, 0xe4, 0xad, 0x6d, 0xa4, 0x2f,
|
|
|
- 0xd0, 0x14, 0x6b, 0xa4, 0xa4, 0xdb, 0xdd, 0x06, 0x0c, 0x8d, 0xed, 0xb4, 0x1e, 0xf2, 0x61, 0xc8,
|
|
|
- 0x59, 0xba, 0x8f, 0x0b, 0x42, 0x1f, 0x8c, 0x4c, 0x54, 0x12, 0x05, 0x92, 0xf6, 0xe2, 0x5e, 0xed,
|
|
|
- 0x27, 0xec, 0x87, 0xec, 0x87, 0xe4, 0x72, 0x97, 0x03, 0x06, 0x64, 0xab, 0x7f, 0xc9, 0x40, 0x8a,
|
|
|
- 0x4a, 0xbb, 0x20, 0xd8, 0xcd, 0xae, 0x4c, 0x3e, 0xcf, 0xc3, 0x87, 0xe7, 0x1c, 0x9d, 0x43, 0xc3,
|
|
|
- 0x59, 0x42, 0xe5, 0x78, 0x12, 0xba, 0x11, 0xcb, 0xbc, 0x13, 0x1a, 0x71, 0x26, 0xd8, 0xa5, 0xf4,
|
|
|
- 0xc6, 0x91, 0x10, 0x63, 0x9a, 0x79, 0x51, 0x16, 0x7b, 0x11, 0xcb, 0x65, 0x40, 0x73, 0xc2, 0xe3,
|
|
|
- 0x3d, 0x85, 0xed, 0xf1, 0x49, 0x3e, 0x8e, 0xc4, 0xde, 0xf4, 0xc0, 0x63, 0x85, 0xa4, 0x2c, 0x17,
|
|
|
- 0x5e, 0x89, 0xb8, 0x05, 0x67, 0x92, 0xa1, 0xcd, 0x8f, 0x7a, 0xd7, 0x10, 0xd3, 0x83, 0xad, 0xcd,
|
|
|
- 0x84, 0x25, 0x4c, 0x0b, 0x3c, 0xb5, 0x2a, 0xb5, 0x5b, 0xed, 0x84, 0xb1, 0x24, 0x25, 0x9e, 0xde,
|
|
|
- 0x85, 0x93, 0x4b, 0x4f, 0xd2, 0x8c, 0x08, 0x19, 0x64, 0x45, 0x29, 0xd8, 0xf9, 0xb5, 0x0e, 0xf5,
|
|
|
- 0xb3, 0xf2, 0x16, 0xb4, 0x09, 0x8b, 0x31, 0x09, 0x27, 0x89, 0x63, 0x75, 0xac, 0xdd, 0x86, 0x5f,
|
|
|
- 0x6e, 0xd0, 0x11, 0x80, 0x5e, 0x60, 0x39, 0x2b, 0x88, 0xf3, 0xa0, 0x63, 0xed, 0xae, 0xbd, 0x7c,
|
|
|
- 0xe6, 0xde, 0x17, 0x83, 0x6b, 0x8c, 0xdc, 0x9e, 0xd2, 0x9f, 0xcf, 0x0a, 0xe2, 0xdb, 0x71, 0xb5,
|
|
|
- 0x44, 0x4f, 0x61, 0x95, 0x93, 0x84, 0x0a, 0xc9, 0x67, 0x98, 0x33, 0x26, 0x9d, 0x87, 0x1d, 0x6b,
|
|
|
- 0xd7, 0xf6, 0x57, 0x2a, 0xd0, 0x67, 0x4c, 0x2a, 0x91, 0x08, 0xf2, 0x38, 0x64, 0x57, 0x98, 0x66,
|
|
|
- 0x41, 0x42, 0x9c, 0x85, 0x52, 0x64, 0xc0, 0x81, 0xc2, 0xd0, 0x73, 0x68, 0x56, 0xa2, 0x22, 0x0d,
|
|
|
- 0xe4, 0x25, 0xe3, 0x99, 0xb3, 0xa8, 0x75, 0xeb, 0x06, 0x1f, 0x1a, 0x18, 0xfd, 0x08, 0x1b, 0xb7,
|
|
|
- 0x7e, 0x82, 0xa5, 0x81, 0x8a, 0xcf, 0x59, 0xd2, 0x39, 0xb8, 0xff, 0x9e, 0xc3, 0xc8, 0xdc, 0x58,
|
|
|
- 0x9d, 0xf2, 0xab, 0x3b, 0x6f, 0x11, 0xe4, 0xc1, 0x66, 0xc8, 0x98, 0xc4, 0x97, 0x34, 0x25, 0x42,
|
|
|
- 0xe7, 0x84, 0x8b, 0x40, 0x8e, 0x9d, 0xba, 0x8e, 0x65, 0x43, 0x71, 0x47, 0x8a, 0x52, 0x99, 0x0d,
|
|
|
- 0x03, 0x39, 0x46, 0x2f, 0x00, 0x4d, 0x33, 0x5c, 0x70, 0x16, 0x11, 0x21, 0x18, 0xc7, 0x11, 0x9b,
|
|
|
- 0xe4, 0xd2, 0x69, 0x74, 0xac, 0xdd, 0x45, 0xbf, 0x39, 0xcd, 0x86, 0x15, 0xd1, 0x55, 0x38, 0x72,
|
|
|
- 0x61, 0x73, 0x9a, 0xe1, 0x8c, 0x64, 0x8c, 0xcf, 0xb0, 0xa0, 0xef, 0x09, 0xa6, 0x39, 0xce, 0x42,
|
|
|
- 0xc7, 0xae, 0xf4, 0x27, 0x9a, 0x1a, 0xd1, 0xf7, 0x64, 0x90, 0x9f, 0x84, 0xa8, 0x05, 0xf0, 0x7a,
|
|
|
- 0xf8, 0xed, 0xc5, 0x9b, 0x9e, 0xba, 0xcb, 0x01, 0x1d, 0xc4, 0x27, 0x08, 0xfa, 0x0a, 0xb6, 0x45,
|
|
|
- 0x14, 0xa4, 0x04, 0x47, 0xc5, 0x04, 0xa7, 0x34, 0xa3, 0x52, 0x60, 0xc9, 0xb0, 0x49, 0xcb, 0x59,
|
|
|
- 0xd6, 0x1f, 0xfd, 0xb1, 0x96, 0x74, 0x8b, 0xc9, 0xb1, 0x16, 0x9c, 0x33, 0x53, 0x07, 0x74, 0x02,
|
|
|
- 0xff, 0x8f, 0xc9, 0x65, 0x30, 0x49, 0x25, 0xbe, 0xad, 0x1b, 0x16, 0x11, 0x0f, 0x64, 0x34, 0xbe,
|
|
|
- 0x8d, 0x2e, 0x09, 0x9d, 0x15, 0x1d, 0x5d, 0xdb, 0x68, 0xbb, 0x95, 0x74, 0x54, 0x2a, 0xcb, 0x60,
|
|
|
- 0x5f, 0x87, 0xe8, 0x6b, 0x78, 0x52, 0xd9, 0x4d, 0xb3, 0xfb, 0x7c, 0x56, 0xb5, 0x8f, 0x63, 0x44,
|
|
|
- 0x17, 0xd9, 0x5d, 0x03, 0xd5, 0x29, 0xe3, 0x80, 0x93, 0xea, 0xac, 0xb3, 0xa6, 0xe3, 0x5f, 0xd1,
|
|
|
- 0xa0, 0x11, 0xa3, 0x0e, 0x2c, 0x9f, 0x76, 0x87, 0x9c, 0x5d, 0xcd, 0x5e, 0xc5, 0x31, 0x77, 0xd6,
|
|
|
- 0x75, 0x4d, 0x3e, 0x85, 0xd0, 0x36, 0xd8, 0x29, 0x4b, 0x70, 0x4a, 0xa6, 0x24, 0x75, 0x9a, 0x9a,
|
|
|
- 0x6f, 0xa4, 0x2c, 0x39, 0x56, 0x7b, 0xf4, 0x05, 0x3c, 0xa6, 0x0c, 0x73, 0xa2, 0x5a, 0x56, 0x0d,
|
|
|
- 0x0e, 0x9b, 0x48, 0x15, 0x9d, 0x20, 0x91, 0xb3, 0xa1, 0xc3, 0x7b, 0x44, 0x99, 0xaf, 0xd8, 0xf3,
|
|
|
- 0x92, 0x1c, 0xe4, 0x23, 0x12, 0xed, 0x3c, 0x07, 0xfb, 0x76, 0x00, 0x90, 0x0d, 0x8b, 0xa7, 0xc3,
|
|
|
- 0xc1, 0xb0, 0xdf, 0xac, 0xa1, 0x06, 0x2c, 0x1c, 0x0d, 0x8e, 0xfb, 0x4d, 0x0b, 0xd5, 0xe1, 0x61,
|
|
|
- 0xff, 0xfc, 0x6d, 0xf3, 0xc1, 0x8e, 0x07, 0xcd, 0xbb, 0x7d, 0x86, 0x96, 0xa1, 0x3e, 0xf4, 0xcf,
|
|
|
- 0xba, 0xfd, 0xd1, 0xa8, 0x59, 0x43, 0x6b, 0x00, 0x6f, 0xbe, 0x1f, 0xf6, 0xfd, 0x8b, 0xc1, 0xe8,
|
|
|
- 0xcc, 0x6f, 0x5a, 0x3b, 0x7f, 0x3c, 0x84, 0x35, 0xd3, 0x26, 0x3d, 0x22, 0x03, 0x9a, 0x0a, 0xf4,
|
|
|
- 0x04, 0x40, 0x8f, 0x0a, 0xce, 0x83, 0x8c, 0xe8, 0xd1, 0xb5, 0x7d, 0x5b, 0x23, 0xa7, 0x41, 0x46,
|
|
|
- 0x50, 0x17, 0x20, 0xe2, 0x24, 0x90, 0x24, 0xc6, 0x81, 0xd4, 0xe3, 0xbb, 0xfc, 0x72, 0xcb, 0x2d,
|
|
|
- 0x9f, 0x05, 0xb7, 0x7a, 0x16, 0xdc, 0xf3, 0xea, 0x59, 0x38, 0x6c, 0x5c, 0xdf, 0xb4, 0x6b, 0xbf,
|
|
|
- 0xfc, 0xd9, 0xb6, 0x7c, 0xdb, 0x9c, 0x7b, 0x25, 0xd1, 0x67, 0x80, 0xde, 0x11, 0x9e, 0x93, 0x54,
|
|
|
- 0x97, 0x01, 0x1f, 0xec, 0xef, 0xe3, 0x5c, 0xe8, 0x01, 0x5e, 0xf0, 0xd7, 0x4b, 0x46, 0x39, 0x1c,
|
|
|
- 0xec, 0xef, 0x9f, 0x0a, 0xe4, 0xc2, 0x23, 0xd3, 0xb4, 0x11, 0xcb, 0x32, 0x2a, 0x71, 0x38, 0x93,
|
|
|
- 0x44, 0xe8, 0x49, 0x5e, 0xf0, 0x37, 0x4a, 0xaa, 0xab, 0x99, 0x43, 0x45, 0xa0, 0x23, 0xe8, 0x18,
|
|
|
- 0xfd, 0x4f, 0x8c, 0xbf, 0xa3, 0x79, 0x82, 0x05, 0x91, 0xb8, 0xe0, 0x74, 0x1a, 0x48, 0x62, 0x0e,
|
|
|
- 0x2f, 0xea, 0xc3, 0xff, 0x2b, 0x75, 0x6f, 0x4b, 0xd9, 0x88, 0xc8, 0x61, 0x29, 0x2a, 0x7d, 0x7a,
|
|
|
- 0xd0, 0xbe, 0xc7, 0x47, 0xf7, 0x43, 0x6c, 0x6c, 0x96, 0xb4, 0xcd, 0xf6, 0x5d, 0x9b, 0x91, 0xd6,
|
|
|
- 0x94, 0x2e, 0x2f, 0x00, 0xcc, 0x80, 0x62, 0x1a, 0xeb, 0x51, 0x5e, 0x3d, 0x5c, 0x9d, 0xdf, 0xb4,
|
|
|
- 0x6d, 0x53, 0xf6, 0x41, 0xcf, 0xb7, 0x8d, 0x60, 0x10, 0xa3, 0x67, 0xd0, 0x9c, 0x08, 0xc2, 0xff,
|
|
|
- 0x51, 0x96, 0x86, 0xbe, 0x64, 0x55, 0xe1, 0x1f, 0x8b, 0xf2, 0x14, 0xea, 0xe4, 0x8a, 0x44, 0xca,
|
|
|
- 0x53, 0xcd, 0xaf, 0x7d, 0x08, 0xf3, 0x9b, 0xf6, 0x52, 0xff, 0x8a, 0x44, 0x83, 0x9e, 0xbf, 0xa4,
|
|
|
- 0xa8, 0x41, 0x7c, 0x18, 0x5f, 0x7f, 0x68, 0xd5, 0x7e, 0xff, 0xd0, 0xaa, 0xfd, 0x3c, 0x6f, 0x59,
|
|
|
- 0xd7, 0xf3, 0x96, 0xf5, 0xdb, 0xbc, 0x65, 0xfd, 0x35, 0x6f, 0x59, 0x3f, 0x7c, 0xf3, 0xdf, 0xff,
|
|
|
- 0x44, 0xbe, 0x34, 0xbf, 0xdf, 0xd5, 0xc2, 0x25, 0xfd, 0xdd, 0x3f, 0xff, 0x3b, 0x00, 0x00, 0xff,
|
|
|
- 0xff, 0x6b, 0x83, 0xa6, 0x5f, 0x9b, 0x06, 0x00, 0x00,
|
|
|
+ // 1072 bytes of a gzipped FileDescriptorProto
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x4b, 0x6f, 0xe3, 0x36,
|
|
|
+ 0x17, 0xb5, 0xf2, 0xb4, 0x98, 0x97, 0xc3, 0xf8, 0xc3, 0x08, 0xc9, 0x37, 0xb6, 0x91, 0x29, 0x30,
|
|
|
+ 0x19, 0x74, 0x22, 0x27, 0x69, 0x81, 0x16, 0x6d, 0xd1, 0x22, 0xb1, 0x9d, 0x89, 0x8b, 0x3c, 0x0c,
|
|
|
+ 0xd9, 0xcd, 0xf4, 0xb1, 0x20, 0xf4, 0x60, 0x64, 0x22, 0x92, 0x28, 0x90, 0x94, 0x1b, 0x67, 0x55,
|
|
|
+ 0xf4, 0x17, 0xf4, 0x67, 0x65, 0xd9, 0x65, 0x8b, 0x02, 0x69, 0xc7, 0xbf, 0xa4, 0x20, 0x45, 0x25,
|
|
|
+ 0x33, 0x41, 0xda, 0x59, 0x74, 0x65, 0xf2, 0x9c, 0xc3, 0xc3, 0x7b, 0xaf, 0x78, 0xaf, 0xc1, 0x59,
|
|
|
+ 0x48, 0xc4, 0x30, 0xf3, 0x6c, 0x9f, 0xc6, 0xcd, 0x13, 0xe2, 0x33, 0xca, 0xe9, 0x85, 0x68, 0x0e,
|
|
|
+ 0x7d, 0xce, 0x87, 0x24, 0x6e, 0xfa, 0x71, 0xd0, 0xf4, 0x69, 0x22, 0x5c, 0x92, 0x60, 0x16, 0x6c,
|
|
|
+ 0x4b, 0x6c, 0x9b, 0x65, 0xc9, 0xd0, 0xe7, 0xdb, 0xa3, 0xdd, 0x26, 0x4d, 0x05, 0xa1, 0x09, 0x6f,
|
|
|
+ 0xe6, 0x88, 0x9d, 0x32, 0x2a, 0x28, 0xac, 0xde, 0xeb, 0x6d, 0x4d, 0x8c, 0x76, 0xd7, 0xab, 0x21,
|
|
|
+ 0x0d, 0xa9, 0x12, 0x34, 0xe5, 0x2a, 0xd7, 0xae, 0xd7, 0x43, 0x4a, 0xc3, 0x08, 0x37, 0xd5, 0xce,
|
|
|
+ 0xcb, 0x2e, 0x9a, 0x82, 0xc4, 0x98, 0x0b, 0x37, 0x4e, 0x73, 0xc1, 0xe6, 0xef, 0x26, 0x98, 0x3f,
|
|
|
+ 0xcb, 0x6f, 0x81, 0x55, 0x30, 0x1b, 0x60, 0x2f, 0x0b, 0x2d, 0xa3, 0x61, 0x6c, 0x95, 0x9d, 0x7c,
|
|
|
+ 0x03, 0x0f, 0x01, 0x50, 0x0b, 0x24, 0xc6, 0x29, 0xb6, 0xa6, 0x1a, 0xc6, 0xd6, 0xf2, 0xde, 0x73,
|
|
|
+ 0xfb, 0xb1, 0x18, 0x6c, 0x6d, 0x64, 0xb7, 0xa5, 0x7e, 0x30, 0x4e, 0xb1, 0x63, 0x06, 0xc5, 0x12,
|
|
|
+ 0x3e, 0x03, 0x4b, 0x0c, 0x87, 0x84, 0x0b, 0x36, 0x46, 0x8c, 0x52, 0x61, 0x4d, 0x37, 0x8c, 0x2d,
|
|
|
+ 0xd3, 0x59, 0x2c, 0x40, 0x87, 0x52, 0x21, 0x45, 0xdc, 0x4d, 0x02, 0x8f, 0x5e, 0x21, 0x12, 0xbb,
|
|
|
+ 0x21, 0xb6, 0x66, 0x72, 0x91, 0x06, 0xbb, 0x12, 0x83, 0x2f, 0x40, 0xa5, 0x10, 0xa5, 0x91, 0x2b,
|
|
|
+ 0x2e, 0x28, 0x8b, 0xad, 0x59, 0xa5, 0x5b, 0xd1, 0x78, 0x4f, 0xc3, 0xf0, 0x07, 0xb0, 0x7a, 0xe7,
|
|
|
+ 0xc7, 0x69, 0xe4, 0xca, 0xf8, 0xac, 0x39, 0x95, 0x83, 0xfd, 0xef, 0x39, 0xf4, 0xf5, 0x8d, 0xc5,
|
|
|
+ 0x29, 0xa7, 0xb8, 0xf3, 0x0e, 0x81, 0x4d, 0x50, 0xf5, 0x28, 0x15, 0xe8, 0x82, 0x44, 0x98, 0xab,
|
|
|
+ 0x9c, 0x50, 0xea, 0x8a, 0xa1, 0x35, 0xaf, 0x62, 0x59, 0x95, 0xdc, 0xa1, 0xa4, 0x64, 0x66, 0x3d,
|
|
|
+ 0x57, 0x0c, 0xe1, 0x4b, 0x00, 0x47, 0x31, 0x4a, 0x19, 0xf5, 0x31, 0xe7, 0x94, 0x21, 0x9f, 0x66,
|
|
|
+ 0x89, 0xb0, 0xca, 0x0d, 0x63, 0x6b, 0xd6, 0xa9, 0x8c, 0xe2, 0x5e, 0x41, 0xb4, 0x24, 0x0e, 0x6d,
|
|
|
+ 0x50, 0x1d, 0xc5, 0x28, 0xc6, 0x31, 0x65, 0x63, 0xc4, 0xc9, 0x35, 0x46, 0x24, 0x41, 0xb1, 0x67,
|
|
|
+ 0x99, 0x85, 0xfe, 0x44, 0x51, 0x7d, 0x72, 0x8d, 0xbb, 0xc9, 0x89, 0x07, 0x6b, 0x00, 0xbc, 0xea,
|
|
|
+ 0x7d, 0x73, 0x7e, 0xd4, 0x96, 0x77, 0x59, 0x40, 0x05, 0xf1, 0x16, 0x02, 0xbf, 0x00, 0x1b, 0xdc,
|
|
|
+ 0x77, 0x23, 0x8c, 0xfc, 0x34, 0x43, 0x11, 0x89, 0x89, 0xe0, 0x48, 0x50, 0xa4, 0xd3, 0xb2, 0x16,
|
|
|
+ 0xd4, 0x47, 0x7f, 0xa2, 0x24, 0xad, 0x34, 0x3b, 0x56, 0x82, 0x01, 0xd5, 0x75, 0x80, 0x27, 0xe0,
|
|
|
+ 0x83, 0x00, 0x5f, 0xb8, 0x59, 0x24, 0xd0, 0x5d, 0xdd, 0x10, 0xf7, 0x99, 0x2b, 0xfc, 0xe1, 0x5d,
|
|
|
+ 0x74, 0xa1, 0x67, 0x2d, 0xaa, 0xe8, 0xea, 0x5a, 0xdb, 0x2a, 0xa4, 0xfd, 0x5c, 0x99, 0x07, 0xfb,
|
|
|
+ 0xca, 0x83, 0x5f, 0x81, 0xa7, 0x85, 0xdd, 0x28, 0x7e, 0xcc, 0x67, 0x49, 0xf9, 0x58, 0x5a, 0x74,
|
|
|
+ 0x1e, 0x3f, 0x34, 0x90, 0x2f, 0x65, 0xe8, 0x32, 0x5c, 0x9c, 0xb5, 0x96, 0x55, 0xfc, 0x8b, 0x0a,
|
|
|
+ 0xd4, 0x62, 0xd8, 0x00, 0x0b, 0xa7, 0xad, 0x1e, 0xa3, 0x57, 0xe3, 0xfd, 0x20, 0x60, 0xd6, 0x8a,
|
|
|
+ 0xaa, 0xc9, 0xdb, 0x10, 0xdc, 0x00, 0x66, 0x44, 0x43, 0x14, 0xe1, 0x11, 0x8e, 0xac, 0x8a, 0xe2,
|
|
|
+ 0xcb, 0x11, 0x0d, 0x8f, 0xe5, 0x1e, 0x7e, 0x0c, 0x9e, 0x10, 0x8a, 0x18, 0x96, 0x4f, 0x56, 0x36,
|
|
|
+ 0x0e, 0xcd, 0x84, 0x8c, 0x8e, 0x63, 0xdf, 0x5a, 0x55, 0xe1, 0xad, 0x11, 0xea, 0x48, 0x76, 0x90,
|
|
|
+ 0x93, 0xdd, 0xa4, 0x8f, 0x7d, 0xf8, 0xb3, 0x71, 0x9f, 0xdb, 0x7d, 0xa9, 0xdc, 0x24, 0xa1, 0x42,
|
|
|
+ 0xbd, 0x1b, 0x6e, 0xc1, 0xc6, 0xf4, 0xd6, 0xc2, 0xde, 0x97, 0xef, 0x6b, 0xa2, 0x77, 0x2b, 0xb8,
|
|
|
+ 0x7f, 0x6f, 0xd0, 0x49, 0x64, 0xbf, 0x6c, 0x04, 0xff, 0xac, 0x80, 0x9f, 0x00, 0x2b, 0xa1, 0x88,
|
|
|
+ 0x24, 0x43, 0xcc, 0x88, 0x40, 0x43, 0xca, 0x85, 0xca, 0xe0, 0x9a, 0x26, 0xd8, 0x5a, 0x53, 0x95,
|
|
|
+ 0xfa, 0x5f, 0x42, 0xbb, 0x39, 0x7d, 0x44, 0xb9, 0x18, 0x68, 0x12, 0x3e, 0x05, 0x80, 0xfb, 0x2c,
|
|
|
+ 0xf3, 0x50, 0x44, 0x43, 0x6e, 0x55, 0x95, 0xd4, 0x54, 0xc8, 0x31, 0x0d, 0xf9, 0xfa, 0x29, 0x68,
|
|
|
+ 0xbc, 0x2f, 0x30, 0x58, 0x01, 0xd3, 0x97, 0x78, 0xac, 0xa6, 0x88, 0xe9, 0xc8, 0xa5, 0x9c, 0x2c,
|
|
|
+ 0x23, 0x37, 0xca, 0xf2, 0xf1, 0x61, 0x3a, 0xf9, 0xe6, 0xb3, 0xa9, 0x4f, 0x8d, 0xcd, 0x17, 0xc0,
|
|
|
+ 0xbc, 0x9b, 0x16, 0xd0, 0x04, 0xb3, 0xa7, 0xbd, 0x6e, 0xaf, 0x53, 0x29, 0xc1, 0x32, 0x98, 0x39,
|
|
|
+ 0xec, 0x1e, 0x77, 0x2a, 0x06, 0x9c, 0x07, 0xd3, 0x9d, 0xc1, 0xeb, 0xca, 0xd4, 0x66, 0x13, 0x54,
|
|
|
+ 0x1e, 0x36, 0x25, 0x5c, 0x00, 0xf3, 0x3d, 0xe7, 0xac, 0xd5, 0xe9, 0xf7, 0x2b, 0x25, 0xb8, 0x0c,
|
|
|
+ 0xc0, 0xd1, 0x77, 0xbd, 0x8e, 0x73, 0xde, 0xed, 0x9f, 0x39, 0x15, 0x63, 0xf3, 0x8f, 0x69, 0xb0,
|
|
|
+ 0xac, 0x7b, 0xaa, 0x8d, 0x85, 0x4b, 0x22, 0x2e, 0xb3, 0x53, 0x73, 0x05, 0x25, 0x6e, 0x8c, 0x75,
|
|
|
+ 0x84, 0xa6, 0x42, 0x4e, 0xdd, 0x18, 0xc3, 0x16, 0x00, 0x3e, 0xc3, 0xae, 0xc0, 0x01, 0x72, 0x85,
|
|
|
+ 0x0a, 0x76, 0x61, 0x6f, 0xdd, 0xce, 0x67, 0xa8, 0x5d, 0xcc, 0x50, 0x7b, 0x50, 0xcc, 0xd0, 0x83,
|
|
|
+ 0xf2, 0xcd, 0x6d, 0xbd, 0xf4, 0xcb, 0x9f, 0x75, 0xc3, 0x31, 0xf5, 0xb9, 0x7d, 0x01, 0x3f, 0x04,
|
|
|
+ 0xf0, 0x12, 0xb3, 0x04, 0x47, 0xaa, 0xe2, 0x68, 0x77, 0x67, 0x07, 0x25, 0x5c, 0x4d, 0xbb, 0x19,
|
|
|
+ 0x67, 0x25, 0x67, 0xa4, 0xc3, 0xee, 0xce, 0xce, 0x29, 0x87, 0x36, 0x58, 0xd3, 0x1d, 0xee, 0xd3,
|
|
|
+ 0x38, 0x26, 0x02, 0x79, 0x63, 0x81, 0xb9, 0x1a, 0x7b, 0x33, 0xce, 0x6a, 0x4e, 0xb5, 0x14, 0x73,
|
|
|
+ 0x20, 0x09, 0x78, 0x08, 0x1a, 0x5a, 0xff, 0x23, 0x65, 0x97, 0x24, 0x09, 0x11, 0xc7, 0x02, 0xa5,
|
|
|
+ 0x8c, 0x8c, 0x5c, 0x81, 0xf5, 0xe1, 0x59, 0x75, 0xf8, 0xff, 0xb9, 0xee, 0x75, 0x2e, 0xeb, 0x63,
|
|
|
+ 0xd1, 0xcb, 0x45, 0xb9, 0x4f, 0x1b, 0xd4, 0x1f, 0xf1, 0x51, 0xcd, 0x13, 0x68, 0x9b, 0x39, 0x65,
|
|
|
+ 0xb3, 0xf1, 0xd0, 0xa6, 0xaf, 0x34, 0xb9, 0xcb, 0x4b, 0x00, 0xf4, 0x34, 0x43, 0x24, 0x50, 0x73,
|
|
|
+ 0x6f, 0xe9, 0x60, 0x69, 0x72, 0x5b, 0x37, 0x75, 0xd9, 0xbb, 0x6d, 0xc7, 0xd4, 0x82, 0x6e, 0x00,
|
|
|
+ 0x9f, 0x83, 0x4a, 0xc6, 0x31, 0x7b, 0xa7, 0x2c, 0x65, 0x75, 0xc9, 0x92, 0xc4, 0xef, 0x8b, 0xf2,
|
|
|
+ 0x0c, 0xcc, 0xe3, 0x2b, 0xec, 0x4b, 0x4f, 0x39, 0xec, 0xcc, 0x03, 0x30, 0xb9, 0xad, 0xcf, 0x75,
|
|
|
+ 0xae, 0xb0, 0xdf, 0x6d, 0x3b, 0x73, 0x92, 0xea, 0x06, 0x07, 0xc1, 0xcd, 0x9b, 0x5a, 0xe9, 0xb7,
|
|
|
+ 0x37, 0xb5, 0xd2, 0x4f, 0x93, 0x9a, 0x71, 0x33, 0xa9, 0x19, 0xbf, 0x4e, 0x6a, 0xc6, 0x5f, 0x93,
|
|
|
+ 0x9a, 0xf1, 0xfd, 0xd7, 0xff, 0xfd, 0x1f, 0xf7, 0x73, 0xfd, 0xfb, 0x6d, 0xc9, 0x9b, 0x53, 0xdf,
|
|
|
+ 0xfd, 0xa3, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xba, 0x6d, 0x7b, 0x04, 0xc8, 0x07, 0x00, 0x00,
|
|
|
}
|
|
|
|
|
|
func (m *Options) Marshal() (dAtA []byte, err error) {
|
|
|
size := m.Size()
|
|
|
dAtA = make([]byte, size)
|
|
|
- n, err := m.MarshalTo(dAtA)
|
|
|
+ n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -316,131 +333,189 @@ func (m *Options) Marshal() (dAtA []byte, err error) {
|
|
|
}
|
|
|
|
|
|
func (m *Options) MarshalTo(dAtA []byte) (int, error) {
|
|
|
- var i int
|
|
|
+ size := m.Size()
|
|
|
+ return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+}
|
|
|
+
|
|
|
+func (m *Options) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
+ i := len(dAtA)
|
|
|
_ = i
|
|
|
var l int
|
|
|
_ = l
|
|
|
- if m.Debug {
|
|
|
- dAtA[i] = 0x8
|
|
|
- i++
|
|
|
- if m.Debug {
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
+ i -= len(m.XXX_unrecognized)
|
|
|
+ copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
+ }
|
|
|
+ if m.ScrubLogs {
|
|
|
+ i--
|
|
|
+ if m.ScrubLogs {
|
|
|
dAtA[i] = 1
|
|
|
} else {
|
|
|
dAtA[i] = 0
|
|
|
}
|
|
|
- i++
|
|
|
- }
|
|
|
- if m.DebugType != 0 {
|
|
|
- dAtA[i] = 0x10
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.DebugType))
|
|
|
- }
|
|
|
- if len(m.RegistryRoot) > 0 {
|
|
|
- dAtA[i] = 0x1a
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.RegistryRoot)))
|
|
|
- i += copy(dAtA[i:], m.RegistryRoot)
|
|
|
- }
|
|
|
- if len(m.SandboxImage) > 0 {
|
|
|
- dAtA[i] = 0x22
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.SandboxImage)))
|
|
|
- i += copy(dAtA[i:], m.SandboxImage)
|
|
|
- }
|
|
|
- if len(m.SandboxPlatform) > 0 {
|
|
|
- dAtA[i] = 0x2a
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.SandboxPlatform)))
|
|
|
- i += copy(dAtA[i:], m.SandboxPlatform)
|
|
|
- }
|
|
|
- if m.SandboxIsolation != 0 {
|
|
|
- dAtA[i] = 0x30
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.SandboxIsolation))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa0
|
|
|
}
|
|
|
- if len(m.BootFilesRootPath) > 0 {
|
|
|
- dAtA[i] = 0x3a
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.BootFilesRootPath)))
|
|
|
- i += copy(dAtA[i:], m.BootFilesRootPath)
|
|
|
+ if m.NoInheritHostTimezone {
|
|
|
+ i--
|
|
|
+ if m.NoInheritHostTimezone {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x98
|
|
|
+ }
|
|
|
+ if len(m.DefaultContainerAnnotations) > 0 {
|
|
|
+ for k := range m.DefaultContainerAnnotations {
|
|
|
+ v := m.DefaultContainerAnnotations[k]
|
|
|
+ baseI := i
|
|
|
+ i -= len(v)
|
|
|
+ copy(dAtA[i:], v)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(v)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x12
|
|
|
+ i -= len(k)
|
|
|
+ copy(dAtA[i:], k)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(k)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(baseI-i))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x92
|
|
|
+ }
|
|
|
}
|
|
|
- if m.VmProcessorCount != 0 {
|
|
|
- dAtA[i] = 0x40
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.VmProcessorCount))
|
|
|
+ if m.IoRetryTimeoutInSec != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.IoRetryTimeoutInSec))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x88
|
|
|
}
|
|
|
- if m.VmMemorySizeInMb != 0 {
|
|
|
- dAtA[i] = 0x48
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.VmMemorySizeInMb))
|
|
|
+ if len(m.LogLevel) > 0 {
|
|
|
+ i -= len(m.LogLevel)
|
|
|
+ copy(dAtA[i:], m.LogLevel)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.LogLevel)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x82
|
|
|
}
|
|
|
- if len(m.GPUVHDPath) > 0 {
|
|
|
- dAtA[i] = 0x52
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.GPUVHDPath)))
|
|
|
- i += copy(dAtA[i:], m.GPUVHDPath)
|
|
|
+ if len(m.NCProxyAddr) > 0 {
|
|
|
+ i -= len(m.NCProxyAddr)
|
|
|
+ copy(dAtA[i:], m.NCProxyAddr)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.NCProxyAddr)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x7a
|
|
|
}
|
|
|
- if m.ScaleCpuLimitsToSandbox {
|
|
|
- dAtA[i] = 0x58
|
|
|
- i++
|
|
|
- if m.ScaleCpuLimitsToSandbox {
|
|
|
+ if m.ShareScratch {
|
|
|
+ i--
|
|
|
+ if m.ShareScratch {
|
|
|
dAtA[i] = 1
|
|
|
} else {
|
|
|
dAtA[i] = 0
|
|
|
}
|
|
|
- i++
|
|
|
- }
|
|
|
- if m.DefaultContainerScratchSizeInGb != 0 {
|
|
|
- dAtA[i] = 0x60
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.DefaultContainerScratchSizeInGb))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x70
|
|
|
}
|
|
|
if m.DefaultVmScratchSizeInGb != 0 {
|
|
|
- dAtA[i] = 0x68
|
|
|
- i++
|
|
|
i = encodeVarintRunhcs(dAtA, i, uint64(m.DefaultVmScratchSizeInGb))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x68
|
|
|
}
|
|
|
- if m.ShareScratch {
|
|
|
- dAtA[i] = 0x70
|
|
|
- i++
|
|
|
- if m.ShareScratch {
|
|
|
+ if m.DefaultContainerScratchSizeInGb != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.DefaultContainerScratchSizeInGb))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x60
|
|
|
+ }
|
|
|
+ if m.ScaleCpuLimitsToSandbox {
|
|
|
+ i--
|
|
|
+ if m.ScaleCpuLimitsToSandbox {
|
|
|
dAtA[i] = 1
|
|
|
} else {
|
|
|
dAtA[i] = 0
|
|
|
}
|
|
|
- i++
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x58
|
|
|
}
|
|
|
- if len(m.NCProxyAddr) > 0 {
|
|
|
- dAtA[i] = 0x7a
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.NCProxyAddr)))
|
|
|
- i += copy(dAtA[i:], m.NCProxyAddr)
|
|
|
+ if len(m.GPUVHDPath) > 0 {
|
|
|
+ i -= len(m.GPUVHDPath)
|
|
|
+ copy(dAtA[i:], m.GPUVHDPath)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.GPUVHDPath)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x52
|
|
|
}
|
|
|
- if len(m.LogLevel) > 0 {
|
|
|
- dAtA[i] = 0x82
|
|
|
- i++
|
|
|
- dAtA[i] = 0x1
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.LogLevel)))
|
|
|
- i += copy(dAtA[i:], m.LogLevel)
|
|
|
+ if m.VmMemorySizeInMb != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.VmMemorySizeInMb))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x48
|
|
|
}
|
|
|
- if m.IoRetryTimeoutInSec != 0 {
|
|
|
- dAtA[i] = 0x88
|
|
|
- i++
|
|
|
- dAtA[i] = 0x1
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.IoRetryTimeoutInSec))
|
|
|
+ if m.VmProcessorCount != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.VmProcessorCount))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x40
|
|
|
}
|
|
|
- if m.XXX_unrecognized != nil {
|
|
|
- i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
+ if len(m.BootFilesRootPath) > 0 {
|
|
|
+ i -= len(m.BootFilesRootPath)
|
|
|
+ copy(dAtA[i:], m.BootFilesRootPath)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.BootFilesRootPath)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x3a
|
|
|
+ }
|
|
|
+ if m.SandboxIsolation != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.SandboxIsolation))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x30
|
|
|
+ }
|
|
|
+ if len(m.SandboxPlatform) > 0 {
|
|
|
+ i -= len(m.SandboxPlatform)
|
|
|
+ copy(dAtA[i:], m.SandboxPlatform)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.SandboxPlatform)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2a
|
|
|
+ }
|
|
|
+ if len(m.SandboxImage) > 0 {
|
|
|
+ i -= len(m.SandboxImage)
|
|
|
+ copy(dAtA[i:], m.SandboxImage)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.SandboxImage)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x22
|
|
|
+ }
|
|
|
+ if len(m.RegistryRoot) > 0 {
|
|
|
+ i -= len(m.RegistryRoot)
|
|
|
+ copy(dAtA[i:], m.RegistryRoot)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.RegistryRoot)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1a
|
|
|
+ }
|
|
|
+ if m.DebugType != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.DebugType))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x10
|
|
|
+ }
|
|
|
+ if m.Debug {
|
|
|
+ i--
|
|
|
+ if m.Debug {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x8
|
|
|
}
|
|
|
- return i, nil
|
|
|
+ return len(dAtA) - i, nil
|
|
|
}
|
|
|
|
|
|
func (m *ProcessDetails) Marshal() (dAtA []byte, err error) {
|
|
|
size := m.Size()
|
|
|
dAtA = make([]byte, size)
|
|
|
- n, err := m.MarshalTo(dAtA)
|
|
|
+ n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -448,74 +523,84 @@ func (m *ProcessDetails) Marshal() (dAtA []byte, err error) {
|
|
|
}
|
|
|
|
|
|
func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error) {
|
|
|
- var i int
|
|
|
+ size := m.Size()
|
|
|
+ return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+}
|
|
|
+
|
|
|
+func (m *ProcessDetails) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
+ i := len(dAtA)
|
|
|
_ = i
|
|
|
var l int
|
|
|
_ = l
|
|
|
- if len(m.ImageName) > 0 {
|
|
|
- dAtA[i] = 0xa
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.ImageName)))
|
|
|
- i += copy(dAtA[i:], m.ImageName)
|
|
|
- }
|
|
|
- dAtA[i] = 0x12
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdTime(m.CreatedAt)))
|
|
|
- n1, err := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.CreatedAt, dAtA[i:])
|
|
|
- if err != nil {
|
|
|
- return 0, err
|
|
|
+ if m.XXX_unrecognized != nil {
|
|
|
+ i -= len(m.XXX_unrecognized)
|
|
|
+ copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
}
|
|
|
- i += n1
|
|
|
- if m.KernelTime_100Ns != 0 {
|
|
|
- dAtA[i] = 0x18
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.KernelTime_100Ns))
|
|
|
+ if len(m.ExecID) > 0 {
|
|
|
+ i -= len(m.ExecID)
|
|
|
+ copy(dAtA[i:], m.ExecID)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.ExecID)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4a
|
|
|
}
|
|
|
- if m.MemoryCommitBytes != 0 {
|
|
|
- dAtA[i] = 0x20
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.MemoryCommitBytes))
|
|
|
+ if m.UserTime_100Ns != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.UserTime_100Ns))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x40
|
|
|
}
|
|
|
- if m.MemoryWorkingSetPrivateBytes != 0 {
|
|
|
- dAtA[i] = 0x28
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.MemoryWorkingSetPrivateBytes))
|
|
|
+ if m.ProcessID != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.ProcessID))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x38
|
|
|
}
|
|
|
if m.MemoryWorkingSetSharedBytes != 0 {
|
|
|
- dAtA[i] = 0x30
|
|
|
- i++
|
|
|
i = encodeVarintRunhcs(dAtA, i, uint64(m.MemoryWorkingSetSharedBytes))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x30
|
|
|
}
|
|
|
- if m.ProcessID != 0 {
|
|
|
- dAtA[i] = 0x38
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.ProcessID))
|
|
|
+ if m.MemoryWorkingSetPrivateBytes != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.MemoryWorkingSetPrivateBytes))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x28
|
|
|
}
|
|
|
- if m.UserTime_100Ns != 0 {
|
|
|
- dAtA[i] = 0x40
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(m.UserTime_100Ns))
|
|
|
+ if m.MemoryCommitBytes != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.MemoryCommitBytes))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x20
|
|
|
}
|
|
|
- if len(m.ExecID) > 0 {
|
|
|
- dAtA[i] = 0x4a
|
|
|
- i++
|
|
|
- i = encodeVarintRunhcs(dAtA, i, uint64(len(m.ExecID)))
|
|
|
- i += copy(dAtA[i:], m.ExecID)
|
|
|
+ if m.KernelTime_100Ns != 0 {
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(m.KernelTime_100Ns))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x18
|
|
|
}
|
|
|
- if m.XXX_unrecognized != nil {
|
|
|
- i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
+ n1, err1 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.CreatedAt, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.CreatedAt):])
|
|
|
+ if err1 != nil {
|
|
|
+ return 0, err1
|
|
|
+ }
|
|
|
+ i -= n1
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(n1))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x12
|
|
|
+ if len(m.ImageName) > 0 {
|
|
|
+ i -= len(m.ImageName)
|
|
|
+ copy(dAtA[i:], m.ImageName)
|
|
|
+ i = encodeVarintRunhcs(dAtA, i, uint64(len(m.ImageName)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa
|
|
|
}
|
|
|
- return i, nil
|
|
|
+ return len(dAtA) - i, nil
|
|
|
}
|
|
|
|
|
|
func encodeVarintRunhcs(dAtA []byte, offset int, v uint64) int {
|
|
|
+ offset -= sovRunhcs(v)
|
|
|
+ base := offset
|
|
|
for v >= 1<<7 {
|
|
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
v >>= 7
|
|
|
offset++
|
|
|
}
|
|
|
dAtA[offset] = uint8(v)
|
|
|
- return offset + 1
|
|
|
+ return base
|
|
|
}
|
|
|
func (m *Options) Size() (n int) {
|
|
|
if m == nil {
|
|
@@ -581,6 +666,20 @@ func (m *Options) Size() (n int) {
|
|
|
if m.IoRetryTimeoutInSec != 0 {
|
|
|
n += 2 + sovRunhcs(uint64(m.IoRetryTimeoutInSec))
|
|
|
}
|
|
|
+ if len(m.DefaultContainerAnnotations) > 0 {
|
|
|
+ for k, v := range m.DefaultContainerAnnotations {
|
|
|
+ _ = k
|
|
|
+ _ = v
|
|
|
+ mapEntrySize := 1 + len(k) + sovRunhcs(uint64(len(k))) + 1 + len(v) + sovRunhcs(uint64(len(v)))
|
|
|
+ n += mapEntrySize + 2 + sovRunhcs(uint64(mapEntrySize))
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if m.NoInheritHostTimezone {
|
|
|
+ n += 3
|
|
|
+ }
|
|
|
+ if m.ScrubLogs {
|
|
|
+ n += 3
|
|
|
+ }
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
}
|
|
@@ -628,14 +727,7 @@ func (m *ProcessDetails) Size() (n int) {
|
|
|
}
|
|
|
|
|
|
func sovRunhcs(x uint64) (n int) {
|
|
|
- for {
|
|
|
- n++
|
|
|
- x >>= 7
|
|
|
- if x == 0 {
|
|
|
- break
|
|
|
- }
|
|
|
- }
|
|
|
- return n
|
|
|
+ return (math_bits.Len64(x|1) + 6) / 7
|
|
|
}
|
|
|
func sozRunhcs(x uint64) (n int) {
|
|
|
return sovRunhcs(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
@@ -644,6 +736,16 @@ func (this *Options) String() string {
|
|
|
if this == nil {
|
|
|
return "nil"
|
|
|
}
|
|
|
+ keysForDefaultContainerAnnotations := make([]string, 0, len(this.DefaultContainerAnnotations))
|
|
|
+ for k, _ := range this.DefaultContainerAnnotations {
|
|
|
+ keysForDefaultContainerAnnotations = append(keysForDefaultContainerAnnotations, k)
|
|
|
+ }
|
|
|
+ github_com_gogo_protobuf_sortkeys.Strings(keysForDefaultContainerAnnotations)
|
|
|
+ mapStringForDefaultContainerAnnotations := "map[string]string{"
|
|
|
+ for _, k := range keysForDefaultContainerAnnotations {
|
|
|
+ mapStringForDefaultContainerAnnotations += fmt.Sprintf("%v: %v,", k, this.DefaultContainerAnnotations[k])
|
|
|
+ }
|
|
|
+ mapStringForDefaultContainerAnnotations += "}"
|
|
|
s := strings.Join([]string{`&Options{`,
|
|
|
`Debug:` + fmt.Sprintf("%v", this.Debug) + `,`,
|
|
|
`DebugType:` + fmt.Sprintf("%v", this.DebugType) + `,`,
|
|
@@ -662,6 +764,9 @@ func (this *Options) String() string {
|
|
|
`NCProxyAddr:` + fmt.Sprintf("%v", this.NCProxyAddr) + `,`,
|
|
|
`LogLevel:` + fmt.Sprintf("%v", this.LogLevel) + `,`,
|
|
|
`IoRetryTimeoutInSec:` + fmt.Sprintf("%v", this.IoRetryTimeoutInSec) + `,`,
|
|
|
+ `DefaultContainerAnnotations:` + mapStringForDefaultContainerAnnotations + `,`,
|
|
|
+ `NoInheritHostTimezone:` + fmt.Sprintf("%v", this.NoInheritHostTimezone) + `,`,
|
|
|
+ `ScrubLogs:` + fmt.Sprintf("%v", this.ScrubLogs) + `,`,
|
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
|
`}`,
|
|
|
}, "")
|
|
@@ -673,7 +778,7 @@ func (this *ProcessDetails) String() string {
|
|
|
}
|
|
|
s := strings.Join([]string{`&ProcessDetails{`,
|
|
|
`ImageName:` + fmt.Sprintf("%v", this.ImageName) + `,`,
|
|
|
- `CreatedAt:` + strings.Replace(strings.Replace(this.CreatedAt.String(), "Timestamp", "types.Timestamp", 1), `&`, ``, 1) + `,`,
|
|
|
+ `CreatedAt:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.CreatedAt), "Timestamp", "types.Timestamp", 1), `&`, ``, 1) + `,`,
|
|
|
`KernelTime_100Ns:` + fmt.Sprintf("%v", this.KernelTime_100Ns) + `,`,
|
|
|
`MemoryCommitBytes:` + fmt.Sprintf("%v", this.MemoryCommitBytes) + `,`,
|
|
|
`MemoryWorkingSetPrivateBytes:` + fmt.Sprintf("%v", this.MemoryWorkingSetPrivateBytes) + `,`,
|
|
@@ -1140,16 +1245,180 @@ func (m *Options) Unmarshal(dAtA []byte) error {
|
|
|
break
|
|
|
}
|
|
|
}
|
|
|
+ case 18:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DefaultContainerAnnotations", wireType)
|
|
|
+ }
|
|
|
+ var msglen int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ msglen |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if msglen < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + msglen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ if m.DefaultContainerAnnotations == nil {
|
|
|
+ m.DefaultContainerAnnotations = make(map[string]string)
|
|
|
+ }
|
|
|
+ var mapkey string
|
|
|
+ var mapvalue string
|
|
|
+ for iNdEx < postIndex {
|
|
|
+ entryPreIndex := iNdEx
|
|
|
+ var wire uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ fieldNum := int32(wire >> 3)
|
|
|
+ if fieldNum == 1 {
|
|
|
+ var stringLenmapkey uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ stringLenmapkey |= uint64(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ intStringLenmapkey := int(stringLenmapkey)
|
|
|
+ if intStringLenmapkey < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ postStringIndexmapkey := iNdEx + intStringLenmapkey
|
|
|
+ if postStringIndexmapkey < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ if postStringIndexmapkey > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ mapkey = string(dAtA[iNdEx:postStringIndexmapkey])
|
|
|
+ iNdEx = postStringIndexmapkey
|
|
|
+ } else if fieldNum == 2 {
|
|
|
+ var stringLenmapvalue uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ stringLenmapvalue |= uint64(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ intStringLenmapvalue := int(stringLenmapvalue)
|
|
|
+ if intStringLenmapvalue < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ postStringIndexmapvalue := iNdEx + intStringLenmapvalue
|
|
|
+ if postStringIndexmapvalue < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ if postStringIndexmapvalue > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ mapvalue = string(dAtA[iNdEx:postStringIndexmapvalue])
|
|
|
+ iNdEx = postStringIndexmapvalue
|
|
|
+ } else {
|
|
|
+ iNdEx = entryPreIndex
|
|
|
+ skippy, err := skipRunhcs(dAtA[iNdEx:])
|
|
|
+ if err != nil {
|
|
|
+ return err
|
|
|
+ }
|
|
|
+ if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
+ return ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ if (iNdEx + skippy) > postIndex {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ iNdEx += skippy
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.DefaultContainerAnnotations[mapkey] = mapvalue
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 19:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field NoInheritHostTimezone", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.NoInheritHostTimezone = bool(v != 0)
|
|
|
+ case 20:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field ScrubLogs", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowRunhcs
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.ScrubLogs = bool(v != 0)
|
|
|
default:
|
|
|
iNdEx = preIndex
|
|
|
skippy, err := skipRunhcs(dAtA[iNdEx:])
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|
|
|
- if skippy < 0 {
|
|
|
- return ErrInvalidLengthRunhcs
|
|
|
- }
|
|
|
- if (iNdEx + skippy) < 0 {
|
|
|
+ if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
return ErrInvalidLengthRunhcs
|
|
|
}
|
|
|
if (iNdEx + skippy) > l {
|
|
@@ -1411,10 +1680,7 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|
|
|
- if skippy < 0 {
|
|
|
- return ErrInvalidLengthRunhcs
|
|
|
- }
|
|
|
- if (iNdEx + skippy) < 0 {
|
|
|
+ if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
return ErrInvalidLengthRunhcs
|
|
|
}
|
|
|
if (iNdEx + skippy) > l {
|
|
@@ -1433,6 +1699,7 @@ func (m *ProcessDetails) Unmarshal(dAtA []byte) error {
|
|
|
func skipRunhcs(dAtA []byte) (n int, err error) {
|
|
|
l := len(dAtA)
|
|
|
iNdEx := 0
|
|
|
+ depth := 0
|
|
|
for iNdEx < l {
|
|
|
var wire uint64
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
@@ -1464,10 +1731,8 @@ func skipRunhcs(dAtA []byte) (n int, err error) {
|
|
|
break
|
|
|
}
|
|
|
}
|
|
|
- return iNdEx, nil
|
|
|
case 1:
|
|
|
iNdEx += 8
|
|
|
- return iNdEx, nil
|
|
|
case 2:
|
|
|
var length int
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
@@ -1488,55 +1753,30 @@ func skipRunhcs(dAtA []byte) (n int, err error) {
|
|
|
return 0, ErrInvalidLengthRunhcs
|
|
|
}
|
|
|
iNdEx += length
|
|
|
- if iNdEx < 0 {
|
|
|
- return 0, ErrInvalidLengthRunhcs
|
|
|
- }
|
|
|
- return iNdEx, nil
|
|
|
case 3:
|
|
|
- for {
|
|
|
- var innerWire uint64
|
|
|
- var start int = iNdEx
|
|
|
- for shift := uint(0); ; shift += 7 {
|
|
|
- if shift >= 64 {
|
|
|
- return 0, ErrIntOverflowRunhcs
|
|
|
- }
|
|
|
- if iNdEx >= l {
|
|
|
- return 0, io.ErrUnexpectedEOF
|
|
|
- }
|
|
|
- b := dAtA[iNdEx]
|
|
|
- iNdEx++
|
|
|
- innerWire |= (uint64(b) & 0x7F) << shift
|
|
|
- if b < 0x80 {
|
|
|
- break
|
|
|
- }
|
|
|
- }
|
|
|
- innerWireType := int(innerWire & 0x7)
|
|
|
- if innerWireType == 4 {
|
|
|
- break
|
|
|
- }
|
|
|
- next, err := skipRunhcs(dAtA[start:])
|
|
|
- if err != nil {
|
|
|
- return 0, err
|
|
|
- }
|
|
|
- iNdEx = start + next
|
|
|
- if iNdEx < 0 {
|
|
|
- return 0, ErrInvalidLengthRunhcs
|
|
|
- }
|
|
|
- }
|
|
|
- return iNdEx, nil
|
|
|
+ depth++
|
|
|
case 4:
|
|
|
- return iNdEx, nil
|
|
|
+ if depth == 0 {
|
|
|
+ return 0, ErrUnexpectedEndOfGroupRunhcs
|
|
|
+ }
|
|
|
+ depth--
|
|
|
case 5:
|
|
|
iNdEx += 4
|
|
|
- return iNdEx, nil
|
|
|
default:
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
}
|
|
|
+ if iNdEx < 0 {
|
|
|
+ return 0, ErrInvalidLengthRunhcs
|
|
|
+ }
|
|
|
+ if depth == 0 {
|
|
|
+ return iNdEx, nil
|
|
|
+ }
|
|
|
}
|
|
|
- panic("unreachable")
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- ErrInvalidLengthRunhcs = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
- ErrIntOverflowRunhcs = fmt.Errorf("proto: integer overflow")
|
|
|
+ ErrInvalidLengthRunhcs = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
+ ErrIntOverflowRunhcs = fmt.Errorf("proto: integer overflow")
|
|
|
+ ErrUnexpectedEndOfGroupRunhcs = fmt.Errorf("proto: unexpected end of group")
|
|
|
)
|