diff --git a/sdk/proto/command.pb.go b/sdk/proto/command.pb.go index b63342256..f23e6ab58 100644 --- a/sdk/proto/command.pb.go +++ b/sdk/proto/command.pb.go @@ -105,6 +105,34 @@ func (CommandStatusResponse_CommandErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_213c0bb044472049, []int{1, 1} } +type NginxConfigStatus_Status int32 + +const ( + NginxConfigStatus_PENDING NginxConfigStatus_Status = 0 + NginxConfigStatus_OK NginxConfigStatus_Status = 1 + NginxConfigStatus_ERROR NginxConfigStatus_Status = 2 +) + +var NginxConfigStatus_Status_name = map[int32]string{ + 0: "PENDING", + 1: "OK", + 2: "ERROR", +} + +var NginxConfigStatus_Status_value = map[string]int32{ + "PENDING": 0, + "OK": 1, + "ERROR": 2, +} + +func (x NginxConfigStatus_Status) String() string { + return proto.EnumName(NginxConfigStatus_Status_name, int32(x)) +} + +func (NginxConfigStatus_Status) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4, 0} +} + type UploadStatus_TransferStatus int32 const ( @@ -130,7 +158,7 @@ func (x UploadStatus_TransferStatus) String() string { } func (UploadStatus_TransferStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7, 0} + return fileDescriptor_213c0bb044472049, []int{9, 0} } // Command is the envelope sent between the management plane and the data plane, requesting some action or reporting a response @@ -423,6 +451,7 @@ type DataplaneStatus struct { Healths []*NginxHealth `protobuf:"bytes,5,rep,name=healths,proto3" json:"healths"` DataplaneSoftwareDetails []*DataplaneSoftwareDetails `protobuf:"bytes,6,rep,name=dataplane_software_details,json=dataplaneSoftwareDetails,proto3" json:"dataplane_software_details"` DataplaneSoftwareHealths []*DataplaneSoftwareHealth `protobuf:"bytes,7,rep,name=dataplane_software_healths,json=dataplaneSoftwareHealths,proto3" json:"dataplane_software_healths"` + AgentActivityStatus []*AgentActivityStatus `protobuf:"bytes,8,rep,name=agent_activity_status,json=agentActivityStatus,proto3" json:"agent_activity_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -503,6 +532,151 @@ func (m *DataplaneStatus) GetDataplaneSoftwareHealths() []*DataplaneSoftwareHeal return nil } +func (m *DataplaneStatus) GetAgentActivityStatus() []*AgentActivityStatus { + if m != nil { + return m.AgentActivityStatus + } + return nil +} + +type AgentActivityStatus struct { + // Types that are valid to be assigned to Status: + // *AgentActivityStatus_NginxConfigStatus + Status isAgentActivityStatus_Status `protobuf_oneof:"Status"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AgentActivityStatus) Reset() { *m = AgentActivityStatus{} } +func (m *AgentActivityStatus) String() string { return proto.CompactTextString(m) } +func (*AgentActivityStatus) ProtoMessage() {} +func (*AgentActivityStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{3} +} +func (m *AgentActivityStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AgentActivityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AgentActivityStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AgentActivityStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_AgentActivityStatus.Merge(m, src) +} +func (m *AgentActivityStatus) XXX_Size() int { + return m.Size() +} +func (m *AgentActivityStatus) XXX_DiscardUnknown() { + xxx_messageInfo_AgentActivityStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_AgentActivityStatus proto.InternalMessageInfo + +type isAgentActivityStatus_Status interface { + isAgentActivityStatus_Status() + MarshalTo([]byte) (int, error) + Size() int +} + +type AgentActivityStatus_NginxConfigStatus struct { + NginxConfigStatus *NginxConfigStatus `protobuf:"bytes,1,opt,name=nginx_config_status,json=nginxConfigStatus,proto3,oneof" json:"nginx_config_status"` +} + +func (*AgentActivityStatus_NginxConfigStatus) isAgentActivityStatus_Status() {} + +func (m *AgentActivityStatus) GetStatus() isAgentActivityStatus_Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *AgentActivityStatus) GetNginxConfigStatus() *NginxConfigStatus { + if x, ok := m.GetStatus().(*AgentActivityStatus_NginxConfigStatus); ok { + return x.NginxConfigStatus + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*AgentActivityStatus) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*AgentActivityStatus_NginxConfigStatus)(nil), + } +} + +type NginxConfigStatus struct { + CorrelationId string `protobuf:"bytes,1,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id"` + Status NginxConfigStatus_Status `protobuf:"varint,2,opt,name=status,proto3,enum=f5.nginx.agent.sdk.NginxConfigStatus_Status" json:"status"` + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *NginxConfigStatus) Reset() { *m = NginxConfigStatus{} } +func (m *NginxConfigStatus) String() string { return proto.CompactTextString(m) } +func (*NginxConfigStatus) ProtoMessage() {} +func (*NginxConfigStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4} +} +func (m *NginxConfigStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *NginxConfigStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_NginxConfigStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *NginxConfigStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_NginxConfigStatus.Merge(m, src) +} +func (m *NginxConfigStatus) XXX_Size() int { + return m.Size() +} +func (m *NginxConfigStatus) XXX_DiscardUnknown() { + xxx_messageInfo_NginxConfigStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_NginxConfigStatus proto.InternalMessageInfo + +func (m *NginxConfigStatus) GetCorrelationId() string { + if m != nil { + return m.CorrelationId + } + return "" +} + +func (m *NginxConfigStatus) GetStatus() NginxConfigStatus_Status { + if m != nil { + return m.Status + } + return NginxConfigStatus_PENDING +} + +func (m *NginxConfigStatus) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + type DataplaneSoftwareHealth struct { // Types that are valid to be assigned to Health: // *DataplaneSoftwareHealth_NginxHealth @@ -517,7 +691,7 @@ func (m *DataplaneSoftwareHealth) Reset() { *m = DataplaneSoftwareHealth func (m *DataplaneSoftwareHealth) String() string { return proto.CompactTextString(m) } func (*DataplaneSoftwareHealth) ProtoMessage() {} func (*DataplaneSoftwareHealth) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{3} + return fileDescriptor_213c0bb044472049, []int{5} } func (m *DataplaneSoftwareHealth) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -603,7 +777,7 @@ func (m *DataplaneUpdate) Reset() { *m = DataplaneUpdate{} } func (m *DataplaneUpdate) String() string { return proto.CompactTextString(m) } func (*DataplaneUpdate) ProtoMessage() {} func (*DataplaneUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{4} + return fileDescriptor_213c0bb044472049, []int{6} } func (m *DataplaneUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -657,7 +831,7 @@ func (m *DownloadRequest) Reset() { *m = DownloadRequest{} } func (m *DownloadRequest) String() string { return proto.CompactTextString(m) } func (*DownloadRequest) ProtoMessage() {} func (*DownloadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{5} + return fileDescriptor_213c0bb044472049, []int{7} } func (m *DownloadRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -706,7 +880,7 @@ func (m *NginxConfigResponse) Reset() { *m = NginxConfigResponse{} } func (m *NginxConfigResponse) String() string { return proto.CompactTextString(m) } func (*NginxConfigResponse) ProtoMessage() {} func (*NginxConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{6} + return fileDescriptor_213c0bb044472049, []int{8} } func (m *NginxConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -769,7 +943,7 @@ func (m *UploadStatus) Reset() { *m = UploadStatus{} } func (m *UploadStatus) String() string { return proto.CompactTextString(m) } func (*UploadStatus) ProtoMessage() {} func (*UploadStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7} + return fileDescriptor_213c0bb044472049, []int{9} } func (m *UploadStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -833,7 +1007,7 @@ func (m *DataChunk) Reset() { *m = DataChunk{} } func (m *DataChunk) String() string { return proto.CompactTextString(m) } func (*DataChunk) ProtoMessage() {} func (*DataChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{8} + return fileDescriptor_213c0bb044472049, []int{10} } func (m *DataChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -922,7 +1096,7 @@ func (m *ChunkedResourceHeader) Reset() { *m = ChunkedResourceHeader{} } func (m *ChunkedResourceHeader) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceHeader) ProtoMessage() {} func (*ChunkedResourceHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{9} + return fileDescriptor_213c0bb044472049, []int{11} } func (m *ChunkedResourceHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -992,7 +1166,7 @@ func (m *ChunkedResourceChunk) Reset() { *m = ChunkedResourceChunk{} } func (m *ChunkedResourceChunk) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceChunk) ProtoMessage() {} func (*ChunkedResourceChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{10} + return fileDescriptor_213c0bb044472049, []int{12} } func (m *ChunkedResourceChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1046,10 +1220,13 @@ func init() { proto.RegisterEnum("f5.nginx.agent.sdk.Command_CommandType", Command_CommandType_name, Command_CommandType_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandStatus", CommandStatusResponse_CommandStatus_name, CommandStatusResponse_CommandStatus_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandErrorCode", CommandStatusResponse_CommandErrorCode_name, CommandStatusResponse_CommandErrorCode_value) + proto.RegisterEnum("f5.nginx.agent.sdk.NginxConfigStatus_Status", NginxConfigStatus_Status_name, NginxConfigStatus_Status_value) proto.RegisterEnum("f5.nginx.agent.sdk.UploadStatus_TransferStatus", UploadStatus_TransferStatus_name, UploadStatus_TransferStatus_value) proto.RegisterType((*Command)(nil), "f5.nginx.agent.sdk.Command") proto.RegisterType((*CommandStatusResponse)(nil), "f5.nginx.agent.sdk.CommandStatusResponse") proto.RegisterType((*DataplaneStatus)(nil), "f5.nginx.agent.sdk.DataplaneStatus") + proto.RegisterType((*AgentActivityStatus)(nil), "f5.nginx.agent.sdk.AgentActivityStatus") + proto.RegisterType((*NginxConfigStatus)(nil), "f5.nginx.agent.sdk.NginxConfigStatus") proto.RegisterType((*DataplaneSoftwareHealth)(nil), "f5.nginx.agent.sdk.DataplaneSoftwareHealth") proto.RegisterType((*DataplaneUpdate)(nil), "f5.nginx.agent.sdk.DataplaneUpdate") proto.RegisterType((*DownloadRequest)(nil), "f5.nginx.agent.sdk.DownloadRequest") @@ -1063,92 +1240,101 @@ func init() { func init() { proto.RegisterFile("command.proto", fileDescriptor_213c0bb044472049) } var fileDescriptor_213c0bb044472049 = []byte{ - // 1359 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0x4b, 0x6f, 0xdb, 0xc6, - 0x13, 0x17, 0x15, 0x5b, 0xb2, 0x46, 0x72, 0x2c, 0x6c, 0x9c, 0xfc, 0x19, 0x23, 0x30, 0x0d, 0xfe, - 0x9b, 0xc6, 0xe9, 0x43, 0x42, 0x1d, 0x14, 0x01, 0x92, 0x93, 0x69, 0x39, 0xa5, 0x91, 0xd8, 0x0a, - 0x36, 0x71, 0x02, 0xa4, 0x28, 0x88, 0x0d, 0xb9, 0x92, 0x05, 0x5b, 0x24, 0xcb, 0xa5, 0xf3, 0x42, - 0xef, 0x45, 0x8b, 0xde, 0x8a, 0x1e, 0x7a, 0xee, 0x07, 0xe8, 0xd7, 0xe8, 0x31, 0xe7, 0x1e, 0x88, - 0x22, 0x47, 0x7e, 0x80, 0xf6, 0x5a, 0xec, 0x83, 0x12, 0x6d, 0x53, 0xb2, 0x53, 0x17, 0xbd, 0x68, - 0x87, 0xcb, 0xf9, 0xfd, 0xe6, 0xb1, 0xc3, 0x99, 0x15, 0xcc, 0xbb, 0xc1, 0x70, 0x48, 0x7c, 0xaf, - 0x15, 0x46, 0x41, 0x1c, 0x20, 0xd4, 0xfb, 0xbc, 0xe5, 0xf7, 0x07, 0xfe, 0xab, 0x16, 0xe9, 0x53, - 0x3f, 0x6e, 0x31, 0x6f, 0x7f, 0x09, 0xfa, 0x41, 0x3f, 0x90, 0xef, 0x97, 0x1a, 0x5c, 0x3d, 0xf0, - 0xd5, 0x53, 0x5d, 0x2a, 0xc9, 0x07, 0xd8, 0x0b, 0x58, 0x26, 0xd7, 0x25, 0xc7, 0x08, 0xe3, 0xf7, - 0x06, 0x7d, 0xf5, 0x84, 0xe8, 0x0b, 0xea, 0xc7, 0xac, 0x2d, 0x16, 0xb5, 0x77, 0xd5, 0x0b, 0x1d, - 0x16, 0xf4, 0xe2, 0x97, 0x24, 0xa2, 0x8e, 0x47, 0x63, 0x32, 0x38, 0x60, 0xea, 0x55, 0xcd, 0x27, - 0xa1, 0x14, 0xcd, 0x1f, 0x01, 0xaa, 0x1b, 0xd2, 0x5b, 0x74, 0x07, 0x66, 0x86, 0x34, 0x26, 0xba, - 0xb6, 0xa2, 0xad, 0xd6, 0xd7, 0xae, 0xb5, 0x4e, 0xba, 0xdd, 0xda, 0xa6, 0x31, 0xf1, 0x48, 0x4c, - 0xac, 0xb9, 0x34, 0x31, 0x84, 0x36, 0x16, 0xbf, 0x68, 0x13, 0x66, 0xe2, 0xd7, 0x21, 0xd5, 0xcb, - 0x2b, 0xda, 0xea, 0xc5, 0xb5, 0x1b, 0x45, 0x58, 0x65, 0x26, 0x5b, 0x1f, 0xbf, 0x0e, 0xa9, 0xa4, - 0xe1, 0x40, 0x2c, 0x7e, 0xd1, 0x33, 0x00, 0x77, 0xe8, 0x39, 0x2c, 0x26, 0xf1, 0x21, 0xd3, 0x2f, - 0x08, 0x47, 0x6e, 0x4e, 0x21, 0x7b, 0x24, 0x14, 0x31, 0x65, 0x61, 0xe0, 0x33, 0x6a, 0x5d, 0x4c, - 0x13, 0x23, 0x47, 0x60, 0x97, 0x70, 0xcd, 0x1d, 0x2a, 0x25, 0xf4, 0x04, 0x1a, 0x82, 0xc5, 0x91, - 0xa9, 0xd3, 0x67, 0x04, 0xbb, 0x51, 0xc4, 0xbe, 0xc3, 0x9f, 0x37, 0x84, 0x9a, 0xd5, 0x4c, 0x13, - 0xe3, 0x08, 0xd0, 0x2e, 0x61, 0x79, 0x14, 0x52, 0x01, 0xbd, 0x82, 0xcb, 0xf9, 0xd7, 0x4e, 0xa4, - 0xbc, 0xd1, 0x67, 0x85, 0x81, 0x1b, 0xa7, 0x18, 0x18, 0x39, 0x7f, 0x35, 0x4d, 0x8c, 0x62, 0x26, - 0xbb, 0x84, 0x2f, 0xf9, 0x27, 0x11, 0xdc, 0xb2, 0xa0, 0xe4, 0xfa, 0x3e, 0x75, 0x63, 0x27, 0xa2, - 0x5f, 0x1f, 0x52, 0x16, 0xeb, 0x95, 0xc9, 0x96, 0xd7, 0xb9, 0xb4, 0x21, 0xf5, 0xb1, 0x54, 0x97, - 0x96, 0x0b, 0x99, 0xb8, 0x65, 0x72, 0x12, 0x81, 0xbe, 0x81, 0x2b, 0xc7, 0xf5, 0x55, 0xd0, 0x55, - 0x61, 0x7a, 0xf5, 0x74, 0xd3, 0x2a, 0xea, 0xa5, 0x34, 0x31, 0x26, 0x70, 0xd9, 0x25, 0xbc, 0x48, - 0x0a, 0x30, 0x28, 0x86, 0xc5, 0x11, 0x42, 0xe6, 0x49, 0x86, 0x3d, 0x27, 0x6c, 0x7f, 0x38, 0xcd, - 0xb6, 0x48, 0x9f, 0x8c, 0x5a, 0x4f, 0x13, 0xa3, 0x90, 0xc7, 0x2e, 0x61, 0x44, 0x4e, 0xe8, 0xf3, - 0xfa, 0xc9, 0x6b, 0xeb, 0xb5, 0xc9, 0xf5, 0x93, 0xb3, 0x26, 0xeb, 0x27, 0x0f, 0xe4, 0xf5, 0x93, - 0xa3, 0x47, 0x3d, 0x68, 0xf2, 0x4f, 0x2a, 0x3c, 0x20, 0x3e, 0xcd, 0x2a, 0xbf, 0x2e, 0xb8, 0xff, - 0x5f, 0xc4, 0xdd, 0xc9, 0x74, 0x65, 0x59, 0x5b, 0x8b, 0x69, 0x62, 0x9c, 0x20, 0xb0, 0x4b, 0x78, - 0xc1, 0x3b, 0xaa, 0x88, 0xbe, 0x82, 0x86, 0xe8, 0x0f, 0x4e, 0x44, 0xc3, 0x20, 0x8a, 0xf5, 0xc6, - 0xe4, 0x6c, 0xc9, 0x76, 0xd2, 0xda, 0xe4, 0x0b, 0x16, 0xda, 0x32, 0x8c, 0x3c, 0x9e, 0x87, 0x41, - 0xc7, 0x0a, 0xe8, 0x07, 0x0d, 0x96, 0x72, 0x6e, 0x1c, 0xeb, 0x3c, 0xfa, 0xbc, 0xb0, 0xf6, 0xc9, - 0xf4, 0x88, 0x14, 0xa8, 0x23, 0x31, 0xd6, 0x72, 0x9a, 0x18, 0x53, 0x38, 0xed, 0x12, 0xd6, 0xbd, - 0x09, 0x58, 0xf3, 0x16, 0xd4, 0x73, 0x8d, 0x06, 0x01, 0x54, 0x76, 0xba, 0x78, 0x7b, 0xfd, 0x41, - 0xb3, 0x84, 0x1a, 0x30, 0xd7, 0xe9, 0x3e, 0xdd, 0x79, 0xd0, 0x5d, 0xef, 0x34, 0x35, 0xfe, 0x66, - 0xf7, 0xa1, 0x90, 0xcb, 0x56, 0x05, 0x66, 0x38, 0xa1, 0xf9, 0xd3, 0x05, 0xb8, 0x5c, 0xd8, 0x61, - 0xd0, 0x97, 0x50, 0x51, 0x47, 0xa4, 0x89, 0x4e, 0x77, 0xfb, 0xcc, 0xcd, 0xe9, 0xe8, 0xae, 0x05, - 0x69, 0x62, 0x28, 0x2a, 0xac, 0x56, 0x34, 0x00, 0xa0, 0x51, 0x14, 0x44, 0x8e, 0x1b, 0x78, 0x59, - 0x2b, 0xbd, 0xf3, 0xde, 0x06, 0x36, 0x39, 0xc5, 0x46, 0xe0, 0xa9, 0x76, 0x38, 0x66, 0xc4, 0x35, - 0x9a, 0xbd, 0x42, 0xd7, 0xa1, 0x3a, 0xa4, 0x8c, 0x91, 0x3e, 0x15, 0x5d, 0xb6, 0x66, 0xd5, 0xd3, - 0xc4, 0xc8, 0xb6, 0x70, 0x26, 0x20, 0x03, 0x66, 0x05, 0x46, 0x34, 0xcb, 0x9a, 0x55, 0x4b, 0x13, - 0x43, 0x6e, 0x60, 0xb9, 0x98, 0x77, 0x61, 0xfe, 0x88, 0x33, 0x68, 0x01, 0xea, 0x1b, 0xdb, 0x1d, - 0x67, 0x77, 0xe7, 0xfe, 0x4e, 0xf7, 0xe9, 0x4e, 0xb3, 0xc4, 0xf3, 0xcb, 0x37, 0xba, 0xf7, 0x9b, - 0x1a, 0x9a, 0x87, 0x1a, 0x97, 0x37, 0x31, 0xee, 0xe2, 0x66, 0xd9, 0x6c, 0x43, 0xf3, 0xb8, 0xcf, - 0x5c, 0x7d, 0x13, 0x63, 0xae, 0x5e, 0xe2, 0x5c, 0x5c, 0xce, 0xb8, 0x34, 0xf3, 0x97, 0x19, 0x58, - 0x38, 0x56, 0xff, 0xe8, 0x23, 0xa8, 0xb1, 0xd7, 0x2c, 0xa6, 0x43, 0x67, 0xe0, 0x89, 0x43, 0xa9, - 0x59, 0xf3, 0x69, 0x62, 0x8c, 0x37, 0xf1, 0x9c, 0x14, 0xb7, 0x3c, 0xf4, 0x05, 0x54, 0xb3, 0x7a, - 0x2c, 0xaf, 0x5c, 0x58, 0xad, 0xaf, 0xad, 0x4c, 0x6c, 0xce, 0x59, 0x0d, 0x8a, 0xbc, 0x28, 0x10, - 0xce, 0x04, 0x3e, 0x2a, 0xf9, 0x64, 0x56, 0x13, 0xaa, 0x70, 0x54, 0xda, 0x01, 0x8b, 0xb7, 0xfc, - 0x5e, 0x20, 0x67, 0x1c, 0xd7, 0xc6, 0xe2, 0x17, 0xdd, 0x83, 0xea, 0x1e, 0x25, 0x07, 0xf1, 0x1e, - 0xd3, 0x67, 0x85, 0x13, 0x93, 0x47, 0x90, 0x2d, 0xf4, 0xa4, 0x0f, 0x0a, 0x83, 0x33, 0x01, 0x7d, - 0x3f, 0xfd, 0x83, 0xab, 0x08, 0xee, 0x7f, 0xf5, 0x83, 0x9b, 0xfc, 0xb9, 0xa1, 0xef, 0x8a, 0x9d, - 0xc9, 0x02, 0xad, 0x0a, 0x67, 0x3e, 0x3e, 0x93, 0x33, 0x2a, 0xe8, 0x49, 0xbe, 0x64, 0x79, 0x38, - 0xe9, 0x8b, 0x04, 0x32, 0xf3, 0x2f, 0x0d, 0xfe, 0x37, 0x81, 0x75, 0x7c, 0x09, 0x90, 0x34, 0xea, - 0xae, 0x73, 0xea, 0x09, 0xe4, 0x2e, 0x01, 0x12, 0x38, 0xba, 0x04, 0x28, 0xde, 0x37, 0x70, 0x85, - 0x84, 0xa1, 0xc3, 0x2f, 0x55, 0x7c, 0x84, 0xbd, 0x24, 0xbd, 0xcc, 0x42, 0x79, 0xca, 0x2c, 0x0e, - 0xc3, 0x87, 0x12, 0xf0, 0x74, 0xfd, 0x9e, 0xb2, 0x24, 0xe7, 0x61, 0x21, 0x95, 0x18, 0xc6, 0x63, - 0x08, 0xe9, 0x29, 0xc8, 0x1c, 0x54, 0xa4, 0x82, 0xf9, 0xbb, 0x96, 0xfb, 0x3e, 0x76, 0x43, 0x8f, - 0xc4, 0x74, 0x54, 0xaa, 0xda, 0x3f, 0x28, 0xd5, 0x53, 0x4a, 0xac, 0xfc, 0x5f, 0x96, 0x98, 0xb9, - 0x0d, 0x0b, 0x9d, 0xe0, 0xa5, 0x7f, 0x10, 0x10, 0x2f, 0x1b, 0xc9, 0xe7, 0xb8, 0xb1, 0x9a, 0xdf, - 0x96, 0xe1, 0x52, 0xc1, 0x35, 0x0c, 0x6d, 0x1f, 0xe9, 0xf0, 0xef, 0x75, 0xfd, 0x2c, 0xea, 0xe9, - 0x5b, 0x50, 0x21, 0x6e, 0x3c, 0x08, 0x7c, 0xd5, 0xcf, 0xaf, 0x9f, 0x72, 0x1d, 0x5c, 0x17, 0xca, - 0x92, 0x4a, 0x02, 0xb1, 0x5a, 0xd1, 0x13, 0xa8, 0xab, 0x8b, 0x0a, 0x0f, 0x48, 0xf5, 0x9e, 0x0f, - 0x8a, 0xdd, 0xe3, 0x6a, 0x1d, 0xca, 0xdc, 0x68, 0x10, 0xc6, 0x41, 0x64, 0x2d, 0xa4, 0x89, 0x91, - 0x07, 0x63, 0x90, 0x0f, 0xfc, 0x98, 0xcc, 0x3f, 0x35, 0x68, 0xec, 0x86, 0x3c, 0xaf, 0xaa, 0xa5, - 0x9e, 0xe7, 0x8f, 0xc0, 0xa3, 0x51, 0xfa, 0x64, 0xbc, 0xed, 0x22, 0x74, 0xde, 0x5a, 0xeb, 0x71, - 0x44, 0x7c, 0xd6, 0xa3, 0xd1, 0x94, 0xc1, 0x68, 0x42, 0x25, 0xa2, 0x84, 0x05, 0xbe, 0x1a, 0x56, - 0x42, 0x47, 0xee, 0x60, 0xb5, 0x9a, 0x9f, 0xc1, 0xc5, 0xa3, 0x4c, 0xa8, 0x0e, 0xd5, 0xf1, 0x18, - 0xaa, 0x40, 0x59, 0x8c, 0x20, 0x80, 0xca, 0xbd, 0xf5, 0xad, 0x07, 0x9b, 0x9d, 0x66, 0xd9, 0xfc, - 0x55, 0x83, 0x1a, 0xcf, 0xc0, 0xc6, 0xde, 0xa1, 0xbf, 0x8f, 0xba, 0xe2, 0x33, 0xf2, 0x68, 0x34, - 0xf5, 0xe0, 0xb9, 0x2a, 0xf5, 0x30, 0x65, 0xc1, 0x61, 0xe4, 0xf2, 0xae, 0xe2, 0xd1, 0x48, 0xfa, - 0x23, 0xc1, 0x76, 0x09, 0x2b, 0x09, 0xd9, 0xf2, 0x36, 0xa1, 0x3a, 0xc0, 0xea, 0x19, 0xe8, 0xc4, - 0xa3, 0x4c, 0x29, 0x47, 0xda, 0x25, 0x2c, 0x56, 0xab, 0x0a, 0xb3, 0x2e, 0x7f, 0x65, 0xbe, 0xd5, - 0xe0, 0x72, 0xa1, 0x0b, 0xe7, 0x3a, 0x33, 0x13, 0x2a, 0x82, 0x5e, 0x9e, 0xd9, 0xac, 0x0c, 0x47, - 0xee, 0x60, 0xb5, 0xa2, 0x55, 0x98, 0x73, 0xf7, 0xa8, 0xbb, 0xcf, 0x0e, 0x87, 0xea, 0x10, 0x1a, - 0x69, 0x62, 0x8c, 0xf6, 0xf0, 0x48, 0x42, 0x9f, 0x02, 0x08, 0x8c, 0xc3, 0x06, 0x6f, 0xa8, 0xb8, - 0x38, 0xcc, 0xaa, 0x3f, 0x66, 0xa3, 0x5d, 0x5c, 0x13, 0xf2, 0xa3, 0xc1, 0x1b, 0x6a, 0xfe, 0xac, - 0xc1, 0x62, 0x51, 0x1a, 0xce, 0x15, 0xd1, 0x0d, 0xee, 0x2d, 0xb7, 0x36, 0xf0, 0x54, 0x4c, 0xca, - 0x5b, 0xb9, 0x87, 0xab, 0x42, 0xda, 0xf2, 0xd0, 0x35, 0x75, 0x46, 0x3c, 0xa4, 0xc6, 0x38, 0xf3, - 0x2a, 0xef, 0xb7, 0x7f, 0x7b, 0xb7, 0xac, 0xbd, 0x7d, 0xb7, 0xac, 0xfd, 0xf1, 0x6e, 0x59, 0x7b, - 0x76, 0xb3, 0x3f, 0x88, 0xf7, 0x0e, 0x9f, 0xb7, 0xdc, 0x60, 0xd8, 0x16, 0x9e, 0xb4, 0x85, 0x27, - 0x6d, 0xe6, 0xed, 0xb7, 0x5f, 0xac, 0xb5, 0xc5, 0x1f, 0xea, 0xbb, 0xe2, 0xf7, 0x79, 0x45, 0x2c, - 0xb7, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x62, 0x04, 0x2c, 0x0a, 0x10, 0x00, 0x00, + // 1500 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4b, 0x6f, 0xdb, 0xc6, + 0x16, 0x26, 0x15, 0xeb, 0x75, 0x24, 0xdb, 0xca, 0xd8, 0x49, 0x14, 0x23, 0x30, 0x0d, 0xde, 0x9b, + 0x1b, 0xe5, 0xde, 0x5c, 0x09, 0x75, 0x50, 0x04, 0x4d, 0x56, 0x92, 0xa5, 0x84, 0x42, 0x62, 0xc9, + 0x98, 0xc4, 0x09, 0x90, 0xa2, 0x10, 0x18, 0x71, 0x24, 0x0b, 0xb6, 0x48, 0x96, 0xa4, 0x9d, 0x38, + 0xe8, 0xbe, 0x68, 0xd1, 0x4d, 0x51, 0x74, 0x51, 0xf4, 0x47, 0xf4, 0x6f, 0x74, 0x99, 0x75, 0x17, + 0x44, 0x91, 0x25, 0x77, 0xdd, 0xb4, 0xdb, 0x62, 0x1e, 0x94, 0x28, 0x89, 0x92, 0x9d, 0xba, 0xe8, + 0x46, 0x33, 0x1c, 0x7e, 0xe7, 0x3b, 0xe7, 0xcc, 0xe3, 0x9b, 0x43, 0xc1, 0x72, 0xd7, 0x1a, 0x0e, + 0x75, 0xd3, 0x28, 0xdb, 0x8e, 0xe5, 0x59, 0x08, 0xf5, 0x3e, 0x2e, 0x9b, 0xfd, 0x81, 0xf9, 0xa6, + 0xac, 0xf7, 0x89, 0xe9, 0x95, 0x5d, 0xe3, 0x70, 0x03, 0xfa, 0x56, 0xdf, 0xe2, 0xef, 0x37, 0xf2, + 0x14, 0x6e, 0x99, 0xe2, 0x29, 0xc7, 0x41, 0xfc, 0x01, 0x0e, 0x2c, 0x37, 0xec, 0xe7, 0x38, 0xc7, + 0xc8, 0xc6, 0xec, 0x0d, 0xfa, 0xe2, 0x09, 0x91, 0x13, 0x62, 0x7a, 0x6e, 0x85, 0x35, 0x62, 0xec, + 0xba, 0x61, 0x77, 0x5c, 0xab, 0xe7, 0xbd, 0xd6, 0x1d, 0xd2, 0x31, 0x88, 0xa7, 0x0f, 0x8e, 0x5c, + 0xf1, 0x2a, 0x6b, 0xea, 0x36, 0xef, 0xaa, 0xdf, 0x01, 0xa4, 0x77, 0x78, 0xb4, 0xe8, 0x3e, 0x2c, + 0x0d, 0x89, 0xa7, 0x17, 0xe5, 0x2d, 0xb9, 0x94, 0xdb, 0xbe, 0x51, 0x9e, 0x0d, 0xbb, 0xbc, 0x4b, + 0x3c, 0xdd, 0xd0, 0x3d, 0xbd, 0x96, 0x09, 0x7c, 0x85, 0xa1, 0x31, 0xfb, 0x45, 0x0d, 0x58, 0xf2, + 0x4e, 0x6d, 0x52, 0x4c, 0x6c, 0xc9, 0xa5, 0x95, 0xed, 0x5b, 0x71, 0xb6, 0xc2, 0x4d, 0xd8, 0x3e, + 0x3b, 0xb5, 0x09, 0xa7, 0xa1, 0x86, 0x98, 0xfd, 0xa2, 0x97, 0x00, 0xdd, 0xa1, 0xd1, 0x71, 0x3d, + 0xdd, 0x3b, 0x76, 0x8b, 0x97, 0x58, 0x20, 0xb7, 0x17, 0x90, 0x3d, 0x65, 0x40, 0x4c, 0x5c, 0xdb, + 0x32, 0x5d, 0x52, 0x5b, 0x09, 0x7c, 0x25, 0x42, 0xa0, 0x49, 0x38, 0xdb, 0x1d, 0x0a, 0x10, 0x7a, + 0x0e, 0x79, 0xc6, 0xd2, 0xe1, 0x53, 0x57, 0x5c, 0x62, 0xec, 0x4a, 0x1c, 0x7b, 0x8b, 0x3e, 0xef, + 0x30, 0x58, 0xad, 0x10, 0xf8, 0xca, 0x84, 0xa1, 0x26, 0x61, 0xbe, 0x14, 0x1c, 0x80, 0xde, 0xc0, + 0x95, 0xe8, 0xeb, 0x8e, 0x23, 0xa2, 0x29, 0x26, 0x99, 0x83, 0x5b, 0x67, 0x38, 0x18, 0x05, 0x7f, + 0x3d, 0xf0, 0x95, 0x78, 0x26, 0x4d, 0xc2, 0x6b, 0xe6, 0xac, 0x05, 0xf5, 0xcc, 0x28, 0x29, 0xde, + 0x24, 0x5d, 0xaf, 0xe3, 0x90, 0xcf, 0x8f, 0x89, 0xeb, 0x15, 0x53, 0xf3, 0x3d, 0x57, 0x69, 0x6f, + 0x87, 0xe3, 0x31, 0x87, 0x73, 0xcf, 0xb1, 0x4c, 0xd4, 0xb3, 0x3e, 0x6b, 0x81, 0xbe, 0x80, 0xab, + 0xd3, 0x78, 0x91, 0x74, 0x9a, 0xb9, 0x2e, 0x9d, 0xed, 0x5a, 0x64, 0xbd, 0x11, 0xf8, 0xca, 0x1c, + 0x2e, 0x4d, 0xc2, 0xeb, 0x7a, 0x8c, 0x0d, 0xf2, 0x60, 0x7d, 0x64, 0xc1, 0xe7, 0x89, 0xa7, 0x9d, + 0x61, 0xbe, 0xff, 0xb3, 0xc8, 0x37, 0x9b, 0x3e, 0x9e, 0x75, 0x31, 0xf0, 0x95, 0x58, 0x1e, 0x4d, + 0xc2, 0x48, 0x9f, 0xc1, 0xd3, 0xfd, 0x13, 0x45, 0x17, 0xb3, 0xf3, 0xf7, 0x4f, 0xc4, 0x1b, 0xdf, + 0x3f, 0x51, 0x43, 0xba, 0x7f, 0x22, 0xf4, 0xa8, 0x07, 0x05, 0x7a, 0xa4, 0xec, 0x23, 0xdd, 0x24, + 0xe1, 0xce, 0xcf, 0x31, 0xee, 0x7f, 0xc5, 0x71, 0xd7, 0x43, 0x2c, 0xdf, 0xd6, 0xb5, 0xf5, 0xc0, + 0x57, 0x66, 0x08, 0x34, 0x09, 0xaf, 0x1a, 0x93, 0x40, 0xf4, 0x19, 0xe4, 0x99, 0x3e, 0x74, 0x1c, + 0x62, 0x5b, 0x8e, 0x57, 0xcc, 0xcf, 0x9f, 0x2d, 0x2e, 0x27, 0xe5, 0x06, 0x6d, 0x30, 0x43, 0xf3, + 0x34, 0xa2, 0xf6, 0x34, 0x0d, 0x32, 0x06, 0xa0, 0x6f, 0x64, 0xd8, 0x88, 0x84, 0x31, 0xa5, 0x3c, + 0xc5, 0x65, 0xe6, 0xed, 0xce, 0xe2, 0x8c, 0x84, 0x51, 0x9d, 0xdb, 0xd4, 0x36, 0x03, 0x5f, 0x59, + 0xc0, 0xa9, 0x49, 0xb8, 0x68, 0xcc, 0xb1, 0x55, 0xef, 0x42, 0x2e, 0x22, 0x34, 0x08, 0x20, 0xd5, + 0x6a, 0xe3, 0xdd, 0xea, 0x93, 0x82, 0x84, 0xf2, 0x90, 0xa9, 0xb7, 0x5f, 0xb4, 0x9e, 0xb4, 0xab, + 0xf5, 0x82, 0x4c, 0xdf, 0xec, 0xef, 0xb1, 0x7e, 0xa2, 0x96, 0x82, 0x25, 0x4a, 0xa8, 0x7e, 0x7f, + 0x09, 0xae, 0xc4, 0x2a, 0x0c, 0xfa, 0x14, 0x52, 0x62, 0x89, 0x64, 0xa6, 0x74, 0xf7, 0xce, 0x2d, + 0x4e, 0x93, 0xa3, 0x35, 0x08, 0x7c, 0x45, 0x50, 0x61, 0xd1, 0xa2, 0x01, 0x00, 0x71, 0x1c, 0xcb, + 0xe9, 0x74, 0x2d, 0x23, 0x94, 0xd2, 0xfb, 0x1f, 0xec, 0xa0, 0x41, 0x29, 0x76, 0x2c, 0x43, 0xc8, + 0xe1, 0x98, 0x11, 0x67, 0x49, 0xf8, 0x0a, 0xdd, 0x84, 0xf4, 0x90, 0xb8, 0xae, 0xde, 0x27, 0x4c, + 0x65, 0xb3, 0xb5, 0x5c, 0xe0, 0x2b, 0xe1, 0x10, 0x0e, 0x3b, 0x48, 0x81, 0x24, 0xb3, 0x61, 0x62, + 0x99, 0xad, 0x65, 0x03, 0x5f, 0xe1, 0x03, 0x98, 0x37, 0xea, 0x03, 0x58, 0x9e, 0x08, 0x06, 0xad, + 0x42, 0x6e, 0x67, 0xb7, 0xde, 0xd9, 0x6f, 0x3d, 0x6e, 0xb5, 0x5f, 0xb4, 0x0a, 0x12, 0x9d, 0x5f, + 0x3a, 0xd0, 0x7e, 0x5c, 0x90, 0xd1, 0x32, 0x64, 0x69, 0xbf, 0x81, 0x71, 0x1b, 0x17, 0x12, 0x6a, + 0x05, 0x0a, 0xd3, 0x31, 0x53, 0x78, 0x03, 0x63, 0x0a, 0x97, 0x28, 0x17, 0xed, 0x87, 0x5c, 0xb2, + 0xfa, 0x63, 0x12, 0x56, 0xa7, 0xf6, 0x3f, 0xfa, 0x2f, 0x64, 0xdd, 0x53, 0xd7, 0x23, 0xc3, 0xce, + 0xc0, 0x60, 0x8b, 0x92, 0xad, 0x2d, 0x07, 0xbe, 0x32, 0x1e, 0xc4, 0x19, 0xde, 0x6d, 0x1a, 0xe8, + 0x11, 0xa4, 0xc3, 0xfd, 0x98, 0xd8, 0xba, 0x54, 0xca, 0x6d, 0x6f, 0xcd, 0x15, 0xe7, 0x70, 0x0f, + 0xb2, 0x79, 0x11, 0x46, 0x38, 0xec, 0xd0, 0xab, 0x92, 0xde, 0xcc, 0xe2, 0x86, 0x8a, 0xbd, 0x2a, + 0x35, 0xcb, 0xf5, 0x9a, 0x66, 0xcf, 0xe2, 0x77, 0x1c, 0x45, 0x63, 0xf6, 0x8b, 0x1e, 0x42, 0xfa, + 0x80, 0xe8, 0x47, 0xde, 0x81, 0x5b, 0x4c, 0xb2, 0x20, 0xe6, 0x5f, 0x41, 0x1a, 0xc3, 0xf1, 0x18, + 0x84, 0x0d, 0x0e, 0x3b, 0xe8, 0xeb, 0xc5, 0x07, 0x2e, 0xc5, 0xb8, 0xff, 0xd6, 0x03, 0x37, 0xff, + 0xb8, 0xa1, 0xaf, 0xe2, 0x83, 0x09, 0x13, 0x4d, 0xb3, 0x60, 0xfe, 0x77, 0xae, 0x60, 0x44, 0xd2, + 0xf3, 0x62, 0x09, 0xe7, 0x61, 0x36, 0x16, 0x4d, 0x4c, 0xcc, 0x49, 0x78, 0x2d, 0xea, 0x5d, 0x6f, + 0x70, 0x32, 0xf0, 0x4e, 0x43, 0x55, 0xcd, 0xb0, 0x28, 0xe6, 0x5f, 0x8b, 0x55, 0x81, 0x17, 0x47, + 0x34, 0x72, 0x2d, 0x4e, 0x31, 0x89, 0x4b, 0x71, 0x12, 0xaf, 0x7e, 0x2b, 0xc3, 0x5a, 0x0c, 0x0f, + 0xb2, 0x61, 0x6d, 0xe2, 0x5a, 0x8f, 0x08, 0x48, 0x6e, 0xfb, 0xe6, 0x19, 0xe5, 0x81, 0x88, 0xe5, + 0x5a, 0xe0, 0x2b, 0x71, 0x2c, 0x9a, 0x84, 0x2f, 0x9b, 0x33, 0xe8, 0x0c, 0xa4, 0x44, 0x4c, 0xbf, + 0xc9, 0x70, 0x79, 0x86, 0x0d, 0x7d, 0x02, 0x2b, 0x5d, 0xcb, 0x71, 0xc8, 0x91, 0xee, 0x0d, 0x2c, + 0x73, 0x7c, 0x70, 0x50, 0xe0, 0x2b, 0x53, 0x6f, 0xf0, 0x72, 0xe4, 0xb9, 0x69, 0xa0, 0xbd, 0x91, + 0x00, 0x72, 0x7d, 0xba, 0x73, 0xae, 0xf8, 0xcb, 0x0b, 0x54, 0xef, 0x7c, 0x52, 0xa4, 0x96, 0xc2, + 0x9c, 0x50, 0x0e, 0xd2, 0x7b, 0x8d, 0x56, 0xbd, 0xd9, 0x7a, 0x54, 0x90, 0x50, 0x0a, 0x12, 0x4c, + 0x5a, 0xb2, 0x90, 0x0c, 0x65, 0xe5, 0x0f, 0x19, 0xae, 0xcd, 0xd9, 0x55, 0xe3, 0x22, 0x90, 0x6f, + 0x23, 0xb1, 0x08, 0x67, 0x9e, 0xc0, 0x48, 0x11, 0xc8, 0x0d, 0x47, 0x45, 0xa0, 0xe0, 0x7d, 0x0b, + 0x57, 0x75, 0xdb, 0xee, 0xd0, 0xa2, 0x9a, 0x96, 0x30, 0xaf, 0xf5, 0x5e, 0xe8, 0x21, 0xb1, 0xa0, + 0x16, 0xb3, 0xed, 0x3d, 0x6e, 0xf0, 0xa2, 0xfa, 0x50, 0x78, 0xe2, 0xf5, 0x50, 0x2c, 0x15, 0x2b, + 0xc6, 0xc6, 0x26, 0x7a, 0x4f, 0x98, 0x64, 0x20, 0xc5, 0x01, 0xea, 0x2f, 0x72, 0x44, 0x1f, 0xf7, + 0x6d, 0x43, 0xf7, 0xc8, 0x48, 0xaa, 0xe4, 0xbf, 0x20, 0x55, 0x67, 0x48, 0x4c, 0xe2, 0x9f, 0x94, + 0x18, 0x75, 0x17, 0x56, 0xeb, 0xd6, 0x6b, 0xf3, 0xc8, 0xd2, 0x8d, 0xb0, 0x24, 0xbb, 0xc0, 0x17, + 0x8b, 0xfa, 0x65, 0x02, 0xd6, 0x62, 0xca, 0x70, 0xb4, 0x3b, 0x71, 0xc3, 0x7f, 0xd0, 0xe7, 0x47, + 0xdc, 0xee, 0x6e, 0x42, 0x8a, 0x8a, 0x87, 0x65, 0x8a, 0xf3, 0x72, 0xd6, 0x79, 0xaf, 0x32, 0x30, + 0xa7, 0xe2, 0x86, 0x58, 0xb4, 0xe8, 0x39, 0xe4, 0xc4, 0xd9, 0xa7, 0x09, 0x89, 0xbb, 0xe7, 0xdf, + 0xf1, 0xe1, 0x51, 0x58, 0x9d, 0xb8, 0x5d, 0x67, 0x60, 0x7b, 0x96, 0x53, 0x5b, 0x0d, 0x7c, 0x25, + 0x6a, 0x8c, 0x81, 0x3f, 0xd0, 0x65, 0x52, 0x7f, 0x97, 0x21, 0xbf, 0x6f, 0xd3, 0x79, 0x15, 0x07, + 0xec, 0x22, 0x1f, 0x82, 0x4f, 0xa7, 0xf4, 0xa1, 0x12, 0x67, 0x1d, 0xf5, 0x56, 0x7e, 0xe6, 0xe8, + 0xa6, 0xdb, 0x23, 0xce, 0x02, 0x89, 0x50, 0x21, 0xe5, 0x10, 0xdd, 0xb5, 0x4c, 0xa1, 0x10, 0x0c, + 0xc3, 0x47, 0xb0, 0x68, 0xd5, 0x8f, 0x60, 0x65, 0x92, 0x89, 0xea, 0xc4, 0xb8, 0x0c, 0x09, 0x75, + 0x02, 0x20, 0xf5, 0xb0, 0xda, 0x7c, 0xd2, 0xa8, 0x17, 0x12, 0xea, 0x4f, 0x32, 0x64, 0xe9, 0x0c, + 0xec, 0x1c, 0x1c, 0x9b, 0x87, 0xa8, 0xcd, 0x8e, 0x91, 0x41, 0x9c, 0x85, 0x0b, 0x4f, 0xa1, 0xc4, + 0xc0, 0xc4, 0xb5, 0x8e, 0x9d, 0x2e, 0x55, 0x15, 0x83, 0x38, 0x3c, 0x1e, 0x6e, 0xac, 0x49, 0x58, + 0xf4, 0x90, 0xc6, 0xab, 0x49, 0xa1, 0x00, 0xa5, 0x73, 0xd0, 0xb1, 0x47, 0x3e, 0xa5, 0xd4, 0x52, + 0x93, 0x30, 0x6b, 0x6b, 0x69, 0x48, 0x76, 0xe9, 0x2b, 0xf5, 0x9d, 0x0c, 0x57, 0x62, 0x43, 0xb8, + 0xd0, 0x9a, 0xa9, 0x90, 0x62, 0xf4, 0x7c, 0xcd, 0x92, 0x3c, 0x1d, 0x3e, 0x82, 0x45, 0x8b, 0x4a, + 0x90, 0xe9, 0x1e, 0x90, 0xee, 0xa1, 0x7b, 0x3c, 0x14, 0x8b, 0x90, 0x0f, 0x7c, 0x65, 0x34, 0x86, + 0x47, 0x3d, 0xf4, 0x7f, 0x00, 0x66, 0xd3, 0x71, 0x07, 0x6f, 0x09, 0x2b, 0x1c, 0x93, 0xe2, 0xc3, + 0x7c, 0x34, 0x8a, 0xb3, 0xac, 0xff, 0x74, 0xf0, 0x96, 0xa8, 0x3f, 0xc8, 0xb0, 0x1e, 0x37, 0x0d, + 0x17, 0xca, 0xe8, 0x16, 0x8d, 0x96, 0x7a, 0x1b, 0x18, 0x22, 0x27, 0x11, 0x2d, 0x1f, 0xc3, 0x69, + 0xd6, 0x6b, 0x1a, 0xe8, 0x86, 0x58, 0x23, 0x9a, 0x52, 0x7e, 0x3c, 0xf3, 0x62, 0xde, 0xef, 0xfd, + 0xfc, 0x7e, 0x53, 0x7e, 0xf7, 0x7e, 0x53, 0xfe, 0xf5, 0xfd, 0xa6, 0xfc, 0xf2, 0x76, 0x7f, 0xe0, + 0x1d, 0x1c, 0xbf, 0x2a, 0x77, 0xad, 0x61, 0x85, 0x45, 0x52, 0x61, 0x91, 0x54, 0x5c, 0xe3, 0xb0, + 0x72, 0xb2, 0x5d, 0x61, 0x7f, 0xa8, 0x3c, 0x60, 0xbf, 0xaf, 0x52, 0xac, 0xb9, 0xfb, 0x67, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x8d, 0x5d, 0x34, 0x7d, 0x0a, 0x12, 0x00, 0x00, } func (m *Command) Marshal() (dAtA []byte, err error) { @@ -1489,6 +1675,20 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.AgentActivityStatus) > 0 { + for iNdEx := len(m.AgentActivityStatus) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.AgentActivityStatus[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } + } if len(m.DataplaneSoftwareHealths) > 0 { for iNdEx := len(m.DataplaneSoftwareHealths) - 1; iNdEx >= 0; iNdEx-- { { @@ -1567,6 +1767,109 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *AgentActivityStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *AgentActivityStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Status != nil { + { + size := m.Status.Size() + i -= size + if _, err := m.Status.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + } + } + return len(dAtA) - i, nil +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.NginxConfigStatus != nil { + { + size, err := m.NginxConfigStatus.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} +func (m *NginxConfigStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Message) > 0 { + i -= len(m.Message) + copy(dAtA[i:], m.Message) + i = encodeVarintCommand(dAtA, i, uint64(len(m.Message))) + i-- + dAtA[i] = 0x1a + } + if m.Status != 0 { + i = encodeVarintCommand(dAtA, i, uint64(m.Status)) + i-- + dAtA[i] = 0x10 + } + if len(m.CorrelationId) > 0 { + i -= len(m.CorrelationId) + copy(dAtA[i:], m.CorrelationId) + i = encodeVarintCommand(dAtA, i, uint64(len(m.CorrelationId))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *DataplaneSoftwareHealth) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2246,6 +2549,62 @@ func (m *DataplaneStatus) Size() (n int) { n += 1 + l + sovCommand(uint64(l)) } } + if len(m.AgentActivityStatus) > 0 { + for _, e := range m.AgentActivityStatus { + l = e.Size() + n += 1 + l + sovCommand(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Status != nil { + n += m.Status.Size() + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus_NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.NginxConfigStatus != nil { + l = m.NginxConfigStatus.Size() + n += 1 + l + sovCommand(uint64(l)) + } + return n +} +func (m *NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.CorrelationId) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } + if m.Status != 0 { + n += 1 + sovCommand(uint64(m.Status)) + } + l = len(m.Message) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -3311,6 +3670,260 @@ func (m *DataplaneStatus) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AgentActivityStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AgentActivityStatus = append(m.AgentActivityStatus, &AgentActivityStatus{}) + if err := m.AgentActivityStatus[len(m.AgentActivityStatus)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *AgentActivityStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: AgentActivityStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: AgentActivityStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NginxConfigStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &NginxConfigStatus{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Status = &AgentActivityStatus_NginxConfigStatus{v} + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *NginxConfigStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: NginxConfigStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: NginxConfigStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CorrelationId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CorrelationId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + m.Status = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Status |= NginxConfigStatus_Status(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Message = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipCommand(dAtA[iNdEx:]) diff --git a/sdk/proto/command.proto b/sdk/proto/command.proto index 74ec8c9ff..f9c68d686 100644 --- a/sdk/proto/command.proto +++ b/sdk/proto/command.proto @@ -87,6 +87,25 @@ message DataplaneStatus { repeated NginxHealth healths = 5 [(gogoproto.jsontag) = "healths" ]; // moving to DataplaneSoftwareHealth repeated DataplaneSoftwareDetails dataplane_software_details = 6 [(gogoproto.jsontag) = "dataplane_software_details"]; repeated DataplaneSoftwareHealth dataplane_software_healths = 7 [(gogoproto.jsontag) = "dataplane_software_healths"]; + repeated AgentActivityStatus agent_activity_status = 8 [(gogoproto.jsontag) = "agent_activity_status" ]; +} + +message AgentActivityStatus { + oneof Status { + NginxConfigStatus nginx_config_status = 1 [(gogoproto.jsontag) = "nginx_config_status" ]; + } +} + +message NginxConfigStatus { + string correlation_id = 1 [(gogoproto.jsontag) = "correlation_id" ]; + Status status = 2 [(gogoproto.jsontag) = "status" ]; + string message = 3 [(gogoproto.jsontag) = "message" ]; + + enum Status { + PENDING = 0; + OK = 1; + ERROR = 2; + } } message DataplaneSoftwareHealth { diff --git a/sdk/proto/nginx.proto b/sdk/proto/nginx.proto index 4bf9d33ba..9f6f1ad55 100644 --- a/sdk/proto/nginx.proto +++ b/sdk/proto/nginx.proto @@ -102,4 +102,4 @@ message ErrorLog { string log_level = 2 [(gogoproto.jsontag) = "log_level" ]; string permissions = 3 [(gogoproto.jsontag) = "permissions" ]; bool readable = 4 [(gogoproto.jsontag) = "readable" ]; -} \ No newline at end of file +} diff --git a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go index b63342256..f23e6ab58 100644 --- a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go +++ b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go @@ -105,6 +105,34 @@ func (CommandStatusResponse_CommandErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_213c0bb044472049, []int{1, 1} } +type NginxConfigStatus_Status int32 + +const ( + NginxConfigStatus_PENDING NginxConfigStatus_Status = 0 + NginxConfigStatus_OK NginxConfigStatus_Status = 1 + NginxConfigStatus_ERROR NginxConfigStatus_Status = 2 +) + +var NginxConfigStatus_Status_name = map[int32]string{ + 0: "PENDING", + 1: "OK", + 2: "ERROR", +} + +var NginxConfigStatus_Status_value = map[string]int32{ + "PENDING": 0, + "OK": 1, + "ERROR": 2, +} + +func (x NginxConfigStatus_Status) String() string { + return proto.EnumName(NginxConfigStatus_Status_name, int32(x)) +} + +func (NginxConfigStatus_Status) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4, 0} +} + type UploadStatus_TransferStatus int32 const ( @@ -130,7 +158,7 @@ func (x UploadStatus_TransferStatus) String() string { } func (UploadStatus_TransferStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7, 0} + return fileDescriptor_213c0bb044472049, []int{9, 0} } // Command is the envelope sent between the management plane and the data plane, requesting some action or reporting a response @@ -423,6 +451,7 @@ type DataplaneStatus struct { Healths []*NginxHealth `protobuf:"bytes,5,rep,name=healths,proto3" json:"healths"` DataplaneSoftwareDetails []*DataplaneSoftwareDetails `protobuf:"bytes,6,rep,name=dataplane_software_details,json=dataplaneSoftwareDetails,proto3" json:"dataplane_software_details"` DataplaneSoftwareHealths []*DataplaneSoftwareHealth `protobuf:"bytes,7,rep,name=dataplane_software_healths,json=dataplaneSoftwareHealths,proto3" json:"dataplane_software_healths"` + AgentActivityStatus []*AgentActivityStatus `protobuf:"bytes,8,rep,name=agent_activity_status,json=agentActivityStatus,proto3" json:"agent_activity_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -503,6 +532,151 @@ func (m *DataplaneStatus) GetDataplaneSoftwareHealths() []*DataplaneSoftwareHeal return nil } +func (m *DataplaneStatus) GetAgentActivityStatus() []*AgentActivityStatus { + if m != nil { + return m.AgentActivityStatus + } + return nil +} + +type AgentActivityStatus struct { + // Types that are valid to be assigned to Status: + // *AgentActivityStatus_NginxConfigStatus + Status isAgentActivityStatus_Status `protobuf_oneof:"Status"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AgentActivityStatus) Reset() { *m = AgentActivityStatus{} } +func (m *AgentActivityStatus) String() string { return proto.CompactTextString(m) } +func (*AgentActivityStatus) ProtoMessage() {} +func (*AgentActivityStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{3} +} +func (m *AgentActivityStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AgentActivityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AgentActivityStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AgentActivityStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_AgentActivityStatus.Merge(m, src) +} +func (m *AgentActivityStatus) XXX_Size() int { + return m.Size() +} +func (m *AgentActivityStatus) XXX_DiscardUnknown() { + xxx_messageInfo_AgentActivityStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_AgentActivityStatus proto.InternalMessageInfo + +type isAgentActivityStatus_Status interface { + isAgentActivityStatus_Status() + MarshalTo([]byte) (int, error) + Size() int +} + +type AgentActivityStatus_NginxConfigStatus struct { + NginxConfigStatus *NginxConfigStatus `protobuf:"bytes,1,opt,name=nginx_config_status,json=nginxConfigStatus,proto3,oneof" json:"nginx_config_status"` +} + +func (*AgentActivityStatus_NginxConfigStatus) isAgentActivityStatus_Status() {} + +func (m *AgentActivityStatus) GetStatus() isAgentActivityStatus_Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *AgentActivityStatus) GetNginxConfigStatus() *NginxConfigStatus { + if x, ok := m.GetStatus().(*AgentActivityStatus_NginxConfigStatus); ok { + return x.NginxConfigStatus + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*AgentActivityStatus) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*AgentActivityStatus_NginxConfigStatus)(nil), + } +} + +type NginxConfigStatus struct { + CorrelationId string `protobuf:"bytes,1,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id"` + Status NginxConfigStatus_Status `protobuf:"varint,2,opt,name=status,proto3,enum=f5.nginx.agent.sdk.NginxConfigStatus_Status" json:"status"` + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *NginxConfigStatus) Reset() { *m = NginxConfigStatus{} } +func (m *NginxConfigStatus) String() string { return proto.CompactTextString(m) } +func (*NginxConfigStatus) ProtoMessage() {} +func (*NginxConfigStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4} +} +func (m *NginxConfigStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *NginxConfigStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_NginxConfigStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *NginxConfigStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_NginxConfigStatus.Merge(m, src) +} +func (m *NginxConfigStatus) XXX_Size() int { + return m.Size() +} +func (m *NginxConfigStatus) XXX_DiscardUnknown() { + xxx_messageInfo_NginxConfigStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_NginxConfigStatus proto.InternalMessageInfo + +func (m *NginxConfigStatus) GetCorrelationId() string { + if m != nil { + return m.CorrelationId + } + return "" +} + +func (m *NginxConfigStatus) GetStatus() NginxConfigStatus_Status { + if m != nil { + return m.Status + } + return NginxConfigStatus_PENDING +} + +func (m *NginxConfigStatus) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + type DataplaneSoftwareHealth struct { // Types that are valid to be assigned to Health: // *DataplaneSoftwareHealth_NginxHealth @@ -517,7 +691,7 @@ func (m *DataplaneSoftwareHealth) Reset() { *m = DataplaneSoftwareHealth func (m *DataplaneSoftwareHealth) String() string { return proto.CompactTextString(m) } func (*DataplaneSoftwareHealth) ProtoMessage() {} func (*DataplaneSoftwareHealth) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{3} + return fileDescriptor_213c0bb044472049, []int{5} } func (m *DataplaneSoftwareHealth) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -603,7 +777,7 @@ func (m *DataplaneUpdate) Reset() { *m = DataplaneUpdate{} } func (m *DataplaneUpdate) String() string { return proto.CompactTextString(m) } func (*DataplaneUpdate) ProtoMessage() {} func (*DataplaneUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{4} + return fileDescriptor_213c0bb044472049, []int{6} } func (m *DataplaneUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -657,7 +831,7 @@ func (m *DownloadRequest) Reset() { *m = DownloadRequest{} } func (m *DownloadRequest) String() string { return proto.CompactTextString(m) } func (*DownloadRequest) ProtoMessage() {} func (*DownloadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{5} + return fileDescriptor_213c0bb044472049, []int{7} } func (m *DownloadRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -706,7 +880,7 @@ func (m *NginxConfigResponse) Reset() { *m = NginxConfigResponse{} } func (m *NginxConfigResponse) String() string { return proto.CompactTextString(m) } func (*NginxConfigResponse) ProtoMessage() {} func (*NginxConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{6} + return fileDescriptor_213c0bb044472049, []int{8} } func (m *NginxConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -769,7 +943,7 @@ func (m *UploadStatus) Reset() { *m = UploadStatus{} } func (m *UploadStatus) String() string { return proto.CompactTextString(m) } func (*UploadStatus) ProtoMessage() {} func (*UploadStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7} + return fileDescriptor_213c0bb044472049, []int{9} } func (m *UploadStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -833,7 +1007,7 @@ func (m *DataChunk) Reset() { *m = DataChunk{} } func (m *DataChunk) String() string { return proto.CompactTextString(m) } func (*DataChunk) ProtoMessage() {} func (*DataChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{8} + return fileDescriptor_213c0bb044472049, []int{10} } func (m *DataChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -922,7 +1096,7 @@ func (m *ChunkedResourceHeader) Reset() { *m = ChunkedResourceHeader{} } func (m *ChunkedResourceHeader) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceHeader) ProtoMessage() {} func (*ChunkedResourceHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{9} + return fileDescriptor_213c0bb044472049, []int{11} } func (m *ChunkedResourceHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -992,7 +1166,7 @@ func (m *ChunkedResourceChunk) Reset() { *m = ChunkedResourceChunk{} } func (m *ChunkedResourceChunk) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceChunk) ProtoMessage() {} func (*ChunkedResourceChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{10} + return fileDescriptor_213c0bb044472049, []int{12} } func (m *ChunkedResourceChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1046,10 +1220,13 @@ func init() { proto.RegisterEnum("f5.nginx.agent.sdk.Command_CommandType", Command_CommandType_name, Command_CommandType_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandStatus", CommandStatusResponse_CommandStatus_name, CommandStatusResponse_CommandStatus_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandErrorCode", CommandStatusResponse_CommandErrorCode_name, CommandStatusResponse_CommandErrorCode_value) + proto.RegisterEnum("f5.nginx.agent.sdk.NginxConfigStatus_Status", NginxConfigStatus_Status_name, NginxConfigStatus_Status_value) proto.RegisterEnum("f5.nginx.agent.sdk.UploadStatus_TransferStatus", UploadStatus_TransferStatus_name, UploadStatus_TransferStatus_value) proto.RegisterType((*Command)(nil), "f5.nginx.agent.sdk.Command") proto.RegisterType((*CommandStatusResponse)(nil), "f5.nginx.agent.sdk.CommandStatusResponse") proto.RegisterType((*DataplaneStatus)(nil), "f5.nginx.agent.sdk.DataplaneStatus") + proto.RegisterType((*AgentActivityStatus)(nil), "f5.nginx.agent.sdk.AgentActivityStatus") + proto.RegisterType((*NginxConfigStatus)(nil), "f5.nginx.agent.sdk.NginxConfigStatus") proto.RegisterType((*DataplaneSoftwareHealth)(nil), "f5.nginx.agent.sdk.DataplaneSoftwareHealth") proto.RegisterType((*DataplaneUpdate)(nil), "f5.nginx.agent.sdk.DataplaneUpdate") proto.RegisterType((*DownloadRequest)(nil), "f5.nginx.agent.sdk.DownloadRequest") @@ -1063,92 +1240,101 @@ func init() { func init() { proto.RegisterFile("command.proto", fileDescriptor_213c0bb044472049) } var fileDescriptor_213c0bb044472049 = []byte{ - // 1359 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0x4b, 0x6f, 0xdb, 0xc6, - 0x13, 0x17, 0x15, 0x5b, 0xb2, 0x46, 0x72, 0x2c, 0x6c, 0x9c, 0xfc, 0x19, 0x23, 0x30, 0x0d, 0xfe, - 0x9b, 0xc6, 0xe9, 0x43, 0x42, 0x1d, 0x14, 0x01, 0x92, 0x93, 0x69, 0x39, 0xa5, 0x91, 0xd8, 0x0a, - 0x36, 0x71, 0x02, 0xa4, 0x28, 0x88, 0x0d, 0xb9, 0x92, 0x05, 0x5b, 0x24, 0xcb, 0xa5, 0xf3, 0x42, - 0xef, 0x45, 0x8b, 0xde, 0x8a, 0x1e, 0x7a, 0xee, 0x07, 0xe8, 0xd7, 0xe8, 0x31, 0xe7, 0x1e, 0x88, - 0x22, 0x47, 0x7e, 0x80, 0xf6, 0x5a, 0xec, 0x83, 0x12, 0x6d, 0x53, 0xb2, 0x53, 0x17, 0xbd, 0x68, - 0x87, 0xcb, 0xf9, 0xfd, 0xe6, 0xb1, 0xc3, 0x99, 0x15, 0xcc, 0xbb, 0xc1, 0x70, 0x48, 0x7c, 0xaf, - 0x15, 0x46, 0x41, 0x1c, 0x20, 0xd4, 0xfb, 0xbc, 0xe5, 0xf7, 0x07, 0xfe, 0xab, 0x16, 0xe9, 0x53, - 0x3f, 0x6e, 0x31, 0x6f, 0x7f, 0x09, 0xfa, 0x41, 0x3f, 0x90, 0xef, 0x97, 0x1a, 0x5c, 0x3d, 0xf0, - 0xd5, 0x53, 0x5d, 0x2a, 0xc9, 0x07, 0xd8, 0x0b, 0x58, 0x26, 0xd7, 0x25, 0xc7, 0x08, 0xe3, 0xf7, - 0x06, 0x7d, 0xf5, 0x84, 0xe8, 0x0b, 0xea, 0xc7, 0xac, 0x2d, 0x16, 0xb5, 0x77, 0xd5, 0x0b, 0x1d, - 0x16, 0xf4, 0xe2, 0x97, 0x24, 0xa2, 0x8e, 0x47, 0x63, 0x32, 0x38, 0x60, 0xea, 0x55, 0xcd, 0x27, - 0xa1, 0x14, 0xcd, 0x1f, 0x01, 0xaa, 0x1b, 0xd2, 0x5b, 0x74, 0x07, 0x66, 0x86, 0x34, 0x26, 0xba, - 0xb6, 0xa2, 0xad, 0xd6, 0xd7, 0xae, 0xb5, 0x4e, 0xba, 0xdd, 0xda, 0xa6, 0x31, 0xf1, 0x48, 0x4c, - 0xac, 0xb9, 0x34, 0x31, 0x84, 0x36, 0x16, 0xbf, 0x68, 0x13, 0x66, 0xe2, 0xd7, 0x21, 0xd5, 0xcb, - 0x2b, 0xda, 0xea, 0xc5, 0xb5, 0x1b, 0x45, 0x58, 0x65, 0x26, 0x5b, 0x1f, 0xbf, 0x0e, 0xa9, 0xa4, - 0xe1, 0x40, 0x2c, 0x7e, 0xd1, 0x33, 0x00, 0x77, 0xe8, 0x39, 0x2c, 0x26, 0xf1, 0x21, 0xd3, 0x2f, - 0x08, 0x47, 0x6e, 0x4e, 0x21, 0x7b, 0x24, 0x14, 0x31, 0x65, 0x61, 0xe0, 0x33, 0x6a, 0x5d, 0x4c, - 0x13, 0x23, 0x47, 0x60, 0x97, 0x70, 0xcd, 0x1d, 0x2a, 0x25, 0xf4, 0x04, 0x1a, 0x82, 0xc5, 0x91, - 0xa9, 0xd3, 0x67, 0x04, 0xbb, 0x51, 0xc4, 0xbe, 0xc3, 0x9f, 0x37, 0x84, 0x9a, 0xd5, 0x4c, 0x13, - 0xe3, 0x08, 0xd0, 0x2e, 0x61, 0x79, 0x14, 0x52, 0x01, 0xbd, 0x82, 0xcb, 0xf9, 0xd7, 0x4e, 0xa4, - 0xbc, 0xd1, 0x67, 0x85, 0x81, 0x1b, 0xa7, 0x18, 0x18, 0x39, 0x7f, 0x35, 0x4d, 0x8c, 0x62, 0x26, - 0xbb, 0x84, 0x2f, 0xf9, 0x27, 0x11, 0xdc, 0xb2, 0xa0, 0xe4, 0xfa, 0x3e, 0x75, 0x63, 0x27, 0xa2, - 0x5f, 0x1f, 0x52, 0x16, 0xeb, 0x95, 0xc9, 0x96, 0xd7, 0xb9, 0xb4, 0x21, 0xf5, 0xb1, 0x54, 0x97, - 0x96, 0x0b, 0x99, 0xb8, 0x65, 0x72, 0x12, 0x81, 0xbe, 0x81, 0x2b, 0xc7, 0xf5, 0x55, 0xd0, 0x55, - 0x61, 0x7a, 0xf5, 0x74, 0xd3, 0x2a, 0xea, 0xa5, 0x34, 0x31, 0x26, 0x70, 0xd9, 0x25, 0xbc, 0x48, - 0x0a, 0x30, 0x28, 0x86, 0xc5, 0x11, 0x42, 0xe6, 0x49, 0x86, 0x3d, 0x27, 0x6c, 0x7f, 0x38, 0xcd, - 0xb6, 0x48, 0x9f, 0x8c, 0x5a, 0x4f, 0x13, 0xa3, 0x90, 0xc7, 0x2e, 0x61, 0x44, 0x4e, 0xe8, 0xf3, - 0xfa, 0xc9, 0x6b, 0xeb, 0xb5, 0xc9, 0xf5, 0x93, 0xb3, 0x26, 0xeb, 0x27, 0x0f, 0xe4, 0xf5, 0x93, - 0xa3, 0x47, 0x3d, 0x68, 0xf2, 0x4f, 0x2a, 0x3c, 0x20, 0x3e, 0xcd, 0x2a, 0xbf, 0x2e, 0xb8, 0xff, - 0x5f, 0xc4, 0xdd, 0xc9, 0x74, 0x65, 0x59, 0x5b, 0x8b, 0x69, 0x62, 0x9c, 0x20, 0xb0, 0x4b, 0x78, - 0xc1, 0x3b, 0xaa, 0x88, 0xbe, 0x82, 0x86, 0xe8, 0x0f, 0x4e, 0x44, 0xc3, 0x20, 0x8a, 0xf5, 0xc6, - 0xe4, 0x6c, 0xc9, 0x76, 0xd2, 0xda, 0xe4, 0x0b, 0x16, 0xda, 0x32, 0x8c, 0x3c, 0x9e, 0x87, 0x41, - 0xc7, 0x0a, 0xe8, 0x07, 0x0d, 0x96, 0x72, 0x6e, 0x1c, 0xeb, 0x3c, 0xfa, 0xbc, 0xb0, 0xf6, 0xc9, - 0xf4, 0x88, 0x14, 0xa8, 0x23, 0x31, 0xd6, 0x72, 0x9a, 0x18, 0x53, 0x38, 0xed, 0x12, 0xd6, 0xbd, - 0x09, 0x58, 0xf3, 0x16, 0xd4, 0x73, 0x8d, 0x06, 0x01, 0x54, 0x76, 0xba, 0x78, 0x7b, 0xfd, 0x41, - 0xb3, 0x84, 0x1a, 0x30, 0xd7, 0xe9, 0x3e, 0xdd, 0x79, 0xd0, 0x5d, 0xef, 0x34, 0x35, 0xfe, 0x66, - 0xf7, 0xa1, 0x90, 0xcb, 0x56, 0x05, 0x66, 0x38, 0xa1, 0xf9, 0xd3, 0x05, 0xb8, 0x5c, 0xd8, 0x61, - 0xd0, 0x97, 0x50, 0x51, 0x47, 0xa4, 0x89, 0x4e, 0x77, 0xfb, 0xcc, 0xcd, 0xe9, 0xe8, 0xae, 0x05, - 0x69, 0x62, 0x28, 0x2a, 0xac, 0x56, 0x34, 0x00, 0xa0, 0x51, 0x14, 0x44, 0x8e, 0x1b, 0x78, 0x59, - 0x2b, 0xbd, 0xf3, 0xde, 0x06, 0x36, 0x39, 0xc5, 0x46, 0xe0, 0xa9, 0x76, 0x38, 0x66, 0xc4, 0x35, - 0x9a, 0xbd, 0x42, 0xd7, 0xa1, 0x3a, 0xa4, 0x8c, 0x91, 0x3e, 0x15, 0x5d, 0xb6, 0x66, 0xd5, 0xd3, - 0xc4, 0xc8, 0xb6, 0x70, 0x26, 0x20, 0x03, 0x66, 0x05, 0x46, 0x34, 0xcb, 0x9a, 0x55, 0x4b, 0x13, - 0x43, 0x6e, 0x60, 0xb9, 0x98, 0x77, 0x61, 0xfe, 0x88, 0x33, 0x68, 0x01, 0xea, 0x1b, 0xdb, 0x1d, - 0x67, 0x77, 0xe7, 0xfe, 0x4e, 0xf7, 0xe9, 0x4e, 0xb3, 0xc4, 0xf3, 0xcb, 0x37, 0xba, 0xf7, 0x9b, - 0x1a, 0x9a, 0x87, 0x1a, 0x97, 0x37, 0x31, 0xee, 0xe2, 0x66, 0xd9, 0x6c, 0x43, 0xf3, 0xb8, 0xcf, - 0x5c, 0x7d, 0x13, 0x63, 0xae, 0x5e, 0xe2, 0x5c, 0x5c, 0xce, 0xb8, 0x34, 0xf3, 0x97, 0x19, 0x58, - 0x38, 0x56, 0xff, 0xe8, 0x23, 0xa8, 0xb1, 0xd7, 0x2c, 0xa6, 0x43, 0x67, 0xe0, 0x89, 0x43, 0xa9, - 0x59, 0xf3, 0x69, 0x62, 0x8c, 0x37, 0xf1, 0x9c, 0x14, 0xb7, 0x3c, 0xf4, 0x05, 0x54, 0xb3, 0x7a, - 0x2c, 0xaf, 0x5c, 0x58, 0xad, 0xaf, 0xad, 0x4c, 0x6c, 0xce, 0x59, 0x0d, 0x8a, 0xbc, 0x28, 0x10, - 0xce, 0x04, 0x3e, 0x2a, 0xf9, 0x64, 0x56, 0x13, 0xaa, 0x70, 0x54, 0xda, 0x01, 0x8b, 0xb7, 0xfc, - 0x5e, 0x20, 0x67, 0x1c, 0xd7, 0xc6, 0xe2, 0x17, 0xdd, 0x83, 0xea, 0x1e, 0x25, 0x07, 0xf1, 0x1e, - 0xd3, 0x67, 0x85, 0x13, 0x93, 0x47, 0x90, 0x2d, 0xf4, 0xa4, 0x0f, 0x0a, 0x83, 0x33, 0x01, 0x7d, - 0x3f, 0xfd, 0x83, 0xab, 0x08, 0xee, 0x7f, 0xf5, 0x83, 0x9b, 0xfc, 0xb9, 0xa1, 0xef, 0x8a, 0x9d, - 0xc9, 0x02, 0xad, 0x0a, 0x67, 0x3e, 0x3e, 0x93, 0x33, 0x2a, 0xe8, 0x49, 0xbe, 0x64, 0x79, 0x38, - 0xe9, 0x8b, 0x04, 0x32, 0xf3, 0x2f, 0x0d, 0xfe, 0x37, 0x81, 0x75, 0x7c, 0x09, 0x90, 0x34, 0xea, - 0xae, 0x73, 0xea, 0x09, 0xe4, 0x2e, 0x01, 0x12, 0x38, 0xba, 0x04, 0x28, 0xde, 0x37, 0x70, 0x85, - 0x84, 0xa1, 0xc3, 0x2f, 0x55, 0x7c, 0x84, 0xbd, 0x24, 0xbd, 0xcc, 0x42, 0x79, 0xca, 0x2c, 0x0e, - 0xc3, 0x87, 0x12, 0xf0, 0x74, 0xfd, 0x9e, 0xb2, 0x24, 0xe7, 0x61, 0x21, 0x95, 0x18, 0xc6, 0x63, - 0x08, 0xe9, 0x29, 0xc8, 0x1c, 0x54, 0xa4, 0x82, 0xf9, 0xbb, 0x96, 0xfb, 0x3e, 0x76, 0x43, 0x8f, - 0xc4, 0x74, 0x54, 0xaa, 0xda, 0x3f, 0x28, 0xd5, 0x53, 0x4a, 0xac, 0xfc, 0x5f, 0x96, 0x98, 0xb9, - 0x0d, 0x0b, 0x9d, 0xe0, 0xa5, 0x7f, 0x10, 0x10, 0x2f, 0x1b, 0xc9, 0xe7, 0xb8, 0xb1, 0x9a, 0xdf, - 0x96, 0xe1, 0x52, 0xc1, 0x35, 0x0c, 0x6d, 0x1f, 0xe9, 0xf0, 0xef, 0x75, 0xfd, 0x2c, 0xea, 0xe9, - 0x5b, 0x50, 0x21, 0x6e, 0x3c, 0x08, 0x7c, 0xd5, 0xcf, 0xaf, 0x9f, 0x72, 0x1d, 0x5c, 0x17, 0xca, - 0x92, 0x4a, 0x02, 0xb1, 0x5a, 0xd1, 0x13, 0xa8, 0xab, 0x8b, 0x0a, 0x0f, 0x48, 0xf5, 0x9e, 0x0f, - 0x8a, 0xdd, 0xe3, 0x6a, 0x1d, 0xca, 0xdc, 0x68, 0x10, 0xc6, 0x41, 0x64, 0x2d, 0xa4, 0x89, 0x91, - 0x07, 0x63, 0x90, 0x0f, 0xfc, 0x98, 0xcc, 0x3f, 0x35, 0x68, 0xec, 0x86, 0x3c, 0xaf, 0xaa, 0xa5, - 0x9e, 0xe7, 0x8f, 0xc0, 0xa3, 0x51, 0xfa, 0x64, 0xbc, 0xed, 0x22, 0x74, 0xde, 0x5a, 0xeb, 0x71, - 0x44, 0x7c, 0xd6, 0xa3, 0xd1, 0x94, 0xc1, 0x68, 0x42, 0x25, 0xa2, 0x84, 0x05, 0xbe, 0x1a, 0x56, - 0x42, 0x47, 0xee, 0x60, 0xb5, 0x9a, 0x9f, 0xc1, 0xc5, 0xa3, 0x4c, 0xa8, 0x0e, 0xd5, 0xf1, 0x18, - 0xaa, 0x40, 0x59, 0x8c, 0x20, 0x80, 0xca, 0xbd, 0xf5, 0xad, 0x07, 0x9b, 0x9d, 0x66, 0xd9, 0xfc, - 0x55, 0x83, 0x1a, 0xcf, 0xc0, 0xc6, 0xde, 0xa1, 0xbf, 0x8f, 0xba, 0xe2, 0x33, 0xf2, 0x68, 0x34, - 0xf5, 0xe0, 0xb9, 0x2a, 0xf5, 0x30, 0x65, 0xc1, 0x61, 0xe4, 0xf2, 0xae, 0xe2, 0xd1, 0x48, 0xfa, - 0x23, 0xc1, 0x76, 0x09, 0x2b, 0x09, 0xd9, 0xf2, 0x36, 0xa1, 0x3a, 0xc0, 0xea, 0x19, 0xe8, 0xc4, - 0xa3, 0x4c, 0x29, 0x47, 0xda, 0x25, 0x2c, 0x56, 0xab, 0x0a, 0xb3, 0x2e, 0x7f, 0x65, 0xbe, 0xd5, - 0xe0, 0x72, 0xa1, 0x0b, 0xe7, 0x3a, 0x33, 0x13, 0x2a, 0x82, 0x5e, 0x9e, 0xd9, 0xac, 0x0c, 0x47, - 0xee, 0x60, 0xb5, 0xa2, 0x55, 0x98, 0x73, 0xf7, 0xa8, 0xbb, 0xcf, 0x0e, 0x87, 0xea, 0x10, 0x1a, - 0x69, 0x62, 0x8c, 0xf6, 0xf0, 0x48, 0x42, 0x9f, 0x02, 0x08, 0x8c, 0xc3, 0x06, 0x6f, 0xa8, 0xb8, - 0x38, 0xcc, 0xaa, 0x3f, 0x66, 0xa3, 0x5d, 0x5c, 0x13, 0xf2, 0xa3, 0xc1, 0x1b, 0x6a, 0xfe, 0xac, - 0xc1, 0x62, 0x51, 0x1a, 0xce, 0x15, 0xd1, 0x0d, 0xee, 0x2d, 0xb7, 0x36, 0xf0, 0x54, 0x4c, 0xca, - 0x5b, 0xb9, 0x87, 0xab, 0x42, 0xda, 0xf2, 0xd0, 0x35, 0x75, 0x46, 0x3c, 0xa4, 0xc6, 0x38, 0xf3, - 0x2a, 0xef, 0xb7, 0x7f, 0x7b, 0xb7, 0xac, 0xbd, 0x7d, 0xb7, 0xac, 0xfd, 0xf1, 0x6e, 0x59, 0x7b, - 0x76, 0xb3, 0x3f, 0x88, 0xf7, 0x0e, 0x9f, 0xb7, 0xdc, 0x60, 0xd8, 0x16, 0x9e, 0xb4, 0x85, 0x27, - 0x6d, 0xe6, 0xed, 0xb7, 0x5f, 0xac, 0xb5, 0xc5, 0x1f, 0xea, 0xbb, 0xe2, 0xf7, 0x79, 0x45, 0x2c, - 0xb7, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x62, 0x04, 0x2c, 0x0a, 0x10, 0x00, 0x00, + // 1500 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4b, 0x6f, 0xdb, 0xc6, + 0x16, 0x26, 0x15, 0xeb, 0x75, 0x24, 0xdb, 0xca, 0xd8, 0x49, 0x14, 0x23, 0x30, 0x0d, 0xde, 0x9b, + 0x1b, 0xe5, 0xde, 0x5c, 0x09, 0x75, 0x50, 0x04, 0x4d, 0x56, 0x92, 0xa5, 0x84, 0x42, 0x62, 0xc9, + 0x98, 0xc4, 0x09, 0x90, 0xa2, 0x10, 0x18, 0x71, 0x24, 0x0b, 0xb6, 0x48, 0x96, 0xa4, 0x9d, 0x38, + 0xe8, 0xbe, 0x68, 0xd1, 0x4d, 0x51, 0x74, 0x51, 0xf4, 0x47, 0xf4, 0x6f, 0x74, 0x99, 0x75, 0x17, + 0x44, 0x91, 0x25, 0x77, 0xdd, 0xb4, 0xdb, 0x62, 0x1e, 0x94, 0x28, 0x89, 0x92, 0x9d, 0xba, 0xe8, + 0x46, 0x33, 0x1c, 0x7e, 0xe7, 0x3b, 0xe7, 0xcc, 0xe3, 0x9b, 0x43, 0xc1, 0x72, 0xd7, 0x1a, 0x0e, + 0x75, 0xd3, 0x28, 0xdb, 0x8e, 0xe5, 0x59, 0x08, 0xf5, 0x3e, 0x2e, 0x9b, 0xfd, 0x81, 0xf9, 0xa6, + 0xac, 0xf7, 0x89, 0xe9, 0x95, 0x5d, 0xe3, 0x70, 0x03, 0xfa, 0x56, 0xdf, 0xe2, 0xef, 0x37, 0xf2, + 0x14, 0x6e, 0x99, 0xe2, 0x29, 0xc7, 0x41, 0xfc, 0x01, 0x0e, 0x2c, 0x37, 0xec, 0xe7, 0x38, 0xc7, + 0xc8, 0xc6, 0xec, 0x0d, 0xfa, 0xe2, 0x09, 0x91, 0x13, 0x62, 0x7a, 0x6e, 0x85, 0x35, 0x62, 0xec, + 0xba, 0x61, 0x77, 0x5c, 0xab, 0xe7, 0xbd, 0xd6, 0x1d, 0xd2, 0x31, 0x88, 0xa7, 0x0f, 0x8e, 0x5c, + 0xf1, 0x2a, 0x6b, 0xea, 0x36, 0xef, 0xaa, 0xdf, 0x01, 0xa4, 0x77, 0x78, 0xb4, 0xe8, 0x3e, 0x2c, + 0x0d, 0x89, 0xa7, 0x17, 0xe5, 0x2d, 0xb9, 0x94, 0xdb, 0xbe, 0x51, 0x9e, 0x0d, 0xbb, 0xbc, 0x4b, + 0x3c, 0xdd, 0xd0, 0x3d, 0xbd, 0x96, 0x09, 0x7c, 0x85, 0xa1, 0x31, 0xfb, 0x45, 0x0d, 0x58, 0xf2, + 0x4e, 0x6d, 0x52, 0x4c, 0x6c, 0xc9, 0xa5, 0x95, 0xed, 0x5b, 0x71, 0xb6, 0xc2, 0x4d, 0xd8, 0x3e, + 0x3b, 0xb5, 0x09, 0xa7, 0xa1, 0x86, 0x98, 0xfd, 0xa2, 0x97, 0x00, 0xdd, 0xa1, 0xd1, 0x71, 0x3d, + 0xdd, 0x3b, 0x76, 0x8b, 0x97, 0x58, 0x20, 0xb7, 0x17, 0x90, 0x3d, 0x65, 0x40, 0x4c, 0x5c, 0xdb, + 0x32, 0x5d, 0x52, 0x5b, 0x09, 0x7c, 0x25, 0x42, 0xa0, 0x49, 0x38, 0xdb, 0x1d, 0x0a, 0x10, 0x7a, + 0x0e, 0x79, 0xc6, 0xd2, 0xe1, 0x53, 0x57, 0x5c, 0x62, 0xec, 0x4a, 0x1c, 0x7b, 0x8b, 0x3e, 0xef, + 0x30, 0x58, 0xad, 0x10, 0xf8, 0xca, 0x84, 0xa1, 0x26, 0x61, 0xbe, 0x14, 0x1c, 0x80, 0xde, 0xc0, + 0x95, 0xe8, 0xeb, 0x8e, 0x23, 0xa2, 0x29, 0x26, 0x99, 0x83, 0x5b, 0x67, 0x38, 0x18, 0x05, 0x7f, + 0x3d, 0xf0, 0x95, 0x78, 0x26, 0x4d, 0xc2, 0x6b, 0xe6, 0xac, 0x05, 0xf5, 0xcc, 0x28, 0x29, 0xde, + 0x24, 0x5d, 0xaf, 0xe3, 0x90, 0xcf, 0x8f, 0x89, 0xeb, 0x15, 0x53, 0xf3, 0x3d, 0x57, 0x69, 0x6f, + 0x87, 0xe3, 0x31, 0x87, 0x73, 0xcf, 0xb1, 0x4c, 0xd4, 0xb3, 0x3e, 0x6b, 0x81, 0xbe, 0x80, 0xab, + 0xd3, 0x78, 0x91, 0x74, 0x9a, 0xb9, 0x2e, 0x9d, 0xed, 0x5a, 0x64, 0xbd, 0x11, 0xf8, 0xca, 0x1c, + 0x2e, 0x4d, 0xc2, 0xeb, 0x7a, 0x8c, 0x0d, 0xf2, 0x60, 0x7d, 0x64, 0xc1, 0xe7, 0x89, 0xa7, 0x9d, + 0x61, 0xbe, 0xff, 0xb3, 0xc8, 0x37, 0x9b, 0x3e, 0x9e, 0x75, 0x31, 0xf0, 0x95, 0x58, 0x1e, 0x4d, + 0xc2, 0x48, 0x9f, 0xc1, 0xd3, 0xfd, 0x13, 0x45, 0x17, 0xb3, 0xf3, 0xf7, 0x4f, 0xc4, 0x1b, 0xdf, + 0x3f, 0x51, 0x43, 0xba, 0x7f, 0x22, 0xf4, 0xa8, 0x07, 0x05, 0x7a, 0xa4, 0xec, 0x23, 0xdd, 0x24, + 0xe1, 0xce, 0xcf, 0x31, 0xee, 0x7f, 0xc5, 0x71, 0xd7, 0x43, 0x2c, 0xdf, 0xd6, 0xb5, 0xf5, 0xc0, + 0x57, 0x66, 0x08, 0x34, 0x09, 0xaf, 0x1a, 0x93, 0x40, 0xf4, 0x19, 0xe4, 0x99, 0x3e, 0x74, 0x1c, + 0x62, 0x5b, 0x8e, 0x57, 0xcc, 0xcf, 0x9f, 0x2d, 0x2e, 0x27, 0xe5, 0x06, 0x6d, 0x30, 0x43, 0xf3, + 0x34, 0xa2, 0xf6, 0x34, 0x0d, 0x32, 0x06, 0xa0, 0x6f, 0x64, 0xd8, 0x88, 0x84, 0x31, 0xa5, 0x3c, + 0xc5, 0x65, 0xe6, 0xed, 0xce, 0xe2, 0x8c, 0x84, 0x51, 0x9d, 0xdb, 0xd4, 0x36, 0x03, 0x5f, 0x59, + 0xc0, 0xa9, 0x49, 0xb8, 0x68, 0xcc, 0xb1, 0x55, 0xef, 0x42, 0x2e, 0x22, 0x34, 0x08, 0x20, 0xd5, + 0x6a, 0xe3, 0xdd, 0xea, 0x93, 0x82, 0x84, 0xf2, 0x90, 0xa9, 0xb7, 0x5f, 0xb4, 0x9e, 0xb4, 0xab, + 0xf5, 0x82, 0x4c, 0xdf, 0xec, 0xef, 0xb1, 0x7e, 0xa2, 0x96, 0x82, 0x25, 0x4a, 0xa8, 0x7e, 0x7f, + 0x09, 0xae, 0xc4, 0x2a, 0x0c, 0xfa, 0x14, 0x52, 0x62, 0x89, 0x64, 0xa6, 0x74, 0xf7, 0xce, 0x2d, + 0x4e, 0x93, 0xa3, 0x35, 0x08, 0x7c, 0x45, 0x50, 0x61, 0xd1, 0xa2, 0x01, 0x00, 0x71, 0x1c, 0xcb, + 0xe9, 0x74, 0x2d, 0x23, 0x94, 0xd2, 0xfb, 0x1f, 0xec, 0xa0, 0x41, 0x29, 0x76, 0x2c, 0x43, 0xc8, + 0xe1, 0x98, 0x11, 0x67, 0x49, 0xf8, 0x0a, 0xdd, 0x84, 0xf4, 0x90, 0xb8, 0xae, 0xde, 0x27, 0x4c, + 0x65, 0xb3, 0xb5, 0x5c, 0xe0, 0x2b, 0xe1, 0x10, 0x0e, 0x3b, 0x48, 0x81, 0x24, 0xb3, 0x61, 0x62, + 0x99, 0xad, 0x65, 0x03, 0x5f, 0xe1, 0x03, 0x98, 0x37, 0xea, 0x03, 0x58, 0x9e, 0x08, 0x06, 0xad, + 0x42, 0x6e, 0x67, 0xb7, 0xde, 0xd9, 0x6f, 0x3d, 0x6e, 0xb5, 0x5f, 0xb4, 0x0a, 0x12, 0x9d, 0x5f, + 0x3a, 0xd0, 0x7e, 0x5c, 0x90, 0xd1, 0x32, 0x64, 0x69, 0xbf, 0x81, 0x71, 0x1b, 0x17, 0x12, 0x6a, + 0x05, 0x0a, 0xd3, 0x31, 0x53, 0x78, 0x03, 0x63, 0x0a, 0x97, 0x28, 0x17, 0xed, 0x87, 0x5c, 0xb2, + 0xfa, 0x63, 0x12, 0x56, 0xa7, 0xf6, 0x3f, 0xfa, 0x2f, 0x64, 0xdd, 0x53, 0xd7, 0x23, 0xc3, 0xce, + 0xc0, 0x60, 0x8b, 0x92, 0xad, 0x2d, 0x07, 0xbe, 0x32, 0x1e, 0xc4, 0x19, 0xde, 0x6d, 0x1a, 0xe8, + 0x11, 0xa4, 0xc3, 0xfd, 0x98, 0xd8, 0xba, 0x54, 0xca, 0x6d, 0x6f, 0xcd, 0x15, 0xe7, 0x70, 0x0f, + 0xb2, 0x79, 0x11, 0x46, 0x38, 0xec, 0xd0, 0xab, 0x92, 0xde, 0xcc, 0xe2, 0x86, 0x8a, 0xbd, 0x2a, + 0x35, 0xcb, 0xf5, 0x9a, 0x66, 0xcf, 0xe2, 0x77, 0x1c, 0x45, 0x63, 0xf6, 0x8b, 0x1e, 0x42, 0xfa, + 0x80, 0xe8, 0x47, 0xde, 0x81, 0x5b, 0x4c, 0xb2, 0x20, 0xe6, 0x5f, 0x41, 0x1a, 0xc3, 0xf1, 0x18, + 0x84, 0x0d, 0x0e, 0x3b, 0xe8, 0xeb, 0xc5, 0x07, 0x2e, 0xc5, 0xb8, 0xff, 0xd6, 0x03, 0x37, 0xff, + 0xb8, 0xa1, 0xaf, 0xe2, 0x83, 0x09, 0x13, 0x4d, 0xb3, 0x60, 0xfe, 0x77, 0xae, 0x60, 0x44, 0xd2, + 0xf3, 0x62, 0x09, 0xe7, 0x61, 0x36, 0x16, 0x4d, 0x4c, 0xcc, 0x49, 0x78, 0x2d, 0xea, 0x5d, 0x6f, + 0x70, 0x32, 0xf0, 0x4e, 0x43, 0x55, 0xcd, 0xb0, 0x28, 0xe6, 0x5f, 0x8b, 0x55, 0x81, 0x17, 0x47, + 0x34, 0x72, 0x2d, 0x4e, 0x31, 0x89, 0x4b, 0x71, 0x12, 0xaf, 0x7e, 0x2b, 0xc3, 0x5a, 0x0c, 0x0f, + 0xb2, 0x61, 0x6d, 0xe2, 0x5a, 0x8f, 0x08, 0x48, 0x6e, 0xfb, 0xe6, 0x19, 0xe5, 0x81, 0x88, 0xe5, + 0x5a, 0xe0, 0x2b, 0x71, 0x2c, 0x9a, 0x84, 0x2f, 0x9b, 0x33, 0xe8, 0x0c, 0xa4, 0x44, 0x4c, 0xbf, + 0xc9, 0x70, 0x79, 0x86, 0x0d, 0x7d, 0x02, 0x2b, 0x5d, 0xcb, 0x71, 0xc8, 0x91, 0xee, 0x0d, 0x2c, + 0x73, 0x7c, 0x70, 0x50, 0xe0, 0x2b, 0x53, 0x6f, 0xf0, 0x72, 0xe4, 0xb9, 0x69, 0xa0, 0xbd, 0x91, + 0x00, 0x72, 0x7d, 0xba, 0x73, 0xae, 0xf8, 0xcb, 0x0b, 0x54, 0xef, 0x7c, 0x52, 0xa4, 0x96, 0xc2, + 0x9c, 0x50, 0x0e, 0xd2, 0x7b, 0x8d, 0x56, 0xbd, 0xd9, 0x7a, 0x54, 0x90, 0x50, 0x0a, 0x12, 0x4c, + 0x5a, 0xb2, 0x90, 0x0c, 0x65, 0xe5, 0x0f, 0x19, 0xae, 0xcd, 0xd9, 0x55, 0xe3, 0x22, 0x90, 0x6f, + 0x23, 0xb1, 0x08, 0x67, 0x9e, 0xc0, 0x48, 0x11, 0xc8, 0x0d, 0x47, 0x45, 0xa0, 0xe0, 0x7d, 0x0b, + 0x57, 0x75, 0xdb, 0xee, 0xd0, 0xa2, 0x9a, 0x96, 0x30, 0xaf, 0xf5, 0x5e, 0xe8, 0x21, 0xb1, 0xa0, + 0x16, 0xb3, 0xed, 0x3d, 0x6e, 0xf0, 0xa2, 0xfa, 0x50, 0x78, 0xe2, 0xf5, 0x50, 0x2c, 0x15, 0x2b, + 0xc6, 0xc6, 0x26, 0x7a, 0x4f, 0x98, 0x64, 0x20, 0xc5, 0x01, 0xea, 0x2f, 0x72, 0x44, 0x1f, 0xf7, + 0x6d, 0x43, 0xf7, 0xc8, 0x48, 0xaa, 0xe4, 0xbf, 0x20, 0x55, 0x67, 0x48, 0x4c, 0xe2, 0x9f, 0x94, + 0x18, 0x75, 0x17, 0x56, 0xeb, 0xd6, 0x6b, 0xf3, 0xc8, 0xd2, 0x8d, 0xb0, 0x24, 0xbb, 0xc0, 0x17, + 0x8b, 0xfa, 0x65, 0x02, 0xd6, 0x62, 0xca, 0x70, 0xb4, 0x3b, 0x71, 0xc3, 0x7f, 0xd0, 0xe7, 0x47, + 0xdc, 0xee, 0x6e, 0x42, 0x8a, 0x8a, 0x87, 0x65, 0x8a, 0xf3, 0x72, 0xd6, 0x79, 0xaf, 0x32, 0x30, + 0xa7, 0xe2, 0x86, 0x58, 0xb4, 0xe8, 0x39, 0xe4, 0xc4, 0xd9, 0xa7, 0x09, 0x89, 0xbb, 0xe7, 0xdf, + 0xf1, 0xe1, 0x51, 0x58, 0x9d, 0xb8, 0x5d, 0x67, 0x60, 0x7b, 0x96, 0x53, 0x5b, 0x0d, 0x7c, 0x25, + 0x6a, 0x8c, 0x81, 0x3f, 0xd0, 0x65, 0x52, 0x7f, 0x97, 0x21, 0xbf, 0x6f, 0xd3, 0x79, 0x15, 0x07, + 0xec, 0x22, 0x1f, 0x82, 0x4f, 0xa7, 0xf4, 0xa1, 0x12, 0x67, 0x1d, 0xf5, 0x56, 0x7e, 0xe6, 0xe8, + 0xa6, 0xdb, 0x23, 0xce, 0x02, 0x89, 0x50, 0x21, 0xe5, 0x10, 0xdd, 0xb5, 0x4c, 0xa1, 0x10, 0x0c, + 0xc3, 0x47, 0xb0, 0x68, 0xd5, 0x8f, 0x60, 0x65, 0x92, 0x89, 0xea, 0xc4, 0xb8, 0x0c, 0x09, 0x75, + 0x02, 0x20, 0xf5, 0xb0, 0xda, 0x7c, 0xd2, 0xa8, 0x17, 0x12, 0xea, 0x4f, 0x32, 0x64, 0xe9, 0x0c, + 0xec, 0x1c, 0x1c, 0x9b, 0x87, 0xa8, 0xcd, 0x8e, 0x91, 0x41, 0x9c, 0x85, 0x0b, 0x4f, 0xa1, 0xc4, + 0xc0, 0xc4, 0xb5, 0x8e, 0x9d, 0x2e, 0x55, 0x15, 0x83, 0x38, 0x3c, 0x1e, 0x6e, 0xac, 0x49, 0x58, + 0xf4, 0x90, 0xc6, 0xab, 0x49, 0xa1, 0x00, 0xa5, 0x73, 0xd0, 0xb1, 0x47, 0x3e, 0xa5, 0xd4, 0x52, + 0x93, 0x30, 0x6b, 0x6b, 0x69, 0x48, 0x76, 0xe9, 0x2b, 0xf5, 0x9d, 0x0c, 0x57, 0x62, 0x43, 0xb8, + 0xd0, 0x9a, 0xa9, 0x90, 0x62, 0xf4, 0x7c, 0xcd, 0x92, 0x3c, 0x1d, 0x3e, 0x82, 0x45, 0x8b, 0x4a, + 0x90, 0xe9, 0x1e, 0x90, 0xee, 0xa1, 0x7b, 0x3c, 0x14, 0x8b, 0x90, 0x0f, 0x7c, 0x65, 0x34, 0x86, + 0x47, 0x3d, 0xf4, 0x7f, 0x00, 0x66, 0xd3, 0x71, 0x07, 0x6f, 0x09, 0x2b, 0x1c, 0x93, 0xe2, 0xc3, + 0x7c, 0x34, 0x8a, 0xb3, 0xac, 0xff, 0x74, 0xf0, 0x96, 0xa8, 0x3f, 0xc8, 0xb0, 0x1e, 0x37, 0x0d, + 0x17, 0xca, 0xe8, 0x16, 0x8d, 0x96, 0x7a, 0x1b, 0x18, 0x22, 0x27, 0x11, 0x2d, 0x1f, 0xc3, 0x69, + 0xd6, 0x6b, 0x1a, 0xe8, 0x86, 0x58, 0x23, 0x9a, 0x52, 0x7e, 0x3c, 0xf3, 0x62, 0xde, 0xef, 0xfd, + 0xfc, 0x7e, 0x53, 0x7e, 0xf7, 0x7e, 0x53, 0xfe, 0xf5, 0xfd, 0xa6, 0xfc, 0xf2, 0x76, 0x7f, 0xe0, + 0x1d, 0x1c, 0xbf, 0x2a, 0x77, 0xad, 0x61, 0x85, 0x45, 0x52, 0x61, 0x91, 0x54, 0x5c, 0xe3, 0xb0, + 0x72, 0xb2, 0x5d, 0x61, 0x7f, 0xa8, 0x3c, 0x60, 0xbf, 0xaf, 0x52, 0xac, 0xb9, 0xfb, 0x67, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x8d, 0x5d, 0x34, 0x7d, 0x0a, 0x12, 0x00, 0x00, } func (m *Command) Marshal() (dAtA []byte, err error) { @@ -1489,6 +1675,20 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.AgentActivityStatus) > 0 { + for iNdEx := len(m.AgentActivityStatus) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.AgentActivityStatus[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } + } if len(m.DataplaneSoftwareHealths) > 0 { for iNdEx := len(m.DataplaneSoftwareHealths) - 1; iNdEx >= 0; iNdEx-- { { @@ -1567,6 +1767,109 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *AgentActivityStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *AgentActivityStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Status != nil { + { + size := m.Status.Size() + i -= size + if _, err := m.Status.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + } + } + return len(dAtA) - i, nil +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.NginxConfigStatus != nil { + { + size, err := m.NginxConfigStatus.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} +func (m *NginxConfigStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Message) > 0 { + i -= len(m.Message) + copy(dAtA[i:], m.Message) + i = encodeVarintCommand(dAtA, i, uint64(len(m.Message))) + i-- + dAtA[i] = 0x1a + } + if m.Status != 0 { + i = encodeVarintCommand(dAtA, i, uint64(m.Status)) + i-- + dAtA[i] = 0x10 + } + if len(m.CorrelationId) > 0 { + i -= len(m.CorrelationId) + copy(dAtA[i:], m.CorrelationId) + i = encodeVarintCommand(dAtA, i, uint64(len(m.CorrelationId))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *DataplaneSoftwareHealth) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2246,6 +2549,62 @@ func (m *DataplaneStatus) Size() (n int) { n += 1 + l + sovCommand(uint64(l)) } } + if len(m.AgentActivityStatus) > 0 { + for _, e := range m.AgentActivityStatus { + l = e.Size() + n += 1 + l + sovCommand(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Status != nil { + n += m.Status.Size() + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus_NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.NginxConfigStatus != nil { + l = m.NginxConfigStatus.Size() + n += 1 + l + sovCommand(uint64(l)) + } + return n +} +func (m *NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.CorrelationId) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } + if m.Status != 0 { + n += 1 + sovCommand(uint64(m.Status)) + } + l = len(m.Message) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -3311,6 +3670,260 @@ func (m *DataplaneStatus) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AgentActivityStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AgentActivityStatus = append(m.AgentActivityStatus, &AgentActivityStatus{}) + if err := m.AgentActivityStatus[len(m.AgentActivityStatus)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *AgentActivityStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: AgentActivityStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: AgentActivityStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NginxConfigStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &NginxConfigStatus{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Status = &AgentActivityStatus_NginxConfigStatus{v} + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *NginxConfigStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: NginxConfigStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: NginxConfigStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CorrelationId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CorrelationId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + m.Status = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Status |= NginxConfigStatus_Status(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Message = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipCommand(dAtA[iNdEx:]) diff --git a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto index 74ec8c9ff..f9c68d686 100644 --- a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto +++ b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto @@ -87,6 +87,25 @@ message DataplaneStatus { repeated NginxHealth healths = 5 [(gogoproto.jsontag) = "healths" ]; // moving to DataplaneSoftwareHealth repeated DataplaneSoftwareDetails dataplane_software_details = 6 [(gogoproto.jsontag) = "dataplane_software_details"]; repeated DataplaneSoftwareHealth dataplane_software_healths = 7 [(gogoproto.jsontag) = "dataplane_software_healths"]; + repeated AgentActivityStatus agent_activity_status = 8 [(gogoproto.jsontag) = "agent_activity_status" ]; +} + +message AgentActivityStatus { + oneof Status { + NginxConfigStatus nginx_config_status = 1 [(gogoproto.jsontag) = "nginx_config_status" ]; + } +} + +message NginxConfigStatus { + string correlation_id = 1 [(gogoproto.jsontag) = "correlation_id" ]; + Status status = 2 [(gogoproto.jsontag) = "status" ]; + string message = 3 [(gogoproto.jsontag) = "message" ]; + + enum Status { + PENDING = 0; + OK = 1; + ERROR = 2; + } } message DataplaneSoftwareHealth { diff --git a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto index 4bf9d33ba..9f6f1ad55 100644 --- a/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto +++ b/test/performance/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto @@ -102,4 +102,4 @@ message ErrorLog { string log_level = 2 [(gogoproto.jsontag) = "log_level" ]; string permissions = 3 [(gogoproto.jsontag) = "permissions" ]; bool readable = 4 [(gogoproto.jsontag) = "readable" ]; -} \ No newline at end of file +} diff --git a/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go b/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go index b63342256..f23e6ab58 100644 --- a/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go +++ b/vendor/github.com/nginx/agent/sdk/v2/proto/command.pb.go @@ -105,6 +105,34 @@ func (CommandStatusResponse_CommandErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_213c0bb044472049, []int{1, 1} } +type NginxConfigStatus_Status int32 + +const ( + NginxConfigStatus_PENDING NginxConfigStatus_Status = 0 + NginxConfigStatus_OK NginxConfigStatus_Status = 1 + NginxConfigStatus_ERROR NginxConfigStatus_Status = 2 +) + +var NginxConfigStatus_Status_name = map[int32]string{ + 0: "PENDING", + 1: "OK", + 2: "ERROR", +} + +var NginxConfigStatus_Status_value = map[string]int32{ + "PENDING": 0, + "OK": 1, + "ERROR": 2, +} + +func (x NginxConfigStatus_Status) String() string { + return proto.EnumName(NginxConfigStatus_Status_name, int32(x)) +} + +func (NginxConfigStatus_Status) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4, 0} +} + type UploadStatus_TransferStatus int32 const ( @@ -130,7 +158,7 @@ func (x UploadStatus_TransferStatus) String() string { } func (UploadStatus_TransferStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7, 0} + return fileDescriptor_213c0bb044472049, []int{9, 0} } // Command is the envelope sent between the management plane and the data plane, requesting some action or reporting a response @@ -423,6 +451,7 @@ type DataplaneStatus struct { Healths []*NginxHealth `protobuf:"bytes,5,rep,name=healths,proto3" json:"healths"` DataplaneSoftwareDetails []*DataplaneSoftwareDetails `protobuf:"bytes,6,rep,name=dataplane_software_details,json=dataplaneSoftwareDetails,proto3" json:"dataplane_software_details"` DataplaneSoftwareHealths []*DataplaneSoftwareHealth `protobuf:"bytes,7,rep,name=dataplane_software_healths,json=dataplaneSoftwareHealths,proto3" json:"dataplane_software_healths"` + AgentActivityStatus []*AgentActivityStatus `protobuf:"bytes,8,rep,name=agent_activity_status,json=agentActivityStatus,proto3" json:"agent_activity_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -503,6 +532,151 @@ func (m *DataplaneStatus) GetDataplaneSoftwareHealths() []*DataplaneSoftwareHeal return nil } +func (m *DataplaneStatus) GetAgentActivityStatus() []*AgentActivityStatus { + if m != nil { + return m.AgentActivityStatus + } + return nil +} + +type AgentActivityStatus struct { + // Types that are valid to be assigned to Status: + // *AgentActivityStatus_NginxConfigStatus + Status isAgentActivityStatus_Status `protobuf_oneof:"Status"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AgentActivityStatus) Reset() { *m = AgentActivityStatus{} } +func (m *AgentActivityStatus) String() string { return proto.CompactTextString(m) } +func (*AgentActivityStatus) ProtoMessage() {} +func (*AgentActivityStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{3} +} +func (m *AgentActivityStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AgentActivityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AgentActivityStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AgentActivityStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_AgentActivityStatus.Merge(m, src) +} +func (m *AgentActivityStatus) XXX_Size() int { + return m.Size() +} +func (m *AgentActivityStatus) XXX_DiscardUnknown() { + xxx_messageInfo_AgentActivityStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_AgentActivityStatus proto.InternalMessageInfo + +type isAgentActivityStatus_Status interface { + isAgentActivityStatus_Status() + MarshalTo([]byte) (int, error) + Size() int +} + +type AgentActivityStatus_NginxConfigStatus struct { + NginxConfigStatus *NginxConfigStatus `protobuf:"bytes,1,opt,name=nginx_config_status,json=nginxConfigStatus,proto3,oneof" json:"nginx_config_status"` +} + +func (*AgentActivityStatus_NginxConfigStatus) isAgentActivityStatus_Status() {} + +func (m *AgentActivityStatus) GetStatus() isAgentActivityStatus_Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *AgentActivityStatus) GetNginxConfigStatus() *NginxConfigStatus { + if x, ok := m.GetStatus().(*AgentActivityStatus_NginxConfigStatus); ok { + return x.NginxConfigStatus + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*AgentActivityStatus) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*AgentActivityStatus_NginxConfigStatus)(nil), + } +} + +type NginxConfigStatus struct { + CorrelationId string `protobuf:"bytes,1,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id"` + Status NginxConfigStatus_Status `protobuf:"varint,2,opt,name=status,proto3,enum=f5.nginx.agent.sdk.NginxConfigStatus_Status" json:"status"` + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *NginxConfigStatus) Reset() { *m = NginxConfigStatus{} } +func (m *NginxConfigStatus) String() string { return proto.CompactTextString(m) } +func (*NginxConfigStatus) ProtoMessage() {} +func (*NginxConfigStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_213c0bb044472049, []int{4} +} +func (m *NginxConfigStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *NginxConfigStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_NginxConfigStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *NginxConfigStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_NginxConfigStatus.Merge(m, src) +} +func (m *NginxConfigStatus) XXX_Size() int { + return m.Size() +} +func (m *NginxConfigStatus) XXX_DiscardUnknown() { + xxx_messageInfo_NginxConfigStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_NginxConfigStatus proto.InternalMessageInfo + +func (m *NginxConfigStatus) GetCorrelationId() string { + if m != nil { + return m.CorrelationId + } + return "" +} + +func (m *NginxConfigStatus) GetStatus() NginxConfigStatus_Status { + if m != nil { + return m.Status + } + return NginxConfigStatus_PENDING +} + +func (m *NginxConfigStatus) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + type DataplaneSoftwareHealth struct { // Types that are valid to be assigned to Health: // *DataplaneSoftwareHealth_NginxHealth @@ -517,7 +691,7 @@ func (m *DataplaneSoftwareHealth) Reset() { *m = DataplaneSoftwareHealth func (m *DataplaneSoftwareHealth) String() string { return proto.CompactTextString(m) } func (*DataplaneSoftwareHealth) ProtoMessage() {} func (*DataplaneSoftwareHealth) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{3} + return fileDescriptor_213c0bb044472049, []int{5} } func (m *DataplaneSoftwareHealth) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -603,7 +777,7 @@ func (m *DataplaneUpdate) Reset() { *m = DataplaneUpdate{} } func (m *DataplaneUpdate) String() string { return proto.CompactTextString(m) } func (*DataplaneUpdate) ProtoMessage() {} func (*DataplaneUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{4} + return fileDescriptor_213c0bb044472049, []int{6} } func (m *DataplaneUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -657,7 +831,7 @@ func (m *DownloadRequest) Reset() { *m = DownloadRequest{} } func (m *DownloadRequest) String() string { return proto.CompactTextString(m) } func (*DownloadRequest) ProtoMessage() {} func (*DownloadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{5} + return fileDescriptor_213c0bb044472049, []int{7} } func (m *DownloadRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -706,7 +880,7 @@ func (m *NginxConfigResponse) Reset() { *m = NginxConfigResponse{} } func (m *NginxConfigResponse) String() string { return proto.CompactTextString(m) } func (*NginxConfigResponse) ProtoMessage() {} func (*NginxConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{6} + return fileDescriptor_213c0bb044472049, []int{8} } func (m *NginxConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -769,7 +943,7 @@ func (m *UploadStatus) Reset() { *m = UploadStatus{} } func (m *UploadStatus) String() string { return proto.CompactTextString(m) } func (*UploadStatus) ProtoMessage() {} func (*UploadStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{7} + return fileDescriptor_213c0bb044472049, []int{9} } func (m *UploadStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -833,7 +1007,7 @@ func (m *DataChunk) Reset() { *m = DataChunk{} } func (m *DataChunk) String() string { return proto.CompactTextString(m) } func (*DataChunk) ProtoMessage() {} func (*DataChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{8} + return fileDescriptor_213c0bb044472049, []int{10} } func (m *DataChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -922,7 +1096,7 @@ func (m *ChunkedResourceHeader) Reset() { *m = ChunkedResourceHeader{} } func (m *ChunkedResourceHeader) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceHeader) ProtoMessage() {} func (*ChunkedResourceHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{9} + return fileDescriptor_213c0bb044472049, []int{11} } func (m *ChunkedResourceHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -992,7 +1166,7 @@ func (m *ChunkedResourceChunk) Reset() { *m = ChunkedResourceChunk{} } func (m *ChunkedResourceChunk) String() string { return proto.CompactTextString(m) } func (*ChunkedResourceChunk) ProtoMessage() {} func (*ChunkedResourceChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_213c0bb044472049, []int{10} + return fileDescriptor_213c0bb044472049, []int{12} } func (m *ChunkedResourceChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1046,10 +1220,13 @@ func init() { proto.RegisterEnum("f5.nginx.agent.sdk.Command_CommandType", Command_CommandType_name, Command_CommandType_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandStatus", CommandStatusResponse_CommandStatus_name, CommandStatusResponse_CommandStatus_value) proto.RegisterEnum("f5.nginx.agent.sdk.CommandStatusResponse_CommandErrorCode", CommandStatusResponse_CommandErrorCode_name, CommandStatusResponse_CommandErrorCode_value) + proto.RegisterEnum("f5.nginx.agent.sdk.NginxConfigStatus_Status", NginxConfigStatus_Status_name, NginxConfigStatus_Status_value) proto.RegisterEnum("f5.nginx.agent.sdk.UploadStatus_TransferStatus", UploadStatus_TransferStatus_name, UploadStatus_TransferStatus_value) proto.RegisterType((*Command)(nil), "f5.nginx.agent.sdk.Command") proto.RegisterType((*CommandStatusResponse)(nil), "f5.nginx.agent.sdk.CommandStatusResponse") proto.RegisterType((*DataplaneStatus)(nil), "f5.nginx.agent.sdk.DataplaneStatus") + proto.RegisterType((*AgentActivityStatus)(nil), "f5.nginx.agent.sdk.AgentActivityStatus") + proto.RegisterType((*NginxConfigStatus)(nil), "f5.nginx.agent.sdk.NginxConfigStatus") proto.RegisterType((*DataplaneSoftwareHealth)(nil), "f5.nginx.agent.sdk.DataplaneSoftwareHealth") proto.RegisterType((*DataplaneUpdate)(nil), "f5.nginx.agent.sdk.DataplaneUpdate") proto.RegisterType((*DownloadRequest)(nil), "f5.nginx.agent.sdk.DownloadRequest") @@ -1063,92 +1240,101 @@ func init() { func init() { proto.RegisterFile("command.proto", fileDescriptor_213c0bb044472049) } var fileDescriptor_213c0bb044472049 = []byte{ - // 1359 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0x4b, 0x6f, 0xdb, 0xc6, - 0x13, 0x17, 0x15, 0x5b, 0xb2, 0x46, 0x72, 0x2c, 0x6c, 0x9c, 0xfc, 0x19, 0x23, 0x30, 0x0d, 0xfe, - 0x9b, 0xc6, 0xe9, 0x43, 0x42, 0x1d, 0x14, 0x01, 0x92, 0x93, 0x69, 0x39, 0xa5, 0x91, 0xd8, 0x0a, - 0x36, 0x71, 0x02, 0xa4, 0x28, 0x88, 0x0d, 0xb9, 0x92, 0x05, 0x5b, 0x24, 0xcb, 0xa5, 0xf3, 0x42, - 0xef, 0x45, 0x8b, 0xde, 0x8a, 0x1e, 0x7a, 0xee, 0x07, 0xe8, 0xd7, 0xe8, 0x31, 0xe7, 0x1e, 0x88, - 0x22, 0x47, 0x7e, 0x80, 0xf6, 0x5a, 0xec, 0x83, 0x12, 0x6d, 0x53, 0xb2, 0x53, 0x17, 0xbd, 0x68, - 0x87, 0xcb, 0xf9, 0xfd, 0xe6, 0xb1, 0xc3, 0x99, 0x15, 0xcc, 0xbb, 0xc1, 0x70, 0x48, 0x7c, 0xaf, - 0x15, 0x46, 0x41, 0x1c, 0x20, 0xd4, 0xfb, 0xbc, 0xe5, 0xf7, 0x07, 0xfe, 0xab, 0x16, 0xe9, 0x53, - 0x3f, 0x6e, 0x31, 0x6f, 0x7f, 0x09, 0xfa, 0x41, 0x3f, 0x90, 0xef, 0x97, 0x1a, 0x5c, 0x3d, 0xf0, - 0xd5, 0x53, 0x5d, 0x2a, 0xc9, 0x07, 0xd8, 0x0b, 0x58, 0x26, 0xd7, 0x25, 0xc7, 0x08, 0xe3, 0xf7, - 0x06, 0x7d, 0xf5, 0x84, 0xe8, 0x0b, 0xea, 0xc7, 0xac, 0x2d, 0x16, 0xb5, 0x77, 0xd5, 0x0b, 0x1d, - 0x16, 0xf4, 0xe2, 0x97, 0x24, 0xa2, 0x8e, 0x47, 0x63, 0x32, 0x38, 0x60, 0xea, 0x55, 0xcd, 0x27, - 0xa1, 0x14, 0xcd, 0x1f, 0x01, 0xaa, 0x1b, 0xd2, 0x5b, 0x74, 0x07, 0x66, 0x86, 0x34, 0x26, 0xba, - 0xb6, 0xa2, 0xad, 0xd6, 0xd7, 0xae, 0xb5, 0x4e, 0xba, 0xdd, 0xda, 0xa6, 0x31, 0xf1, 0x48, 0x4c, - 0xac, 0xb9, 0x34, 0x31, 0x84, 0x36, 0x16, 0xbf, 0x68, 0x13, 0x66, 0xe2, 0xd7, 0x21, 0xd5, 0xcb, - 0x2b, 0xda, 0xea, 0xc5, 0xb5, 0x1b, 0x45, 0x58, 0x65, 0x26, 0x5b, 0x1f, 0xbf, 0x0e, 0xa9, 0xa4, - 0xe1, 0x40, 0x2c, 0x7e, 0xd1, 0x33, 0x00, 0x77, 0xe8, 0x39, 0x2c, 0x26, 0xf1, 0x21, 0xd3, 0x2f, - 0x08, 0x47, 0x6e, 0x4e, 0x21, 0x7b, 0x24, 0x14, 0x31, 0x65, 0x61, 0xe0, 0x33, 0x6a, 0x5d, 0x4c, - 0x13, 0x23, 0x47, 0x60, 0x97, 0x70, 0xcd, 0x1d, 0x2a, 0x25, 0xf4, 0x04, 0x1a, 0x82, 0xc5, 0x91, - 0xa9, 0xd3, 0x67, 0x04, 0xbb, 0x51, 0xc4, 0xbe, 0xc3, 0x9f, 0x37, 0x84, 0x9a, 0xd5, 0x4c, 0x13, - 0xe3, 0x08, 0xd0, 0x2e, 0x61, 0x79, 0x14, 0x52, 0x01, 0xbd, 0x82, 0xcb, 0xf9, 0xd7, 0x4e, 0xa4, - 0xbc, 0xd1, 0x67, 0x85, 0x81, 0x1b, 0xa7, 0x18, 0x18, 0x39, 0x7f, 0x35, 0x4d, 0x8c, 0x62, 0x26, - 0xbb, 0x84, 0x2f, 0xf9, 0x27, 0x11, 0xdc, 0xb2, 0xa0, 0xe4, 0xfa, 0x3e, 0x75, 0x63, 0x27, 0xa2, - 0x5f, 0x1f, 0x52, 0x16, 0xeb, 0x95, 0xc9, 0x96, 0xd7, 0xb9, 0xb4, 0x21, 0xf5, 0xb1, 0x54, 0x97, - 0x96, 0x0b, 0x99, 0xb8, 0x65, 0x72, 0x12, 0x81, 0xbe, 0x81, 0x2b, 0xc7, 0xf5, 0x55, 0xd0, 0x55, - 0x61, 0x7a, 0xf5, 0x74, 0xd3, 0x2a, 0xea, 0xa5, 0x34, 0x31, 0x26, 0x70, 0xd9, 0x25, 0xbc, 0x48, - 0x0a, 0x30, 0x28, 0x86, 0xc5, 0x11, 0x42, 0xe6, 0x49, 0x86, 0x3d, 0x27, 0x6c, 0x7f, 0x38, 0xcd, - 0xb6, 0x48, 0x9f, 0x8c, 0x5a, 0x4f, 0x13, 0xa3, 0x90, 0xc7, 0x2e, 0x61, 0x44, 0x4e, 0xe8, 0xf3, - 0xfa, 0xc9, 0x6b, 0xeb, 0xb5, 0xc9, 0xf5, 0x93, 0xb3, 0x26, 0xeb, 0x27, 0x0f, 0xe4, 0xf5, 0x93, - 0xa3, 0x47, 0x3d, 0x68, 0xf2, 0x4f, 0x2a, 0x3c, 0x20, 0x3e, 0xcd, 0x2a, 0xbf, 0x2e, 0xb8, 0xff, - 0x5f, 0xc4, 0xdd, 0xc9, 0x74, 0x65, 0x59, 0x5b, 0x8b, 0x69, 0x62, 0x9c, 0x20, 0xb0, 0x4b, 0x78, - 0xc1, 0x3b, 0xaa, 0x88, 0xbe, 0x82, 0x86, 0xe8, 0x0f, 0x4e, 0x44, 0xc3, 0x20, 0x8a, 0xf5, 0xc6, - 0xe4, 0x6c, 0xc9, 0x76, 0xd2, 0xda, 0xe4, 0x0b, 0x16, 0xda, 0x32, 0x8c, 0x3c, 0x9e, 0x87, 0x41, - 0xc7, 0x0a, 0xe8, 0x07, 0x0d, 0x96, 0x72, 0x6e, 0x1c, 0xeb, 0x3c, 0xfa, 0xbc, 0xb0, 0xf6, 0xc9, - 0xf4, 0x88, 0x14, 0xa8, 0x23, 0x31, 0xd6, 0x72, 0x9a, 0x18, 0x53, 0x38, 0xed, 0x12, 0xd6, 0xbd, - 0x09, 0x58, 0xf3, 0x16, 0xd4, 0x73, 0x8d, 0x06, 0x01, 0x54, 0x76, 0xba, 0x78, 0x7b, 0xfd, 0x41, - 0xb3, 0x84, 0x1a, 0x30, 0xd7, 0xe9, 0x3e, 0xdd, 0x79, 0xd0, 0x5d, 0xef, 0x34, 0x35, 0xfe, 0x66, - 0xf7, 0xa1, 0x90, 0xcb, 0x56, 0x05, 0x66, 0x38, 0xa1, 0xf9, 0xd3, 0x05, 0xb8, 0x5c, 0xd8, 0x61, - 0xd0, 0x97, 0x50, 0x51, 0x47, 0xa4, 0x89, 0x4e, 0x77, 0xfb, 0xcc, 0xcd, 0xe9, 0xe8, 0xae, 0x05, - 0x69, 0x62, 0x28, 0x2a, 0xac, 0x56, 0x34, 0x00, 0xa0, 0x51, 0x14, 0x44, 0x8e, 0x1b, 0x78, 0x59, - 0x2b, 0xbd, 0xf3, 0xde, 0x06, 0x36, 0x39, 0xc5, 0x46, 0xe0, 0xa9, 0x76, 0x38, 0x66, 0xc4, 0x35, - 0x9a, 0xbd, 0x42, 0xd7, 0xa1, 0x3a, 0xa4, 0x8c, 0x91, 0x3e, 0x15, 0x5d, 0xb6, 0x66, 0xd5, 0xd3, - 0xc4, 0xc8, 0xb6, 0x70, 0x26, 0x20, 0x03, 0x66, 0x05, 0x46, 0x34, 0xcb, 0x9a, 0x55, 0x4b, 0x13, - 0x43, 0x6e, 0x60, 0xb9, 0x98, 0x77, 0x61, 0xfe, 0x88, 0x33, 0x68, 0x01, 0xea, 0x1b, 0xdb, 0x1d, - 0x67, 0x77, 0xe7, 0xfe, 0x4e, 0xf7, 0xe9, 0x4e, 0xb3, 0xc4, 0xf3, 0xcb, 0x37, 0xba, 0xf7, 0x9b, - 0x1a, 0x9a, 0x87, 0x1a, 0x97, 0x37, 0x31, 0xee, 0xe2, 0x66, 0xd9, 0x6c, 0x43, 0xf3, 0xb8, 0xcf, - 0x5c, 0x7d, 0x13, 0x63, 0xae, 0x5e, 0xe2, 0x5c, 0x5c, 0xce, 0xb8, 0x34, 0xf3, 0x97, 0x19, 0x58, - 0x38, 0x56, 0xff, 0xe8, 0x23, 0xa8, 0xb1, 0xd7, 0x2c, 0xa6, 0x43, 0x67, 0xe0, 0x89, 0x43, 0xa9, - 0x59, 0xf3, 0x69, 0x62, 0x8c, 0x37, 0xf1, 0x9c, 0x14, 0xb7, 0x3c, 0xf4, 0x05, 0x54, 0xb3, 0x7a, - 0x2c, 0xaf, 0x5c, 0x58, 0xad, 0xaf, 0xad, 0x4c, 0x6c, 0xce, 0x59, 0x0d, 0x8a, 0xbc, 0x28, 0x10, - 0xce, 0x04, 0x3e, 0x2a, 0xf9, 0x64, 0x56, 0x13, 0xaa, 0x70, 0x54, 0xda, 0x01, 0x8b, 0xb7, 0xfc, - 0x5e, 0x20, 0x67, 0x1c, 0xd7, 0xc6, 0xe2, 0x17, 0xdd, 0x83, 0xea, 0x1e, 0x25, 0x07, 0xf1, 0x1e, - 0xd3, 0x67, 0x85, 0x13, 0x93, 0x47, 0x90, 0x2d, 0xf4, 0xa4, 0x0f, 0x0a, 0x83, 0x33, 0x01, 0x7d, - 0x3f, 0xfd, 0x83, 0xab, 0x08, 0xee, 0x7f, 0xf5, 0x83, 0x9b, 0xfc, 0xb9, 0xa1, 0xef, 0x8a, 0x9d, - 0xc9, 0x02, 0xad, 0x0a, 0x67, 0x3e, 0x3e, 0x93, 0x33, 0x2a, 0xe8, 0x49, 0xbe, 0x64, 0x79, 0x38, - 0xe9, 0x8b, 0x04, 0x32, 0xf3, 0x2f, 0x0d, 0xfe, 0x37, 0x81, 0x75, 0x7c, 0x09, 0x90, 0x34, 0xea, - 0xae, 0x73, 0xea, 0x09, 0xe4, 0x2e, 0x01, 0x12, 0x38, 0xba, 0x04, 0x28, 0xde, 0x37, 0x70, 0x85, - 0x84, 0xa1, 0xc3, 0x2f, 0x55, 0x7c, 0x84, 0xbd, 0x24, 0xbd, 0xcc, 0x42, 0x79, 0xca, 0x2c, 0x0e, - 0xc3, 0x87, 0x12, 0xf0, 0x74, 0xfd, 0x9e, 0xb2, 0x24, 0xe7, 0x61, 0x21, 0x95, 0x18, 0xc6, 0x63, - 0x08, 0xe9, 0x29, 0xc8, 0x1c, 0x54, 0xa4, 0x82, 0xf9, 0xbb, 0x96, 0xfb, 0x3e, 0x76, 0x43, 0x8f, - 0xc4, 0x74, 0x54, 0xaa, 0xda, 0x3f, 0x28, 0xd5, 0x53, 0x4a, 0xac, 0xfc, 0x5f, 0x96, 0x98, 0xb9, - 0x0d, 0x0b, 0x9d, 0xe0, 0xa5, 0x7f, 0x10, 0x10, 0x2f, 0x1b, 0xc9, 0xe7, 0xb8, 0xb1, 0x9a, 0xdf, - 0x96, 0xe1, 0x52, 0xc1, 0x35, 0x0c, 0x6d, 0x1f, 0xe9, 0xf0, 0xef, 0x75, 0xfd, 0x2c, 0xea, 0xe9, - 0x5b, 0x50, 0x21, 0x6e, 0x3c, 0x08, 0x7c, 0xd5, 0xcf, 0xaf, 0x9f, 0x72, 0x1d, 0x5c, 0x17, 0xca, - 0x92, 0x4a, 0x02, 0xb1, 0x5a, 0xd1, 0x13, 0xa8, 0xab, 0x8b, 0x0a, 0x0f, 0x48, 0xf5, 0x9e, 0x0f, - 0x8a, 0xdd, 0xe3, 0x6a, 0x1d, 0xca, 0xdc, 0x68, 0x10, 0xc6, 0x41, 0x64, 0x2d, 0xa4, 0x89, 0x91, - 0x07, 0x63, 0x90, 0x0f, 0xfc, 0x98, 0xcc, 0x3f, 0x35, 0x68, 0xec, 0x86, 0x3c, 0xaf, 0xaa, 0xa5, - 0x9e, 0xe7, 0x8f, 0xc0, 0xa3, 0x51, 0xfa, 0x64, 0xbc, 0xed, 0x22, 0x74, 0xde, 0x5a, 0xeb, 0x71, - 0x44, 0x7c, 0xd6, 0xa3, 0xd1, 0x94, 0xc1, 0x68, 0x42, 0x25, 0xa2, 0x84, 0x05, 0xbe, 0x1a, 0x56, - 0x42, 0x47, 0xee, 0x60, 0xb5, 0x9a, 0x9f, 0xc1, 0xc5, 0xa3, 0x4c, 0xa8, 0x0e, 0xd5, 0xf1, 0x18, - 0xaa, 0x40, 0x59, 0x8c, 0x20, 0x80, 0xca, 0xbd, 0xf5, 0xad, 0x07, 0x9b, 0x9d, 0x66, 0xd9, 0xfc, - 0x55, 0x83, 0x1a, 0xcf, 0xc0, 0xc6, 0xde, 0xa1, 0xbf, 0x8f, 0xba, 0xe2, 0x33, 0xf2, 0x68, 0x34, - 0xf5, 0xe0, 0xb9, 0x2a, 0xf5, 0x30, 0x65, 0xc1, 0x61, 0xe4, 0xf2, 0xae, 0xe2, 0xd1, 0x48, 0xfa, - 0x23, 0xc1, 0x76, 0x09, 0x2b, 0x09, 0xd9, 0xf2, 0x36, 0xa1, 0x3a, 0xc0, 0xea, 0x19, 0xe8, 0xc4, - 0xa3, 0x4c, 0x29, 0x47, 0xda, 0x25, 0x2c, 0x56, 0xab, 0x0a, 0xb3, 0x2e, 0x7f, 0x65, 0xbe, 0xd5, - 0xe0, 0x72, 0xa1, 0x0b, 0xe7, 0x3a, 0x33, 0x13, 0x2a, 0x82, 0x5e, 0x9e, 0xd9, 0xac, 0x0c, 0x47, - 0xee, 0x60, 0xb5, 0xa2, 0x55, 0x98, 0x73, 0xf7, 0xa8, 0xbb, 0xcf, 0x0e, 0x87, 0xea, 0x10, 0x1a, - 0x69, 0x62, 0x8c, 0xf6, 0xf0, 0x48, 0x42, 0x9f, 0x02, 0x08, 0x8c, 0xc3, 0x06, 0x6f, 0xa8, 0xb8, - 0x38, 0xcc, 0xaa, 0x3f, 0x66, 0xa3, 0x5d, 0x5c, 0x13, 0xf2, 0xa3, 0xc1, 0x1b, 0x6a, 0xfe, 0xac, - 0xc1, 0x62, 0x51, 0x1a, 0xce, 0x15, 0xd1, 0x0d, 0xee, 0x2d, 0xb7, 0x36, 0xf0, 0x54, 0x4c, 0xca, - 0x5b, 0xb9, 0x87, 0xab, 0x42, 0xda, 0xf2, 0xd0, 0x35, 0x75, 0x46, 0x3c, 0xa4, 0xc6, 0x38, 0xf3, - 0x2a, 0xef, 0xb7, 0x7f, 0x7b, 0xb7, 0xac, 0xbd, 0x7d, 0xb7, 0xac, 0xfd, 0xf1, 0x6e, 0x59, 0x7b, - 0x76, 0xb3, 0x3f, 0x88, 0xf7, 0x0e, 0x9f, 0xb7, 0xdc, 0x60, 0xd8, 0x16, 0x9e, 0xb4, 0x85, 0x27, - 0x6d, 0xe6, 0xed, 0xb7, 0x5f, 0xac, 0xb5, 0xc5, 0x1f, 0xea, 0xbb, 0xe2, 0xf7, 0x79, 0x45, 0x2c, - 0xb7, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x62, 0x04, 0x2c, 0x0a, 0x10, 0x00, 0x00, + // 1500 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4b, 0x6f, 0xdb, 0xc6, + 0x16, 0x26, 0x15, 0xeb, 0x75, 0x24, 0xdb, 0xca, 0xd8, 0x49, 0x14, 0x23, 0x30, 0x0d, 0xde, 0x9b, + 0x1b, 0xe5, 0xde, 0x5c, 0x09, 0x75, 0x50, 0x04, 0x4d, 0x56, 0x92, 0xa5, 0x84, 0x42, 0x62, 0xc9, + 0x98, 0xc4, 0x09, 0x90, 0xa2, 0x10, 0x18, 0x71, 0x24, 0x0b, 0xb6, 0x48, 0x96, 0xa4, 0x9d, 0x38, + 0xe8, 0xbe, 0x68, 0xd1, 0x4d, 0x51, 0x74, 0x51, 0xf4, 0x47, 0xf4, 0x6f, 0x74, 0x99, 0x75, 0x17, + 0x44, 0x91, 0x25, 0x77, 0xdd, 0xb4, 0xdb, 0x62, 0x1e, 0x94, 0x28, 0x89, 0x92, 0x9d, 0xba, 0xe8, + 0x46, 0x33, 0x1c, 0x7e, 0xe7, 0x3b, 0xe7, 0xcc, 0xe3, 0x9b, 0x43, 0xc1, 0x72, 0xd7, 0x1a, 0x0e, + 0x75, 0xd3, 0x28, 0xdb, 0x8e, 0xe5, 0x59, 0x08, 0xf5, 0x3e, 0x2e, 0x9b, 0xfd, 0x81, 0xf9, 0xa6, + 0xac, 0xf7, 0x89, 0xe9, 0x95, 0x5d, 0xe3, 0x70, 0x03, 0xfa, 0x56, 0xdf, 0xe2, 0xef, 0x37, 0xf2, + 0x14, 0x6e, 0x99, 0xe2, 0x29, 0xc7, 0x41, 0xfc, 0x01, 0x0e, 0x2c, 0x37, 0xec, 0xe7, 0x38, 0xc7, + 0xc8, 0xc6, 0xec, 0x0d, 0xfa, 0xe2, 0x09, 0x91, 0x13, 0x62, 0x7a, 0x6e, 0x85, 0x35, 0x62, 0xec, + 0xba, 0x61, 0x77, 0x5c, 0xab, 0xe7, 0xbd, 0xd6, 0x1d, 0xd2, 0x31, 0x88, 0xa7, 0x0f, 0x8e, 0x5c, + 0xf1, 0x2a, 0x6b, 0xea, 0x36, 0xef, 0xaa, 0xdf, 0x01, 0xa4, 0x77, 0x78, 0xb4, 0xe8, 0x3e, 0x2c, + 0x0d, 0x89, 0xa7, 0x17, 0xe5, 0x2d, 0xb9, 0x94, 0xdb, 0xbe, 0x51, 0x9e, 0x0d, 0xbb, 0xbc, 0x4b, + 0x3c, 0xdd, 0xd0, 0x3d, 0xbd, 0x96, 0x09, 0x7c, 0x85, 0xa1, 0x31, 0xfb, 0x45, 0x0d, 0x58, 0xf2, + 0x4e, 0x6d, 0x52, 0x4c, 0x6c, 0xc9, 0xa5, 0x95, 0xed, 0x5b, 0x71, 0xb6, 0xc2, 0x4d, 0xd8, 0x3e, + 0x3b, 0xb5, 0x09, 0xa7, 0xa1, 0x86, 0x98, 0xfd, 0xa2, 0x97, 0x00, 0xdd, 0xa1, 0xd1, 0x71, 0x3d, + 0xdd, 0x3b, 0x76, 0x8b, 0x97, 0x58, 0x20, 0xb7, 0x17, 0x90, 0x3d, 0x65, 0x40, 0x4c, 0x5c, 0xdb, + 0x32, 0x5d, 0x52, 0x5b, 0x09, 0x7c, 0x25, 0x42, 0xa0, 0x49, 0x38, 0xdb, 0x1d, 0x0a, 0x10, 0x7a, + 0x0e, 0x79, 0xc6, 0xd2, 0xe1, 0x53, 0x57, 0x5c, 0x62, 0xec, 0x4a, 0x1c, 0x7b, 0x8b, 0x3e, 0xef, + 0x30, 0x58, 0xad, 0x10, 0xf8, 0xca, 0x84, 0xa1, 0x26, 0x61, 0xbe, 0x14, 0x1c, 0x80, 0xde, 0xc0, + 0x95, 0xe8, 0xeb, 0x8e, 0x23, 0xa2, 0x29, 0x26, 0x99, 0x83, 0x5b, 0x67, 0x38, 0x18, 0x05, 0x7f, + 0x3d, 0xf0, 0x95, 0x78, 0x26, 0x4d, 0xc2, 0x6b, 0xe6, 0xac, 0x05, 0xf5, 0xcc, 0x28, 0x29, 0xde, + 0x24, 0x5d, 0xaf, 0xe3, 0x90, 0xcf, 0x8f, 0x89, 0xeb, 0x15, 0x53, 0xf3, 0x3d, 0x57, 0x69, 0x6f, + 0x87, 0xe3, 0x31, 0x87, 0x73, 0xcf, 0xb1, 0x4c, 0xd4, 0xb3, 0x3e, 0x6b, 0x81, 0xbe, 0x80, 0xab, + 0xd3, 0x78, 0x91, 0x74, 0x9a, 0xb9, 0x2e, 0x9d, 0xed, 0x5a, 0x64, 0xbd, 0x11, 0xf8, 0xca, 0x1c, + 0x2e, 0x4d, 0xc2, 0xeb, 0x7a, 0x8c, 0x0d, 0xf2, 0x60, 0x7d, 0x64, 0xc1, 0xe7, 0x89, 0xa7, 0x9d, + 0x61, 0xbe, 0xff, 0xb3, 0xc8, 0x37, 0x9b, 0x3e, 0x9e, 0x75, 0x31, 0xf0, 0x95, 0x58, 0x1e, 0x4d, + 0xc2, 0x48, 0x9f, 0xc1, 0xd3, 0xfd, 0x13, 0x45, 0x17, 0xb3, 0xf3, 0xf7, 0x4f, 0xc4, 0x1b, 0xdf, + 0x3f, 0x51, 0x43, 0xba, 0x7f, 0x22, 0xf4, 0xa8, 0x07, 0x05, 0x7a, 0xa4, 0xec, 0x23, 0xdd, 0x24, + 0xe1, 0xce, 0xcf, 0x31, 0xee, 0x7f, 0xc5, 0x71, 0xd7, 0x43, 0x2c, 0xdf, 0xd6, 0xb5, 0xf5, 0xc0, + 0x57, 0x66, 0x08, 0x34, 0x09, 0xaf, 0x1a, 0x93, 0x40, 0xf4, 0x19, 0xe4, 0x99, 0x3e, 0x74, 0x1c, + 0x62, 0x5b, 0x8e, 0x57, 0xcc, 0xcf, 0x9f, 0x2d, 0x2e, 0x27, 0xe5, 0x06, 0x6d, 0x30, 0x43, 0xf3, + 0x34, 0xa2, 0xf6, 0x34, 0x0d, 0x32, 0x06, 0xa0, 0x6f, 0x64, 0xd8, 0x88, 0x84, 0x31, 0xa5, 0x3c, + 0xc5, 0x65, 0xe6, 0xed, 0xce, 0xe2, 0x8c, 0x84, 0x51, 0x9d, 0xdb, 0xd4, 0x36, 0x03, 0x5f, 0x59, + 0xc0, 0xa9, 0x49, 0xb8, 0x68, 0xcc, 0xb1, 0x55, 0xef, 0x42, 0x2e, 0x22, 0x34, 0x08, 0x20, 0xd5, + 0x6a, 0xe3, 0xdd, 0xea, 0x93, 0x82, 0x84, 0xf2, 0x90, 0xa9, 0xb7, 0x5f, 0xb4, 0x9e, 0xb4, 0xab, + 0xf5, 0x82, 0x4c, 0xdf, 0xec, 0xef, 0xb1, 0x7e, 0xa2, 0x96, 0x82, 0x25, 0x4a, 0xa8, 0x7e, 0x7f, + 0x09, 0xae, 0xc4, 0x2a, 0x0c, 0xfa, 0x14, 0x52, 0x62, 0x89, 0x64, 0xa6, 0x74, 0xf7, 0xce, 0x2d, + 0x4e, 0x93, 0xa3, 0x35, 0x08, 0x7c, 0x45, 0x50, 0x61, 0xd1, 0xa2, 0x01, 0x00, 0x71, 0x1c, 0xcb, + 0xe9, 0x74, 0x2d, 0x23, 0x94, 0xd2, 0xfb, 0x1f, 0xec, 0xa0, 0x41, 0x29, 0x76, 0x2c, 0x43, 0xc8, + 0xe1, 0x98, 0x11, 0x67, 0x49, 0xf8, 0x0a, 0xdd, 0x84, 0xf4, 0x90, 0xb8, 0xae, 0xde, 0x27, 0x4c, + 0x65, 0xb3, 0xb5, 0x5c, 0xe0, 0x2b, 0xe1, 0x10, 0x0e, 0x3b, 0x48, 0x81, 0x24, 0xb3, 0x61, 0x62, + 0x99, 0xad, 0x65, 0x03, 0x5f, 0xe1, 0x03, 0x98, 0x37, 0xea, 0x03, 0x58, 0x9e, 0x08, 0x06, 0xad, + 0x42, 0x6e, 0x67, 0xb7, 0xde, 0xd9, 0x6f, 0x3d, 0x6e, 0xb5, 0x5f, 0xb4, 0x0a, 0x12, 0x9d, 0x5f, + 0x3a, 0xd0, 0x7e, 0x5c, 0x90, 0xd1, 0x32, 0x64, 0x69, 0xbf, 0x81, 0x71, 0x1b, 0x17, 0x12, 0x6a, + 0x05, 0x0a, 0xd3, 0x31, 0x53, 0x78, 0x03, 0x63, 0x0a, 0x97, 0x28, 0x17, 0xed, 0x87, 0x5c, 0xb2, + 0xfa, 0x63, 0x12, 0x56, 0xa7, 0xf6, 0x3f, 0xfa, 0x2f, 0x64, 0xdd, 0x53, 0xd7, 0x23, 0xc3, 0xce, + 0xc0, 0x60, 0x8b, 0x92, 0xad, 0x2d, 0x07, 0xbe, 0x32, 0x1e, 0xc4, 0x19, 0xde, 0x6d, 0x1a, 0xe8, + 0x11, 0xa4, 0xc3, 0xfd, 0x98, 0xd8, 0xba, 0x54, 0xca, 0x6d, 0x6f, 0xcd, 0x15, 0xe7, 0x70, 0x0f, + 0xb2, 0x79, 0x11, 0x46, 0x38, 0xec, 0xd0, 0xab, 0x92, 0xde, 0xcc, 0xe2, 0x86, 0x8a, 0xbd, 0x2a, + 0x35, 0xcb, 0xf5, 0x9a, 0x66, 0xcf, 0xe2, 0x77, 0x1c, 0x45, 0x63, 0xf6, 0x8b, 0x1e, 0x42, 0xfa, + 0x80, 0xe8, 0x47, 0xde, 0x81, 0x5b, 0x4c, 0xb2, 0x20, 0xe6, 0x5f, 0x41, 0x1a, 0xc3, 0xf1, 0x18, + 0x84, 0x0d, 0x0e, 0x3b, 0xe8, 0xeb, 0xc5, 0x07, 0x2e, 0xc5, 0xb8, 0xff, 0xd6, 0x03, 0x37, 0xff, + 0xb8, 0xa1, 0xaf, 0xe2, 0x83, 0x09, 0x13, 0x4d, 0xb3, 0x60, 0xfe, 0x77, 0xae, 0x60, 0x44, 0xd2, + 0xf3, 0x62, 0x09, 0xe7, 0x61, 0x36, 0x16, 0x4d, 0x4c, 0xcc, 0x49, 0x78, 0x2d, 0xea, 0x5d, 0x6f, + 0x70, 0x32, 0xf0, 0x4e, 0x43, 0x55, 0xcd, 0xb0, 0x28, 0xe6, 0x5f, 0x8b, 0x55, 0x81, 0x17, 0x47, + 0x34, 0x72, 0x2d, 0x4e, 0x31, 0x89, 0x4b, 0x71, 0x12, 0xaf, 0x7e, 0x2b, 0xc3, 0x5a, 0x0c, 0x0f, + 0xb2, 0x61, 0x6d, 0xe2, 0x5a, 0x8f, 0x08, 0x48, 0x6e, 0xfb, 0xe6, 0x19, 0xe5, 0x81, 0x88, 0xe5, + 0x5a, 0xe0, 0x2b, 0x71, 0x2c, 0x9a, 0x84, 0x2f, 0x9b, 0x33, 0xe8, 0x0c, 0xa4, 0x44, 0x4c, 0xbf, + 0xc9, 0x70, 0x79, 0x86, 0x0d, 0x7d, 0x02, 0x2b, 0x5d, 0xcb, 0x71, 0xc8, 0x91, 0xee, 0x0d, 0x2c, + 0x73, 0x7c, 0x70, 0x50, 0xe0, 0x2b, 0x53, 0x6f, 0xf0, 0x72, 0xe4, 0xb9, 0x69, 0xa0, 0xbd, 0x91, + 0x00, 0x72, 0x7d, 0xba, 0x73, 0xae, 0xf8, 0xcb, 0x0b, 0x54, 0xef, 0x7c, 0x52, 0xa4, 0x96, 0xc2, + 0x9c, 0x50, 0x0e, 0xd2, 0x7b, 0x8d, 0x56, 0xbd, 0xd9, 0x7a, 0x54, 0x90, 0x50, 0x0a, 0x12, 0x4c, + 0x5a, 0xb2, 0x90, 0x0c, 0x65, 0xe5, 0x0f, 0x19, 0xae, 0xcd, 0xd9, 0x55, 0xe3, 0x22, 0x90, 0x6f, + 0x23, 0xb1, 0x08, 0x67, 0x9e, 0xc0, 0x48, 0x11, 0xc8, 0x0d, 0x47, 0x45, 0xa0, 0xe0, 0x7d, 0x0b, + 0x57, 0x75, 0xdb, 0xee, 0xd0, 0xa2, 0x9a, 0x96, 0x30, 0xaf, 0xf5, 0x5e, 0xe8, 0x21, 0xb1, 0xa0, + 0x16, 0xb3, 0xed, 0x3d, 0x6e, 0xf0, 0xa2, 0xfa, 0x50, 0x78, 0xe2, 0xf5, 0x50, 0x2c, 0x15, 0x2b, + 0xc6, 0xc6, 0x26, 0x7a, 0x4f, 0x98, 0x64, 0x20, 0xc5, 0x01, 0xea, 0x2f, 0x72, 0x44, 0x1f, 0xf7, + 0x6d, 0x43, 0xf7, 0xc8, 0x48, 0xaa, 0xe4, 0xbf, 0x20, 0x55, 0x67, 0x48, 0x4c, 0xe2, 0x9f, 0x94, + 0x18, 0x75, 0x17, 0x56, 0xeb, 0xd6, 0x6b, 0xf3, 0xc8, 0xd2, 0x8d, 0xb0, 0x24, 0xbb, 0xc0, 0x17, + 0x8b, 0xfa, 0x65, 0x02, 0xd6, 0x62, 0xca, 0x70, 0xb4, 0x3b, 0x71, 0xc3, 0x7f, 0xd0, 0xe7, 0x47, + 0xdc, 0xee, 0x6e, 0x42, 0x8a, 0x8a, 0x87, 0x65, 0x8a, 0xf3, 0x72, 0xd6, 0x79, 0xaf, 0x32, 0x30, + 0xa7, 0xe2, 0x86, 0x58, 0xb4, 0xe8, 0x39, 0xe4, 0xc4, 0xd9, 0xa7, 0x09, 0x89, 0xbb, 0xe7, 0xdf, + 0xf1, 0xe1, 0x51, 0x58, 0x9d, 0xb8, 0x5d, 0x67, 0x60, 0x7b, 0x96, 0x53, 0x5b, 0x0d, 0x7c, 0x25, + 0x6a, 0x8c, 0x81, 0x3f, 0xd0, 0x65, 0x52, 0x7f, 0x97, 0x21, 0xbf, 0x6f, 0xd3, 0x79, 0x15, 0x07, + 0xec, 0x22, 0x1f, 0x82, 0x4f, 0xa7, 0xf4, 0xa1, 0x12, 0x67, 0x1d, 0xf5, 0x56, 0x7e, 0xe6, 0xe8, + 0xa6, 0xdb, 0x23, 0xce, 0x02, 0x89, 0x50, 0x21, 0xe5, 0x10, 0xdd, 0xb5, 0x4c, 0xa1, 0x10, 0x0c, + 0xc3, 0x47, 0xb0, 0x68, 0xd5, 0x8f, 0x60, 0x65, 0x92, 0x89, 0xea, 0xc4, 0xb8, 0x0c, 0x09, 0x75, + 0x02, 0x20, 0xf5, 0xb0, 0xda, 0x7c, 0xd2, 0xa8, 0x17, 0x12, 0xea, 0x4f, 0x32, 0x64, 0xe9, 0x0c, + 0xec, 0x1c, 0x1c, 0x9b, 0x87, 0xa8, 0xcd, 0x8e, 0x91, 0x41, 0x9c, 0x85, 0x0b, 0x4f, 0xa1, 0xc4, + 0xc0, 0xc4, 0xb5, 0x8e, 0x9d, 0x2e, 0x55, 0x15, 0x83, 0x38, 0x3c, 0x1e, 0x6e, 0xac, 0x49, 0x58, + 0xf4, 0x90, 0xc6, 0xab, 0x49, 0xa1, 0x00, 0xa5, 0x73, 0xd0, 0xb1, 0x47, 0x3e, 0xa5, 0xd4, 0x52, + 0x93, 0x30, 0x6b, 0x6b, 0x69, 0x48, 0x76, 0xe9, 0x2b, 0xf5, 0x9d, 0x0c, 0x57, 0x62, 0x43, 0xb8, + 0xd0, 0x9a, 0xa9, 0x90, 0x62, 0xf4, 0x7c, 0xcd, 0x92, 0x3c, 0x1d, 0x3e, 0x82, 0x45, 0x8b, 0x4a, + 0x90, 0xe9, 0x1e, 0x90, 0xee, 0xa1, 0x7b, 0x3c, 0x14, 0x8b, 0x90, 0x0f, 0x7c, 0x65, 0x34, 0x86, + 0x47, 0x3d, 0xf4, 0x7f, 0x00, 0x66, 0xd3, 0x71, 0x07, 0x6f, 0x09, 0x2b, 0x1c, 0x93, 0xe2, 0xc3, + 0x7c, 0x34, 0x8a, 0xb3, 0xac, 0xff, 0x74, 0xf0, 0x96, 0xa8, 0x3f, 0xc8, 0xb0, 0x1e, 0x37, 0x0d, + 0x17, 0xca, 0xe8, 0x16, 0x8d, 0x96, 0x7a, 0x1b, 0x18, 0x22, 0x27, 0x11, 0x2d, 0x1f, 0xc3, 0x69, + 0xd6, 0x6b, 0x1a, 0xe8, 0x86, 0x58, 0x23, 0x9a, 0x52, 0x7e, 0x3c, 0xf3, 0x62, 0xde, 0xef, 0xfd, + 0xfc, 0x7e, 0x53, 0x7e, 0xf7, 0x7e, 0x53, 0xfe, 0xf5, 0xfd, 0xa6, 0xfc, 0xf2, 0x76, 0x7f, 0xe0, + 0x1d, 0x1c, 0xbf, 0x2a, 0x77, 0xad, 0x61, 0x85, 0x45, 0x52, 0x61, 0x91, 0x54, 0x5c, 0xe3, 0xb0, + 0x72, 0xb2, 0x5d, 0x61, 0x7f, 0xa8, 0x3c, 0x60, 0xbf, 0xaf, 0x52, 0xac, 0xb9, 0xfb, 0x67, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x8d, 0x5d, 0x34, 0x7d, 0x0a, 0x12, 0x00, 0x00, } func (m *Command) Marshal() (dAtA []byte, err error) { @@ -1489,6 +1675,20 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.AgentActivityStatus) > 0 { + for iNdEx := len(m.AgentActivityStatus) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.AgentActivityStatus[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } + } if len(m.DataplaneSoftwareHealths) > 0 { for iNdEx := len(m.DataplaneSoftwareHealths) - 1; iNdEx >= 0; iNdEx-- { { @@ -1567,6 +1767,109 @@ func (m *DataplaneStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *AgentActivityStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *AgentActivityStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Status != nil { + { + size := m.Status.Size() + i -= size + if _, err := m.Status.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + } + } + return len(dAtA) - i, nil +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AgentActivityStatus_NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.NginxConfigStatus != nil { + { + size, err := m.NginxConfigStatus.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCommand(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} +func (m *NginxConfigStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *NginxConfigStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *NginxConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Message) > 0 { + i -= len(m.Message) + copy(dAtA[i:], m.Message) + i = encodeVarintCommand(dAtA, i, uint64(len(m.Message))) + i-- + dAtA[i] = 0x1a + } + if m.Status != 0 { + i = encodeVarintCommand(dAtA, i, uint64(m.Status)) + i-- + dAtA[i] = 0x10 + } + if len(m.CorrelationId) > 0 { + i -= len(m.CorrelationId) + copy(dAtA[i:], m.CorrelationId) + i = encodeVarintCommand(dAtA, i, uint64(len(m.CorrelationId))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *DataplaneSoftwareHealth) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2246,6 +2549,62 @@ func (m *DataplaneStatus) Size() (n int) { n += 1 + l + sovCommand(uint64(l)) } } + if len(m.AgentActivityStatus) > 0 { + for _, e := range m.AgentActivityStatus { + l = e.Size() + n += 1 + l + sovCommand(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Status != nil { + n += m.Status.Size() + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *AgentActivityStatus_NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.NginxConfigStatus != nil { + l = m.NginxConfigStatus.Size() + n += 1 + l + sovCommand(uint64(l)) + } + return n +} +func (m *NginxConfigStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.CorrelationId) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } + if m.Status != 0 { + n += 1 + sovCommand(uint64(m.Status)) + } + l = len(m.Message) + if l > 0 { + n += 1 + l + sovCommand(uint64(l)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -3311,6 +3670,260 @@ func (m *DataplaneStatus) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AgentActivityStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AgentActivityStatus = append(m.AgentActivityStatus, &AgentActivityStatus{}) + if err := m.AgentActivityStatus[len(m.AgentActivityStatus)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *AgentActivityStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: AgentActivityStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: AgentActivityStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NginxConfigStatus", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &NginxConfigStatus{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Status = &AgentActivityStatus_NginxConfigStatus{v} + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCommand(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCommand + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *NginxConfigStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: NginxConfigStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: NginxConfigStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CorrelationId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CorrelationId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + m.Status = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Status |= NginxConfigStatus_Status(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommand + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommand + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommand + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Message = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipCommand(dAtA[iNdEx:]) diff --git a/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto b/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto index 74ec8c9ff..f9c68d686 100644 --- a/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto +++ b/vendor/github.com/nginx/agent/sdk/v2/proto/command.proto @@ -87,6 +87,25 @@ message DataplaneStatus { repeated NginxHealth healths = 5 [(gogoproto.jsontag) = "healths" ]; // moving to DataplaneSoftwareHealth repeated DataplaneSoftwareDetails dataplane_software_details = 6 [(gogoproto.jsontag) = "dataplane_software_details"]; repeated DataplaneSoftwareHealth dataplane_software_healths = 7 [(gogoproto.jsontag) = "dataplane_software_healths"]; + repeated AgentActivityStatus agent_activity_status = 8 [(gogoproto.jsontag) = "agent_activity_status" ]; +} + +message AgentActivityStatus { + oneof Status { + NginxConfigStatus nginx_config_status = 1 [(gogoproto.jsontag) = "nginx_config_status" ]; + } +} + +message NginxConfigStatus { + string correlation_id = 1 [(gogoproto.jsontag) = "correlation_id" ]; + Status status = 2 [(gogoproto.jsontag) = "status" ]; + string message = 3 [(gogoproto.jsontag) = "message" ]; + + enum Status { + PENDING = 0; + OK = 1; + ERROR = 2; + } } message DataplaneSoftwareHealth { diff --git a/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto b/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto index 4bf9d33ba..9f6f1ad55 100644 --- a/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto +++ b/vendor/github.com/nginx/agent/sdk/v2/proto/nginx.proto @@ -102,4 +102,4 @@ message ErrorLog { string log_level = 2 [(gogoproto.jsontag) = "log_level" ]; string permissions = 3 [(gogoproto.jsontag) = "permissions" ]; bool readable = 4 [(gogoproto.jsontag) = "readable" ]; -} \ No newline at end of file +}