diff --git a/Rakefile b/Rakefile index 9ba49d5a..0ad53329 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,12 @@ # Rakefile for agent-payload +root_dir = File.dirname(__FILE__) + +# where the proto code is first generated as we declare packages with v5 +v5_dir=File.join(root_dir, "v5") + # where all toolchains (protobuf compilers, protobuf plugins,etc) are stored -toolchain_dir=File.join(File.dirname(__FILE__), "toolchains") +toolchain_dir=File.join(root_dir, "toolchains") # binaries toolchain_bin_dir=File.join(toolchain_dir, "bin") @@ -93,6 +98,10 @@ BASH export GO111MODULE=auto + # These .proto can be imported by other repositories (not only generated code). To have a consistent import path, we use the GOPATH and we add a /v5/ folder as declared packaged in `go.mod` is ../v5 + mkdir -p #{v5_dir} + ln -sf #{root_dir}/proto #{v5_dir}/proto + echo "Generating logs proto" PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gogofast_out=$GOPATH/src proto/logs/agent_logs_payload.proto @@ -111,13 +120,11 @@ BASH GOPATH=#{toolchain_dir} go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1 GOPATH=#{toolchain_dir} go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema@#{protoc_jsonschema_version} - echo "Generating contlcycle proto" PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:. --go_out=$GOPATH/src proto/contlcycle/contlcycle.proto echo "Generating kubernetes autoscaling proto" - # These .proto can be imported by other repositories (not only generated code). To have a consistent import path, we use the GOPATH. - PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:proto/deps:$GOPATH/src --go_out=$GOPATH/src --jsonschema_out=type_names_with_no_package:jsonschema $GOPATH/src/github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/*.proto + PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:proto/deps:$GOPATH/src --go_out=$GOPATH/src --jsonschema_out=type_names_with_no_package:jsonschema $GOPATH/src/github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/*.proto echo "Generating contimage proto" PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:. --go_out=$GOPATH/src proto/contimage/contimage.proto @@ -142,6 +149,7 @@ BASH --go-vtproto_opt=pool=github.com/DataDog/agent-payload/v5/cws/dumpsv1.ProcessInfo \ proto/cws/dumpsv1/activity_dump.proto + rm -f #{v5_dir}/proto cp -r v5/* . rm -rf v5 BASH diff --git a/autoscaling/kubernetes/autoscaling.pb.go b/autoscaling/kubernetes/autoscaling.pb.go index ad90c637..4c5cca68 100644 --- a/autoscaling/kubernetes/autoscaling.pb.go +++ b/autoscaling/kubernetes/autoscaling.pb.go @@ -2,7 +2,7 @@ // versions: // protoc-gen-go v1.34.1 // protoc v3.21.12 -// source: github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/autoscaling.proto +// source: github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/autoscaling.proto package kubernetes @@ -34,7 +34,7 @@ type WorkloadValuesList struct { func (x *WorkloadValuesList) Reset() { *x = WorkloadValuesList{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -47,7 +47,7 @@ func (x *WorkloadValuesList) String() string { func (*WorkloadValuesList) ProtoMessage() {} func (x *WorkloadValuesList) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -60,7 +60,7 @@ func (x *WorkloadValuesList) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadValuesList.ProtoReflect.Descriptor instead. func (*WorkloadValuesList) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{0} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{0} } func (x *WorkloadValuesList) GetValues() []*WorkloadValues { @@ -86,7 +86,7 @@ type WorkloadValues struct { func (x *WorkloadValues) Reset() { *x = WorkloadValues{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -99,7 +99,7 @@ func (x *WorkloadValues) String() string { func (*WorkloadValues) ProtoMessage() {} func (x *WorkloadValues) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -112,7 +112,7 @@ func (x *WorkloadValues) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadValues.ProtoReflect.Descriptor instead. func (*WorkloadValues) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{1} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{1} } func (x *WorkloadValues) GetNamespace() string { @@ -163,7 +163,7 @@ type WorkloadHorizontalValues struct { func (x *WorkloadHorizontalValues) Reset() { *x = WorkloadHorizontalValues{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -176,7 +176,7 @@ func (x *WorkloadHorizontalValues) String() string { func (*WorkloadHorizontalValues) ProtoMessage() {} func (x *WorkloadHorizontalValues) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -189,7 +189,7 @@ func (x *WorkloadHorizontalValues) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadHorizontalValues.ProtoReflect.Descriptor instead. func (*WorkloadHorizontalValues) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{2} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{2} } func (x *WorkloadHorizontalValues) GetError() *Error { @@ -225,7 +225,7 @@ type WorkloadHorizontalData struct { func (x *WorkloadHorizontalData) Reset() { *x = WorkloadHorizontalData{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -238,7 +238,7 @@ func (x *WorkloadHorizontalData) String() string { func (*WorkloadHorizontalData) ProtoMessage() {} func (x *WorkloadHorizontalData) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -251,7 +251,7 @@ func (x *WorkloadHorizontalData) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadHorizontalData.ProtoReflect.Descriptor instead. func (*WorkloadHorizontalData) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{3} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{3} } func (x *WorkloadHorizontalData) GetTimestamp() *timestamppb.Timestamp { @@ -281,7 +281,7 @@ type WorkloadVerticalValues struct { func (x *WorkloadVerticalValues) Reset() { *x = WorkloadVerticalValues{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -294,7 +294,7 @@ func (x *WorkloadVerticalValues) String() string { func (*WorkloadVerticalValues) ProtoMessage() {} func (x *WorkloadVerticalValues) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -307,7 +307,7 @@ func (x *WorkloadVerticalValues) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadVerticalValues.ProtoReflect.Descriptor instead. func (*WorkloadVerticalValues) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{4} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{4} } func (x *WorkloadVerticalValues) GetError() *Error { @@ -343,7 +343,7 @@ type WorkloadVerticalData struct { func (x *WorkloadVerticalData) Reset() { *x = WorkloadVerticalData{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -356,7 +356,7 @@ func (x *WorkloadVerticalData) String() string { func (*WorkloadVerticalData) ProtoMessage() {} func (x *WorkloadVerticalData) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -369,7 +369,7 @@ func (x *WorkloadVerticalData) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadVerticalData.ProtoReflect.Descriptor instead. func (*WorkloadVerticalData) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{5} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{5} } func (x *WorkloadVerticalData) GetTimestamp() *timestamppb.Timestamp { @@ -399,7 +399,7 @@ type ContainerResources struct { func (x *ContainerResources) Reset() { *x = ContainerResources{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -412,7 +412,7 @@ func (x *ContainerResources) String() string { func (*ContainerResources) ProtoMessage() {} func (x *ContainerResources) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -425,7 +425,7 @@ func (x *ContainerResources) ProtoReflect() protoreflect.Message { // Deprecated: Use ContainerResources.ProtoReflect.Descriptor instead. func (*ContainerResources) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{6} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{6} } func (x *ContainerResources) GetContainerName() string { @@ -461,7 +461,7 @@ type ContainerResources_ResourceList struct { func (x *ContainerResources_ResourceList) Reset() { *x = ContainerResources_ResourceList{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -474,7 +474,7 @@ func (x *ContainerResources_ResourceList) String() string { func (*ContainerResources_ResourceList) ProtoMessage() {} func (x *ContainerResources_ResourceList) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -487,7 +487,7 @@ func (x *ContainerResources_ResourceList) ProtoReflect() protoreflect.Message { // Deprecated: Use ContainerResources_ResourceList.ProtoReflect.Descriptor instead. func (*ContainerResources_ResourceList) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{6, 0} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP(), []int{6, 0} } func (x *ContainerResources_ResourceList) GetName() string { @@ -504,148 +504,148 @@ func (x *ContainerResources_ResourceList) GetValue() string { return "" } -var File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto protoreflect.FileDescriptor +var File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto protoreflect.FileDescriptor -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc = []byte{ - 0x0a, 0x4f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc = []byte{ + 0x0a, 0x52, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, - 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, - 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, - 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, - 0x73, 0x1a, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, - 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, - 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, - 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x36, - 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x75, 0x73, - 0x74, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6a, 0x73, - 0x6f, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x12, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, - 0x61, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x46, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, - 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, - 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x73, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x22, 0xc4, 0x02, 0x0a, 0x0e, - 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x23, - 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3b, - 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, + 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x1a, 0x4d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, + 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x63, 0x68, 0x72, 0x75, 0x73, 0x74, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, + 0x67, 0x65, 0x6e, 0x2d, 0x6a, 0x73, 0x6f, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x12, + 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x46, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x73, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, + 0x01, 0x22, 0xc4, 0x02, 0x0a, 0x0e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x61, + 0x6c, 0x75, 0x65, 0x73, 0x12, 0x23, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, + 0x72, 0x12, 0x58, 0x0a, 0x0a, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, + 0x0a, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x12, 0x52, 0x0a, 0x08, 0x76, + 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, - 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, - 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x58, 0x0a, 0x0a, 0x68, - 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x38, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, - 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, - 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, - 0x74, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x0a, 0x68, 0x6f, 0x72, 0x69, 0x7a, - 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x12, 0x52, 0x0a, 0x08, 0x76, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, - 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, - 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, - 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, - 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, - 0x08, 0x76, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, - 0x20, 0x01, 0x22, 0xfc, 0x01, 0x0a, 0x18, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, - 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, - 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, - 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4e, 0x0a, 0x06, - 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, - 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, - 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, - 0x44, 0x61, 0x74, 0x61, 0x52, 0x06, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x12, 0x4a, 0x0a, 0x04, - 0x61, 0x75, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, 0x61, 0x74, - 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, - 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x08, 0x76, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x3a, + 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xfc, 0x01, 0x0a, 0x18, 0x57, 0x6f, 0x72, + 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, + 0x6f, 0x72, 0x12, 0x4e, 0x0a, 0x06, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x06, 0x6d, 0x61, 0x6e, 0x75, + 0x61, 0x6c, 0x12, 0x4a, 0x0a, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x36, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x3a, 0x07, + 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x44, 0x61, - 0x74, 0x61, 0x52, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, - 0x01, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x6f, - 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x09, - 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x05, 0xaa, 0x46, 0x02, - 0x10, 0x01, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x26, 0x0a, - 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, - 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x48, 0x00, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x73, 0x88, 0x01, 0x01, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x0b, - 0x0a, 0x09, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x16, - 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, + 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, + 0x70, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x12, 0x26, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x48, 0x00, 0x52, 0x08, + 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x3a, 0x07, 0xba, 0x46, 0x04, + 0x08, 0x01, 0x20, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x16, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, + 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x05, + 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, + 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x06, 0x6d, 0x61, 0x6e, + 0x75, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x64, 0x61, 0x74, 0x61, + 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, + 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, + 0x06, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x12, 0x48, 0x0a, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, - 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, - 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x06, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, - 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, - 0x74, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x06, 0x6d, 0x61, 0x6e, 0x75, 0x61, - 0x6c, 0x12, 0x48, 0x0a, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x34, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, - 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, - 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, - 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x3a, 0x07, 0xba, 0x46, 0x04, - 0x08, 0x01, 0x20, 0x01, 0x22, 0xb9, 0x01, 0x0a, 0x14, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, - 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, - 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x05, 0xaa, 0x46, - 0x02, 0x10, 0x01, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x57, - 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x32, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, - 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x73, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x72, 0x65, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, - 0x22, 0xcf, 0x02, 0x0a, 0x12, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, - 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, - 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x5b, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, - 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, - 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x73, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x12, 0x57, 0x0a, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x3f, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, - 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x1a, 0x4d, 0x0a, 0x0c, 0x52, 0x65, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, - 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, - 0x20, 0x01, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, - 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, - 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, + 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x61, 0x75, 0x74, + 0x6f, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xb9, 0x01, 0x0a, 0x14, 0x57, + 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x56, 0x65, 0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x44, + 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, + 0x6d, 0x70, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x12, 0x57, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, + 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x42, 0x05, 0xaa, 0x46, 0x02, + 0x10, 0x01, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x3a, 0x07, 0xba, + 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xcf, 0x02, 0x0a, 0x12, 0x43, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x0a, + 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0d, 0x63, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x5b, 0x0a, 0x08, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x57, 0x0a, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, + 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, + 0x1a, 0x4d, 0x0a, 0x0c, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x19, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, + 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, + 0x01, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x3a, + 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, + 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescOnce sync.Once - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData = file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescOnce sync.Once + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData = file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc ) -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP() []byte { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescOnce.Do(func() { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData) +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescGZIP() []byte { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescOnce.Do(func() { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData) }) - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDescData } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_goTypes = []interface{}{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes = make([]protoimpl.MessageInfo, 8) +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_goTypes = []interface{}{ (*WorkloadValuesList)(nil), // 0: datadog.autoscaling.kubernetes.WorkloadValuesList (*WorkloadValues)(nil), // 1: datadog.autoscaling.kubernetes.WorkloadValues (*WorkloadHorizontalValues)(nil), // 2: datadog.autoscaling.kubernetes.WorkloadHorizontalValues @@ -657,7 +657,7 @@ var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscali (*Error)(nil), // 8: datadog.autoscaling.kubernetes.Error (*timestamppb.Timestamp)(nil), // 9: google.protobuf.Timestamp } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs = []int32{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs = []int32{ 1, // 0: datadog.autoscaling.kubernetes.WorkloadValuesList.values:type_name -> datadog.autoscaling.kubernetes.WorkloadValues 8, // 1: datadog.autoscaling.kubernetes.WorkloadValues.error:type_name -> datadog.autoscaling.kubernetes.Error 2, // 2: datadog.autoscaling.kubernetes.WorkloadValues.horizontal:type_name -> datadog.autoscaling.kubernetes.WorkloadHorizontalValues @@ -681,15 +681,15 @@ var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscali } func init() { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_init() + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_init() } -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_init() { - if File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto != nil { +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_init() { + if File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto != nil { return } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_init() + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_init() if !protoimpl.UnsafeEnabled { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadValuesList); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadValues); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadHorizontalValues); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadHorizontalData); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadVerticalValues); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadVerticalData); i { case 0: return &v.state @@ -761,7 +761,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContainerResources); i { case 0: return &v.state @@ -773,7 +773,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContainerResources_ResourceList); i { case 0: return &v.state @@ -786,23 +786,23 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscal } } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3].OneofWrappers = []interface{}{} + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes[3].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc, + RawDescriptor: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_goTypes, - DependencyIndexes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs, - MessageInfos: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes, + GoTypes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_goTypes, + DependencyIndexes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs, + MessageInfos: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_msgTypes, }.Build() - File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto = out.File - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_goTypes = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs = nil + File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto = out.File + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_rawDesc = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_goTypes = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_autoscaling_proto_depIdxs = nil } diff --git a/autoscaling/kubernetes/common.pb.go b/autoscaling/kubernetes/common.pb.go index f79584d8..832e6175 100644 --- a/autoscaling/kubernetes/common.pb.go +++ b/autoscaling/kubernetes/common.pb.go @@ -2,7 +2,7 @@ // versions: // protoc-gen-go v1.34.1 // protoc v3.21.12 -// source: github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/common.proto +// source: github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/common.proto package kubernetes @@ -34,7 +34,7 @@ type Error struct { func (x *Error) Reset() { *x = Error{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -47,7 +47,7 @@ func (x *Error) String() string { func (*Error) ProtoMessage() {} func (x *Error) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -60,7 +60,7 @@ func (x *Error) ProtoReflect() protoreflect.Message { // Deprecated: Use Error.ProtoReflect.Descriptor instead. func (*Error) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{0} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{0} } func (x *Error) GetCode() int32 { @@ -93,7 +93,7 @@ type WorkloadTargetRef struct { func (x *WorkloadTargetRef) Reset() { *x = WorkloadTargetRef{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -106,7 +106,7 @@ func (x *WorkloadTargetRef) String() string { func (*WorkloadTargetRef) ProtoMessage() {} func (x *WorkloadTargetRef) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -119,7 +119,7 @@ func (x *WorkloadTargetRef) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadTargetRef.ProtoReflect.Descriptor instead. func (*WorkloadTargetRef) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{1} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{1} } func (x *WorkloadTargetRef) GetCluster() string { @@ -171,7 +171,7 @@ type WorkloadState struct { func (x *WorkloadState) Reset() { *x = WorkloadState{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -184,7 +184,7 @@ func (x *WorkloadState) String() string { func (*WorkloadState) ProtoMessage() {} func (x *WorkloadState) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -197,7 +197,7 @@ func (x *WorkloadState) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadState.ProtoReflect.Descriptor instead. func (*WorkloadState) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{2} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescGZIP(), []int{2} } func (x *WorkloadState) GetDesiredReplicas() int32 { @@ -221,74 +221,75 @@ func (x *WorkloadState) GetReadyReplicas() int32 { return 0 } -var File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto protoreflect.FileDescriptor +var File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto protoreflect.FileDescriptor -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDesc = []byte{ - 0x0a, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDesc = []byte{ + 0x0a, 0x4d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, - 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, - 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x64, 0x61, - 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, - 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x1a, 0x36, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x75, 0x73, 0x74, 0x79, - 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6a, 0x73, 0x6f, 0x6e, - 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4c, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x17, 0x0a, - 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x63, - 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x6f, - 0x64, 0x65, 0x22, 0xb8, 0x01, 0x0a, 0x11, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x54, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1f, 0x0a, 0x07, 0x63, 0x6c, 0x75, 0x73, - 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, - 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x09, 0x6e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, - 0x02, 0x10, 0x01, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x19, - 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, - 0x02, 0x10, 0x01, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x19, 0x0a, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xc9, 0x01, - 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, - 0x2f, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, - 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, - 0x12, 0x2d, 0x0a, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x75, 0x72, - 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x12, - 0x29, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, - 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, - 0x01, 0x20, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, - 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x72, 0x65, 0x61, 0x64, - 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, - 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, - 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, - 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, + 0x1e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x1a, + 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x75, + 0x73, 0x74, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6a, + 0x73, 0x6f, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4c, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, + 0x12, 0x17, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, + 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, + 0x61, 0x67, 0x65, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x07, 0x0a, 0x05, + 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x22, 0xb8, 0x01, 0x0a, 0x11, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, + 0x61, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1f, 0x0a, 0x07, 0x63, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, + 0x02, 0x10, 0x01, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x19, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x19, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, + 0x01, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, + 0x22, 0xc9, 0x01, 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x12, 0x2f, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, + 0x10, 0x01, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x12, 0x2d, 0x0a, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0f, + 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, + 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x0d, 0x72, 0x65, 0x61, + 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x3a, 0x07, 0xba, + 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, + 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x72, + 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x3c, 0x5a, 0x3a, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, + 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, + 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } var ( - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescOnce sync.Once - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescData = file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDesc + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescOnce sync.Once + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescData = file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDesc ) -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescGZIP() []byte { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescOnce.Do(func() { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescData) +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescGZIP() []byte { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescOnce.Do(func() { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescData) }) - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDescData + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDescData } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_goTypes = []interface{}{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_goTypes = []interface{}{ (*Error)(nil), // 0: datadog.autoscaling.kubernetes.Error (*WorkloadTargetRef)(nil), // 1: datadog.autoscaling.kubernetes.WorkloadTargetRef (*WorkloadState)(nil), // 2: datadog.autoscaling.kubernetes.WorkloadState } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_depIdxs = []int32{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name @@ -296,13 +297,15 @@ var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_pr 0, // [0:0] is the sub-list for field type_name } -func init() { file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_init() } -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_init() { - if File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto != nil { +func init() { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_init() +} +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_init() { + if File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Error); i { case 0: return &v.state @@ -314,7 +317,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_p return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadTargetRef); i { case 0: return &v.state @@ -326,7 +329,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_p return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadState); i { case 0: return &v.state @@ -339,24 +342,24 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_p } } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[0].OneofWrappers = []interface{}{} - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes[2].OneofWrappers = []interface{}{} + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[0].OneofWrappers = []interface{}{} + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes[2].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDesc, + RawDescriptor: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDesc, NumEnums: 0, NumMessages: 3, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_goTypes, - DependencyIndexes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_depIdxs, - MessageInfos: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_msgTypes, + GoTypes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_goTypes, + DependencyIndexes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_depIdxs, + MessageInfos: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_msgTypes, }.Build() - File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto = out.File - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_rawDesc = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_goTypes = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_depIdxs = nil + File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto = out.File + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_rawDesc = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_goTypes = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_depIdxs = nil } diff --git a/autoscaling/kubernetes/recommender.pb.go b/autoscaling/kubernetes/recommender.pb.go index daf7fb7b..05d682cb 100644 --- a/autoscaling/kubernetes/recommender.pb.go +++ b/autoscaling/kubernetes/recommender.pb.go @@ -2,7 +2,7 @@ // versions: // protoc-gen-go v1.34.1 // protoc v3.21.12 -// source: github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/recommender.proto +// source: github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/recommender.proto package kubernetes @@ -35,7 +35,7 @@ type WorkloadRecommendationsRequest struct { func (x *WorkloadRecommendationsRequest) Reset() { *x = WorkloadRecommendationsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -48,7 +48,7 @@ func (x *WorkloadRecommendationsRequest) String() string { func (*WorkloadRecommendationsRequest) ProtoMessage() {} func (x *WorkloadRecommendationsRequest) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -61,7 +61,7 @@ func (x *WorkloadRecommendationsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadRecommendationsRequest.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationsRequest) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{0} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{0} } func (x *WorkloadRecommendationsRequest) GetRequests() []*WorkloadRecommendationRequest { @@ -87,7 +87,7 @@ type WorkloadRecommendationRequest struct { func (x *WorkloadRecommendationRequest) Reset() { *x = WorkloadRecommendationRequest{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -100,7 +100,7 @@ func (x *WorkloadRecommendationRequest) String() string { func (*WorkloadRecommendationRequest) ProtoMessage() {} func (x *WorkloadRecommendationRequest) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -113,7 +113,7 @@ func (x *WorkloadRecommendationRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadRecommendationRequest.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationRequest) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{1} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{1} } func (x *WorkloadRecommendationRequest) GetTargetRef() *WorkloadTargetRef { @@ -164,7 +164,7 @@ type WorkloadRecommendationConstraints struct { func (x *WorkloadRecommendationConstraints) Reset() { *x = WorkloadRecommendationConstraints{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -177,7 +177,7 @@ func (x *WorkloadRecommendationConstraints) String() string { func (*WorkloadRecommendationConstraints) ProtoMessage() {} func (x *WorkloadRecommendationConstraints) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -190,7 +190,7 @@ func (x *WorkloadRecommendationConstraints) ProtoReflect() protoreflect.Message // Deprecated: Use WorkloadRecommendationConstraints.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationConstraints) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{2} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{2} } func (x *WorkloadRecommendationConstraints) GetMinReplicas() int32 { @@ -222,7 +222,7 @@ type WorkloadRecommendationTarget struct { func (x *WorkloadRecommendationTarget) Reset() { *x = WorkloadRecommendationTarget{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -235,7 +235,7 @@ func (x *WorkloadRecommendationTarget) String() string { func (*WorkloadRecommendationTarget) ProtoMessage() {} func (x *WorkloadRecommendationTarget) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -248,7 +248,7 @@ func (x *WorkloadRecommendationTarget) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadRecommendationTarget.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationTarget) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{3} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{3} } func (x *WorkloadRecommendationTarget) GetType() string { @@ -292,7 +292,7 @@ type WorkloadRecommendationsReply struct { func (x *WorkloadRecommendationsReply) Reset() { *x = WorkloadRecommendationsReply{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -305,7 +305,7 @@ func (x *WorkloadRecommendationsReply) String() string { func (*WorkloadRecommendationsReply) ProtoMessage() {} func (x *WorkloadRecommendationsReply) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -318,7 +318,7 @@ func (x *WorkloadRecommendationsReply) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadRecommendationsReply.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationsReply) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{4} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{4} } func (x *WorkloadRecommendationsReply) GetError() *Error { @@ -353,7 +353,7 @@ type WorkloadRecommendationReply struct { func (x *WorkloadRecommendationReply) Reset() { *x = WorkloadRecommendationReply{} if protoimpl.UnsafeEnabled { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -366,7 +366,7 @@ func (x *WorkloadRecommendationReply) String() string { func (*WorkloadRecommendationReply) ProtoMessage() {} func (x *WorkloadRecommendationReply) ProtoReflect() protoreflect.Message { - mi := &file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5] + mi := &file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -379,7 +379,7 @@ func (x *WorkloadRecommendationReply) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkloadRecommendationReply.ProtoReflect.Descriptor instead. func (*WorkloadRecommendationReply) Descriptor() ([]byte, []int) { - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{5} + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP(), []int{5} } func (x *WorkloadRecommendationReply) GetError() *Error { @@ -431,156 +431,156 @@ func (x *WorkloadRecommendationReply) GetReason() string { return "" } -var File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto protoreflect.FileDescriptor +var File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto protoreflect.FileDescriptor -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDesc = []byte{ - 0x0a, 0x4f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDesc = []byte{ + 0x0a, 0x52, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, - 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, - 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, - 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, - 0x73, 0x1a, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, - 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, - 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, - 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, - 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x36, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x75, 0x73, 0x74, 0x79, - 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6a, 0x73, 0x6f, 0x6e, - 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x82, 0x01, 0x0a, 0x1e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, - 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x59, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x64, 0x61, 0x74, 0x61, - 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, - 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x73, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x22, 0xc7, 0x04, 0x0a, 0x1d, 0x57, 0x6f, - 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x56, 0x0a, 0x09, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, - 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, - 0x66, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x52, 0x65, 0x66, 0x12, 0x6a, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, - 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, - 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, - 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, - 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x42, 0x05, 0xaa, 0x46, 0x02, - 0x10, 0x01, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x12, - 0x43, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, - 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, - 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, - 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, - 0x74, 0x61, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, - 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, - 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, - 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x67, 0x0a, 0x08, - 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4b, + 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2f, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x1a, 0x4d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, + 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x1a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, + 0x68, 0x72, 0x75, 0x73, 0x74, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, + 0x6e, 0x2d, 0x6a, 0x73, 0x6f, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x6f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x82, 0x01, 0x0a, 0x1e, 0x57, + 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x59, 0x0a, + 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x3d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, + 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x08, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x22, + 0xc7, 0x04, 0x0a, 0x1d, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, + 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x56, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, + 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x6a, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, + 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, - 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, - 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x73, 0x65, 0x74, - 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x53, 0x0a, 0x0d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2c, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, - 0x01, 0x20, 0x01, 0x22, 0x7e, 0x0a, 0x21, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, - 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, - 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x27, 0x0a, 0x0b, 0x6d, 0x69, 0x6e, 0x52, - 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, - 0x46, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x73, 0x12, 0x27, 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6d, - 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, - 0x01, 0x20, 0x01, 0x22, 0xa4, 0x01, 0x0a, 0x1c, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, - 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x12, 0x19, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x20, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x01, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, - 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, - 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, - 0x64, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xc9, 0x01, 0x0a, 0x1c, 0x57, - 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3b, 0x0a, 0x05, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, - 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, - 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, - 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x65, 0x0a, 0x0f, 0x72, 0x65, 0x63, 0x6f, - 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x3b, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, - 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, - 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x0f, - 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x22, 0xeb, 0x03, 0x0a, 0x1b, 0x57, 0x6f, 0x72, 0x6b, 0x6c, - 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, - 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, - 0x72, 0x6f, 0x72, 0x12, 0x3f, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x12, 0x2d, 0x0a, 0x0e, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, - 0x02, 0x10, 0x01, 0x52, 0x0e, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x73, 0x12, 0x33, 0x0a, 0x12, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, - 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, - 0x00, 0x52, 0x12, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x12, 0x75, 0x70, 0x70, 0x65, - 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x12, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, - 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x12, 0x66, 0x0a, - 0x0f, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, - 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, - 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, - 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x52, 0x0f, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x3a, 0x07, 0xba, - 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6c, 0x6f, 0x77, 0x65, 0x72, - 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x15, 0x0a, - 0x13, 0x5f, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x73, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, - 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x75, 0x74, 0x6f, - 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, - 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, + 0x73, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, + 0x61, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x43, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x07, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, + 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x73, 0x12, 0x67, 0x0a, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4b, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, + 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x52, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x53, 0x0a, 0x0d, 0x53, + 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2c, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, + 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0x7e, 0x0a, 0x21, 0x57, 0x6f, 0x72, + 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x27, + 0x0a, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6d, 0x69, 0x6e, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x27, 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, + 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x22, 0xa4, 0x01, 0x0a, 0x1c, 0x57, 0x6f, + 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x19, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x77, 0x65, 0x72, + 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x6c, 0x6f, 0x77, + 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x70, 0x65, 0x72, + 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x75, 0x70, 0x70, + 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, + 0x22, 0xc9, 0x01, 0x0a, 0x1c, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, + 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x70, 0x6c, + 0x79, 0x12, 0x3b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x25, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x65, + 0x0a, 0x0f, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x64, 0x6f, + 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, + 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x70, 0x6c, 0x79, 0x52, 0x0f, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x05, 0xba, 0x46, 0x02, 0x20, 0x01, 0x22, 0xeb, 0x03, 0x0a, + 0x1b, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, + 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3b, 0x0a, 0x05, + 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x45, 0x72, 0x72, + 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x3f, 0x0a, 0x09, 0x74, 0x69, 0x6d, + 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, + 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, + 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x2d, 0x0a, 0x0e, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x05, 0x42, 0x05, 0xaa, 0x46, 0x02, 0x10, 0x01, 0x52, 0x0e, 0x74, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x33, 0x0a, 0x12, 0x6c, 0x6f, 0x77, + 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x12, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, + 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x88, 0x01, 0x01, 0x12, 0x33, + 0x0a, 0x12, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x12, 0x75, 0x70, + 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x88, 0x01, 0x01, 0x12, 0x66, 0x0a, 0x0f, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, + 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x64, 0x6f, 0x67, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x6f, + 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x0f, 0x6f, 0x62, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, + 0x73, 0x6f, 0x6e, 0x3a, 0x07, 0xba, 0x46, 0x04, 0x08, 0x01, 0x20, 0x01, 0x42, 0x15, 0x0a, 0x13, + 0x5f, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x75, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, + 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x61, 0x74, 0x61, 0x44, 0x6f, 0x67, + 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2d, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, + 0x35, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x2f, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescOnce sync.Once - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescData = file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDesc + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescOnce sync.Once + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescData = file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDesc ) -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP() []byte { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescOnce.Do(func() { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescData) +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescGZIP() []byte { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescOnce.Do(func() { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescData) }) - return file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDescData + return file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDescData } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_goTypes = []interface{}{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes = make([]protoimpl.MessageInfo, 7) +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_goTypes = []interface{}{ (*WorkloadRecommendationsRequest)(nil), // 0: datadog.autoscaling.kubernetes.WorkloadRecommendationsRequest (*WorkloadRecommendationRequest)(nil), // 1: datadog.autoscaling.kubernetes.WorkloadRecommendationRequest (*WorkloadRecommendationConstraints)(nil), // 2: datadog.autoscaling.kubernetes.WorkloadRecommendationConstraints @@ -594,7 +594,7 @@ var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommend (*timestamppb.Timestamp)(nil), // 10: google.protobuf.Timestamp (*structpb.Value)(nil), // 11: google.protobuf.Value } -var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_depIdxs = []int32{ +var file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_depIdxs = []int32{ 1, // 0: datadog.autoscaling.kubernetes.WorkloadRecommendationsRequest.requests:type_name -> datadog.autoscaling.kubernetes.WorkloadRecommendationRequest 7, // 1: datadog.autoscaling.kubernetes.WorkloadRecommendationRequest.targetRef:type_name -> datadog.autoscaling.kubernetes.WorkloadTargetRef 2, // 2: datadog.autoscaling.kubernetes.WorkloadRecommendationRequest.constraints:type_name -> datadog.autoscaling.kubernetes.WorkloadRecommendationConstraints @@ -615,15 +615,15 @@ var file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommend } func init() { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_init() + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_init() } -func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_init() { - if File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto != nil { +func file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_init() { + if File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto != nil { return } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_common_proto_init() + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_common_proto_init() if !protoimpl.UnsafeEnabled { - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationsRequest); i { case 0: return &v.state @@ -635,7 +635,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationRequest); i { case 0: return &v.state @@ -647,7 +647,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationConstraints); i { case 0: return &v.state @@ -659,7 +659,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationTarget); i { case 0: return &v.state @@ -671,7 +671,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationsReply); i { case 0: return &v.state @@ -683,7 +683,7 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen return nil } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkloadRecommendationReply); i { case 0: return &v.state @@ -696,23 +696,23 @@ func file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommen } } } - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5].OneofWrappers = []interface{}{} + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes[5].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDesc, + RawDescriptor: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDesc, NumEnums: 0, NumMessages: 7, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_goTypes, - DependencyIndexes: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_depIdxs, - MessageInfos: file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_msgTypes, + GoTypes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_goTypes, + DependencyIndexes: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_depIdxs, + MessageInfos: file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_msgTypes, }.Build() - File_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto = out.File - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_rawDesc = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_goTypes = nil - file_github_com_DataDog_agent_payload_proto_autoscaling_kubernetes_recommender_proto_depIdxs = nil + File_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto = out.File + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_rawDesc = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_goTypes = nil + file_github_com_DataDog_agent_payload_v5_proto_autoscaling_kubernetes_recommender_proto_depIdxs = nil } diff --git a/proto/autoscaling/kubernetes/autoscaling.proto b/proto/autoscaling/kubernetes/autoscaling.proto index 57db3ba2..b8bd5f71 100644 --- a/proto/autoscaling/kubernetes/autoscaling.proto +++ b/proto/autoscaling/kubernetes/autoscaling.proto @@ -4,7 +4,7 @@ option go_package = "github.com/DataDog/agent-payload/v5/autoscaling/kubernetes" package datadog.autoscaling.kubernetes; -import "github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/common.proto"; +import "github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/common.proto"; import "google/protobuf/timestamp.proto"; import "github.com/chrusty/protoc-gen-jsonschema/options.proto"; diff --git a/proto/autoscaling/kubernetes/recommender.proto b/proto/autoscaling/kubernetes/recommender.proto index 5d681f59..2c15df2c 100644 --- a/proto/autoscaling/kubernetes/recommender.proto +++ b/proto/autoscaling/kubernetes/recommender.proto @@ -4,7 +4,7 @@ option go_package = "github.com/DataDog/agent-payload/v5/autoscaling/kubernetes" package datadog.autoscaling.kubernetes; -import "github.com/DataDog/agent-payload/proto/autoscaling/kubernetes/common.proto"; +import "github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/common.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/struct.proto";