// Code generated by protoc-gen-go. DO NOT EDIT. // source: public.proto package public import ( context "context" fmt "fmt" proto "github.com/golang/protobuf/proto" duration "github.com/golang/protobuf/ptypes/duration" healthcheck "github.com/linkerd/linkerd2/controller/gen/common/healthcheck" config "github.com/linkerd/linkerd2/controller/gen/config" grpc "google.golang.org/grpc" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type HttpMethod_Registered int32 const ( HttpMethod_GET HttpMethod_Registered = 0 HttpMethod_POST HttpMethod_Registered = 1 HttpMethod_PUT HttpMethod_Registered = 2 HttpMethod_DELETE HttpMethod_Registered = 3 HttpMethod_PATCH HttpMethod_Registered = 4 HttpMethod_OPTIONS HttpMethod_Registered = 5 HttpMethod_CONNECT HttpMethod_Registered = 6 HttpMethod_HEAD HttpMethod_Registered = 7 HttpMethod_TRACE HttpMethod_Registered = 8 ) var HttpMethod_Registered_name = map[int32]string{ 0: "GET", 1: "POST", 2: "PUT", 3: "DELETE", 4: "PATCH", 5: "OPTIONS", 6: "CONNECT", 7: "HEAD", 8: "TRACE", } var HttpMethod_Registered_value = map[string]int32{ "GET": 0, "POST": 1, "PUT": 2, "DELETE": 3, "PATCH": 4, "OPTIONS": 5, "CONNECT": 6, "HEAD": 7, "TRACE": 8, } func (x HttpMethod_Registered) String() string { return proto.EnumName(HttpMethod_Registered_name, int32(x)) } func (HttpMethod_Registered) EnumDescriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{10, 0} } type Scheme_Registered int32 const ( Scheme_HTTP Scheme_Registered = 0 Scheme_HTTPS Scheme_Registered = 1 ) var Scheme_Registered_name = map[int32]string{ 0: "HTTP", 1: "HTTPS", } var Scheme_Registered_value = map[string]int32{ "HTTP": 0, "HTTPS": 1, } func (x Scheme_Registered) String() string { return proto.EnumName(Scheme_Registered_name, int32(x)) } func (Scheme_Registered) EnumDescriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{11, 0} } type TapEvent_ProxyDirection int32 const ( TapEvent_UNKNOWN TapEvent_ProxyDirection = 0 TapEvent_INBOUND TapEvent_ProxyDirection = 1 TapEvent_OUTBOUND TapEvent_ProxyDirection = 2 ) var TapEvent_ProxyDirection_name = map[int32]string{ 0: "UNKNOWN", 1: "INBOUND", 2: "OUTBOUND", } var TapEvent_ProxyDirection_value = map[string]int32{ "UNKNOWN": 0, "INBOUND": 1, "OUTBOUND": 2, } func (x TapEvent_ProxyDirection) String() string { return proto.EnumName(TapEvent_ProxyDirection_name, int32(x)) } func (TapEvent_ProxyDirection) EnumDescriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 0} } type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Empty) Reset() { *m = Empty{} } func (m *Empty) String() string { return proto.CompactTextString(m) } func (*Empty) ProtoMessage() {} func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{0} } func (m *Empty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Empty.Unmarshal(m, b) } func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Empty.Marshal(b, m, deterministic) } func (m *Empty) XXX_Merge(src proto.Message) { xxx_messageInfo_Empty.Merge(m, src) } func (m *Empty) XXX_Size() int { return xxx_messageInfo_Empty.Size(m) } func (m *Empty) XXX_DiscardUnknown() { xxx_messageInfo_Empty.DiscardUnknown(m) } var xxx_messageInfo_Empty proto.InternalMessageInfo type VersionInfo struct { GoVersion string `protobuf:"bytes,1,opt,name=goVersion,proto3" json:"goVersion,omitempty"` BuildDate string `protobuf:"bytes,2,opt,name=buildDate,proto3" json:"buildDate,omitempty"` ReleaseVersion string `protobuf:"bytes,3,opt,name=releaseVersion,proto3" json:"releaseVersion,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VersionInfo) Reset() { *m = VersionInfo{} } func (m *VersionInfo) String() string { return proto.CompactTextString(m) } func (*VersionInfo) ProtoMessage() {} func (*VersionInfo) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{1} } func (m *VersionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VersionInfo.Unmarshal(m, b) } func (m *VersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VersionInfo.Marshal(b, m, deterministic) } func (m *VersionInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_VersionInfo.Merge(m, src) } func (m *VersionInfo) XXX_Size() int { return xxx_messageInfo_VersionInfo.Size(m) } func (m *VersionInfo) XXX_DiscardUnknown() { xxx_messageInfo_VersionInfo.DiscardUnknown(m) } var xxx_messageInfo_VersionInfo proto.InternalMessageInfo func (m *VersionInfo) GetGoVersion() string { if m != nil { return m.GoVersion } return "" } func (m *VersionInfo) GetBuildDate() string { if m != nil { return m.BuildDate } return "" } func (m *VersionInfo) GetReleaseVersion() string { if m != nil { return m.ReleaseVersion } return "" } type ListServicesRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ListServicesRequest) Reset() { *m = ListServicesRequest{} } func (m *ListServicesRequest) String() string { return proto.CompactTextString(m) } func (*ListServicesRequest) ProtoMessage() {} func (*ListServicesRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{2} } func (m *ListServicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesRequest.Unmarshal(m, b) } func (m *ListServicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ListServicesRequest.Marshal(b, m, deterministic) } func (m *ListServicesRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ListServicesRequest.Merge(m, src) } func (m *ListServicesRequest) XXX_Size() int { return xxx_messageInfo_ListServicesRequest.Size(m) } func (m *ListServicesRequest) XXX_DiscardUnknown() { xxx_messageInfo_ListServicesRequest.DiscardUnknown(m) } var xxx_messageInfo_ListServicesRequest proto.InternalMessageInfo func (m *ListServicesRequest) GetNamespace() string { if m != nil { return m.Namespace } return "" } type ListServicesResponse struct { Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ListServicesResponse) Reset() { *m = ListServicesResponse{} } func (m *ListServicesResponse) String() string { return proto.CompactTextString(m) } func (*ListServicesResponse) ProtoMessage() {} func (*ListServicesResponse) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{3} } func (m *ListServicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesResponse.Unmarshal(m, b) } func (m *ListServicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ListServicesResponse.Marshal(b, m, deterministic) } func (m *ListServicesResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_ListServicesResponse.Merge(m, src) } func (m *ListServicesResponse) XXX_Size() int { return xxx_messageInfo_ListServicesResponse.Size(m) } func (m *ListServicesResponse) XXX_DiscardUnknown() { xxx_messageInfo_ListServicesResponse.DiscardUnknown(m) } var xxx_messageInfo_ListServicesResponse proto.InternalMessageInfo func (m *ListServicesResponse) GetServices() []*Service { if m != nil { return m.Services } return nil } type Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Service) Reset() { *m = Service{} } func (m *Service) String() string { return proto.CompactTextString(m) } func (*Service) ProtoMessage() {} func (*Service) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{4} } func (m *Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Service.Unmarshal(m, b) } func (m *Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Service.Marshal(b, m, deterministic) } func (m *Service) XXX_Merge(src proto.Message) { xxx_messageInfo_Service.Merge(m, src) } func (m *Service) XXX_Size() int { return xxx_messageInfo_Service.Size(m) } func (m *Service) XXX_DiscardUnknown() { xxx_messageInfo_Service.DiscardUnknown(m) } var xxx_messageInfo_Service proto.InternalMessageInfo func (m *Service) GetName() string { if m != nil { return m.Name } return "" } func (m *Service) GetNamespace() string { if m != nil { return m.Namespace } return "" } type ListPodsRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // Deprecated: Do not use. Selector *ResourceSelection `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ListPodsRequest) Reset() { *m = ListPodsRequest{} } func (m *ListPodsRequest) String() string { return proto.CompactTextString(m) } func (*ListPodsRequest) ProtoMessage() {} func (*ListPodsRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{5} } func (m *ListPodsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPodsRequest.Unmarshal(m, b) } func (m *ListPodsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ListPodsRequest.Marshal(b, m, deterministic) } func (m *ListPodsRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ListPodsRequest.Merge(m, src) } func (m *ListPodsRequest) XXX_Size() int { return xxx_messageInfo_ListPodsRequest.Size(m) } func (m *ListPodsRequest) XXX_DiscardUnknown() { xxx_messageInfo_ListPodsRequest.DiscardUnknown(m) } var xxx_messageInfo_ListPodsRequest proto.InternalMessageInfo // Deprecated: Do not use. func (m *ListPodsRequest) GetNamespace() string { if m != nil { return m.Namespace } return "" } func (m *ListPodsRequest) GetSelector() *ResourceSelection { if m != nil { return m.Selector } return nil } type ListPodsResponse struct { Pods []*Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ListPodsResponse) Reset() { *m = ListPodsResponse{} } func (m *ListPodsResponse) String() string { return proto.CompactTextString(m) } func (*ListPodsResponse) ProtoMessage() {} func (*ListPodsResponse) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{6} } func (m *ListPodsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPodsResponse.Unmarshal(m, b) } func (m *ListPodsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ListPodsResponse.Marshal(b, m, deterministic) } func (m *ListPodsResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_ListPodsResponse.Merge(m, src) } func (m *ListPodsResponse) XXX_Size() int { return xxx_messageInfo_ListPodsResponse.Size(m) } func (m *ListPodsResponse) XXX_DiscardUnknown() { xxx_messageInfo_ListPodsResponse.DiscardUnknown(m) } var xxx_messageInfo_ListPodsResponse proto.InternalMessageInfo func (m *ListPodsResponse) GetPods() []*Pod { if m != nil { return m.Pods } return nil } type Pod struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` PodIP string `protobuf:"bytes,2,opt,name=podIP,proto3" json:"podIP,omitempty"` // Types that are valid to be assigned to Owner: // *Pod_Deployment // *Pod_ReplicaSet // *Pod_ReplicationController // *Pod_StatefulSet // *Pod_DaemonSet // *Pod_Job Owner isPod_Owner `protobuf_oneof:"owner"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Added bool `protobuf:"varint,5,opt,name=added,proto3" json:"added,omitempty"` SinceLastReport *duration.Duration `protobuf:"bytes,6,opt,name=sinceLastReport,proto3" json:"sinceLastReport,omitempty"` ControllerNamespace string `protobuf:"bytes,7,opt,name=controllerNamespace,proto3" json:"controllerNamespace,omitempty"` ControlPlane bool `protobuf:"varint,8,opt,name=controlPlane,proto3" json:"controlPlane,omitempty"` Uptime *duration.Duration `protobuf:"bytes,9,opt,name=uptime,proto3" json:"uptime,omitempty"` ProxyReady bool `protobuf:"varint,15,opt,name=proxyReady,proto3" json:"proxyReady,omitempty"` ProxyVersion string `protobuf:"bytes,16,opt,name=proxyVersion,proto3" json:"proxyVersion,omitempty"` ResourceVersion string `protobuf:"bytes,17,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Pod) Reset() { *m = Pod{} } func (m *Pod) String() string { return proto.CompactTextString(m) } func (*Pod) ProtoMessage() {} func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{7} } func (m *Pod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Pod.Unmarshal(m, b) } func (m *Pod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Pod.Marshal(b, m, deterministic) } func (m *Pod) XXX_Merge(src proto.Message) { xxx_messageInfo_Pod.Merge(m, src) } func (m *Pod) XXX_Size() int { return xxx_messageInfo_Pod.Size(m) } func (m *Pod) XXX_DiscardUnknown() { xxx_messageInfo_Pod.DiscardUnknown(m) } var xxx_messageInfo_Pod proto.InternalMessageInfo func (m *Pod) GetName() string { if m != nil { return m.Name } return "" } func (m *Pod) GetPodIP() string { if m != nil { return m.PodIP } return "" } type isPod_Owner interface { isPod_Owner() } type Pod_Deployment struct { Deployment string `protobuf:"bytes,3,opt,name=deployment,proto3,oneof"` } type Pod_ReplicaSet struct { ReplicaSet string `protobuf:"bytes,10,opt,name=replica_set,json=replicaSet,proto3,oneof"` } type Pod_ReplicationController struct { ReplicationController string `protobuf:"bytes,11,opt,name=replication_controller,json=replicationController,proto3,oneof"` } type Pod_StatefulSet struct { StatefulSet string `protobuf:"bytes,12,opt,name=stateful_set,json=statefulSet,proto3,oneof"` } type Pod_DaemonSet struct { DaemonSet string `protobuf:"bytes,13,opt,name=daemon_set,json=daemonSet,proto3,oneof"` } type Pod_Job struct { Job string `protobuf:"bytes,14,opt,name=job,proto3,oneof"` } func (*Pod_Deployment) isPod_Owner() {} func (*Pod_ReplicaSet) isPod_Owner() {} func (*Pod_ReplicationController) isPod_Owner() {} func (*Pod_StatefulSet) isPod_Owner() {} func (*Pod_DaemonSet) isPod_Owner() {} func (*Pod_Job) isPod_Owner() {} func (m *Pod) GetOwner() isPod_Owner { if m != nil { return m.Owner } return nil } func (m *Pod) GetDeployment() string { if x, ok := m.GetOwner().(*Pod_Deployment); ok { return x.Deployment } return "" } func (m *Pod) GetReplicaSet() string { if x, ok := m.GetOwner().(*Pod_ReplicaSet); ok { return x.ReplicaSet } return "" } func (m *Pod) GetReplicationController() string { if x, ok := m.GetOwner().(*Pod_ReplicationController); ok { return x.ReplicationController } return "" } func (m *Pod) GetStatefulSet() string { if x, ok := m.GetOwner().(*Pod_StatefulSet); ok { return x.StatefulSet } return "" } func (m *Pod) GetDaemonSet() string { if x, ok := m.GetOwner().(*Pod_DaemonSet); ok { return x.DaemonSet } return "" } func (m *Pod) GetJob() string { if x, ok := m.GetOwner().(*Pod_Job); ok { return x.Job } return "" } func (m *Pod) GetStatus() string { if m != nil { return m.Status } return "" } func (m *Pod) GetAdded() bool { if m != nil { return m.Added } return false } func (m *Pod) GetSinceLastReport() *duration.Duration { if m != nil { return m.SinceLastReport } return nil } func (m *Pod) GetControllerNamespace() string { if m != nil { return m.ControllerNamespace } return "" } func (m *Pod) GetControlPlane() bool { if m != nil { return m.ControlPlane } return false } func (m *Pod) GetUptime() *duration.Duration { if m != nil { return m.Uptime } return nil } func (m *Pod) GetProxyReady() bool { if m != nil { return m.ProxyReady } return false } func (m *Pod) GetProxyVersion() string { if m != nil { return m.ProxyVersion } return "" } func (m *Pod) GetResourceVersion() string { if m != nil { return m.ResourceVersion } return "" } // XXX_OneofWrappers is for the internal use of the proto package. func (*Pod) XXX_OneofWrappers() []interface{} { return []interface{}{ (*Pod_Deployment)(nil), (*Pod_ReplicaSet)(nil), (*Pod_ReplicationController)(nil), (*Pod_StatefulSet)(nil), (*Pod_DaemonSet)(nil), (*Pod_Job)(nil), } } // Deprecated: Do not use. type TapRequest struct { // Types that are valid to be assigned to Target: // *TapRequest_Pod // *TapRequest_Deployment Target isTapRequest_Target `protobuf_oneof:"target"` // validation of these fields happens on the server MaxRps float32 `protobuf:"fixed32,3,opt,name=maxRps,proto3" json:"maxRps,omitempty"` ToPort uint32 `protobuf:"varint,4,opt,name=toPort,proto3" json:"toPort,omitempty"` ToIP string `protobuf:"bytes,5,opt,name=toIP,proto3" json:"toIP,omitempty"` FromPort uint32 `protobuf:"varint,6,opt,name=fromPort,proto3" json:"fromPort,omitempty"` FromIP string `protobuf:"bytes,7,opt,name=fromIP,proto3" json:"fromIP,omitempty"` Scheme string `protobuf:"bytes,8,opt,name=scheme,proto3" json:"scheme,omitempty"` Method string `protobuf:"bytes,9,opt,name=method,proto3" json:"method,omitempty"` Authority string `protobuf:"bytes,10,opt,name=authority,proto3" json:"authority,omitempty"` Path string `protobuf:"bytes,11,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapRequest) Reset() { *m = TapRequest{} } func (m *TapRequest) String() string { return proto.CompactTextString(m) } func (*TapRequest) ProtoMessage() {} func (*TapRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{8} } func (m *TapRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapRequest.Unmarshal(m, b) } func (m *TapRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapRequest.Marshal(b, m, deterministic) } func (m *TapRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_TapRequest.Merge(m, src) } func (m *TapRequest) XXX_Size() int { return xxx_messageInfo_TapRequest.Size(m) } func (m *TapRequest) XXX_DiscardUnknown() { xxx_messageInfo_TapRequest.DiscardUnknown(m) } var xxx_messageInfo_TapRequest proto.InternalMessageInfo type isTapRequest_Target interface { isTapRequest_Target() } type TapRequest_Pod struct { Pod string `protobuf:"bytes,1,opt,name=pod,proto3,oneof"` } type TapRequest_Deployment struct { Deployment string `protobuf:"bytes,2,opt,name=deployment,proto3,oneof"` } func (*TapRequest_Pod) isTapRequest_Target() {} func (*TapRequest_Deployment) isTapRequest_Target() {} func (m *TapRequest) GetTarget() isTapRequest_Target { if m != nil { return m.Target } return nil } func (m *TapRequest) GetPod() string { if x, ok := m.GetTarget().(*TapRequest_Pod); ok { return x.Pod } return "" } func (m *TapRequest) GetDeployment() string { if x, ok := m.GetTarget().(*TapRequest_Deployment); ok { return x.Deployment } return "" } func (m *TapRequest) GetMaxRps() float32 { if m != nil { return m.MaxRps } return 0 } func (m *TapRequest) GetToPort() uint32 { if m != nil { return m.ToPort } return 0 } func (m *TapRequest) GetToIP() string { if m != nil { return m.ToIP } return "" } func (m *TapRequest) GetFromPort() uint32 { if m != nil { return m.FromPort } return 0 } func (m *TapRequest) GetFromIP() string { if m != nil { return m.FromIP } return "" } func (m *TapRequest) GetScheme() string { if m != nil { return m.Scheme } return "" } func (m *TapRequest) GetMethod() string { if m != nil { return m.Method } return "" } func (m *TapRequest) GetAuthority() string { if m != nil { return m.Authority } return "" } func (m *TapRequest) GetPath() string { if m != nil { return m.Path } return "" } // XXX_OneofWrappers is for the internal use of the proto package. func (*TapRequest) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TapRequest_Pod)(nil), (*TapRequest_Deployment)(nil), } } // A tap request over kubernetes resources. type TapByResourceRequest struct { // Describes the kubernetes pods that should be tapped. Target *ResourceSelection `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // Selects over events to be reported. Match *TapByResourceRequest_Match `protobuf:"bytes,2,opt,name=match,proto3" json:"match,omitempty"` // Limits the number of events to be inspected. MaxRps float32 `protobuf:"fixed32,3,opt,name=maxRps,proto3" json:"maxRps,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapByResourceRequest) Reset() { *m = TapByResourceRequest{} } func (m *TapByResourceRequest) String() string { return proto.CompactTextString(m) } func (*TapByResourceRequest) ProtoMessage() {} func (*TapByResourceRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{9} } func (m *TapByResourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapByResourceRequest.Unmarshal(m, b) } func (m *TapByResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapByResourceRequest.Marshal(b, m, deterministic) } func (m *TapByResourceRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_TapByResourceRequest.Merge(m, src) } func (m *TapByResourceRequest) XXX_Size() int { return xxx_messageInfo_TapByResourceRequest.Size(m) } func (m *TapByResourceRequest) XXX_DiscardUnknown() { xxx_messageInfo_TapByResourceRequest.DiscardUnknown(m) } var xxx_messageInfo_TapByResourceRequest proto.InternalMessageInfo func (m *TapByResourceRequest) GetTarget() *ResourceSelection { if m != nil { return m.Target } return nil } func (m *TapByResourceRequest) GetMatch() *TapByResourceRequest_Match { if m != nil { return m.Match } return nil } func (m *TapByResourceRequest) GetMaxRps() float32 { if m != nil { return m.MaxRps } return 0 } type TapByResourceRequest_Match struct { // Types that are valid to be assigned to Match: // *TapByResourceRequest_Match_All // *TapByResourceRequest_Match_Any // *TapByResourceRequest_Match_Not // *TapByResourceRequest_Match_Destinations // *TapByResourceRequest_Match_Http_ Match isTapByResourceRequest_Match_Match `protobuf_oneof:"match"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapByResourceRequest_Match) Reset() { *m = TapByResourceRequest_Match{} } func (m *TapByResourceRequest_Match) String() string { return proto.CompactTextString(m) } func (*TapByResourceRequest_Match) ProtoMessage() {} func (*TapByResourceRequest_Match) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{9, 0} } func (m *TapByResourceRequest_Match) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapByResourceRequest_Match.Unmarshal(m, b) } func (m *TapByResourceRequest_Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapByResourceRequest_Match.Marshal(b, m, deterministic) } func (m *TapByResourceRequest_Match) XXX_Merge(src proto.Message) { xxx_messageInfo_TapByResourceRequest_Match.Merge(m, src) } func (m *TapByResourceRequest_Match) XXX_Size() int { return xxx_messageInfo_TapByResourceRequest_Match.Size(m) } func (m *TapByResourceRequest_Match) XXX_DiscardUnknown() { xxx_messageInfo_TapByResourceRequest_Match.DiscardUnknown(m) } var xxx_messageInfo_TapByResourceRequest_Match proto.InternalMessageInfo type isTapByResourceRequest_Match_Match interface { isTapByResourceRequest_Match_Match() } type TapByResourceRequest_Match_All struct { All *TapByResourceRequest_Match_Seq `protobuf:"bytes,1,opt,name=all,proto3,oneof"` } type TapByResourceRequest_Match_Any struct { Any *TapByResourceRequest_Match_Seq `protobuf:"bytes,2,opt,name=any,proto3,oneof"` } type TapByResourceRequest_Match_Not struct { Not *TapByResourceRequest_Match `protobuf:"bytes,3,opt,name=not,proto3,oneof"` } type TapByResourceRequest_Match_Destinations struct { Destinations *ResourceSelection `protobuf:"bytes,4,opt,name=destinations,proto3,oneof"` } type TapByResourceRequest_Match_Http_ struct { Http *TapByResourceRequest_Match_Http `protobuf:"bytes,5,opt,name=http,proto3,oneof"` } func (*TapByResourceRequest_Match_All) isTapByResourceRequest_Match_Match() {} func (*TapByResourceRequest_Match_Any) isTapByResourceRequest_Match_Match() {} func (*TapByResourceRequest_Match_Not) isTapByResourceRequest_Match_Match() {} func (*TapByResourceRequest_Match_Destinations) isTapByResourceRequest_Match_Match() {} func (*TapByResourceRequest_Match_Http_) isTapByResourceRequest_Match_Match() {} func (m *TapByResourceRequest_Match) GetMatch() isTapByResourceRequest_Match_Match { if m != nil { return m.Match } return nil } func (m *TapByResourceRequest_Match) GetAll() *TapByResourceRequest_Match_Seq { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_All); ok { return x.All } return nil } func (m *TapByResourceRequest_Match) GetAny() *TapByResourceRequest_Match_Seq { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Any); ok { return x.Any } return nil } func (m *TapByResourceRequest_Match) GetNot() *TapByResourceRequest_Match { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Not); ok { return x.Not } return nil } func (m *TapByResourceRequest_Match) GetDestinations() *ResourceSelection { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Destinations); ok { return x.Destinations } return nil } func (m *TapByResourceRequest_Match) GetHttp() *TapByResourceRequest_Match_Http { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Http_); ok { return x.Http } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*TapByResourceRequest_Match) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TapByResourceRequest_Match_All)(nil), (*TapByResourceRequest_Match_Any)(nil), (*TapByResourceRequest_Match_Not)(nil), (*TapByResourceRequest_Match_Destinations)(nil), (*TapByResourceRequest_Match_Http_)(nil), } } type TapByResourceRequest_Match_Seq struct { Matches []*TapByResourceRequest_Match `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapByResourceRequest_Match_Seq) Reset() { *m = TapByResourceRequest_Match_Seq{} } func (m *TapByResourceRequest_Match_Seq) String() string { return proto.CompactTextString(m) } func (*TapByResourceRequest_Match_Seq) ProtoMessage() {} func (*TapByResourceRequest_Match_Seq) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{9, 0, 0} } func (m *TapByResourceRequest_Match_Seq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapByResourceRequest_Match_Seq.Unmarshal(m, b) } func (m *TapByResourceRequest_Match_Seq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapByResourceRequest_Match_Seq.Marshal(b, m, deterministic) } func (m *TapByResourceRequest_Match_Seq) XXX_Merge(src proto.Message) { xxx_messageInfo_TapByResourceRequest_Match_Seq.Merge(m, src) } func (m *TapByResourceRequest_Match_Seq) XXX_Size() int { return xxx_messageInfo_TapByResourceRequest_Match_Seq.Size(m) } func (m *TapByResourceRequest_Match_Seq) XXX_DiscardUnknown() { xxx_messageInfo_TapByResourceRequest_Match_Seq.DiscardUnknown(m) } var xxx_messageInfo_TapByResourceRequest_Match_Seq proto.InternalMessageInfo func (m *TapByResourceRequest_Match_Seq) GetMatches() []*TapByResourceRequest_Match { if m != nil { return m.Matches } return nil } type TapByResourceRequest_Match_Http struct { // Types that are valid to be assigned to Match: // *TapByResourceRequest_Match_Http_Scheme // *TapByResourceRequest_Match_Http_Method // *TapByResourceRequest_Match_Http_Authority // *TapByResourceRequest_Match_Http_Path Match isTapByResourceRequest_Match_Http_Match `protobuf_oneof:"match"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapByResourceRequest_Match_Http) Reset() { *m = TapByResourceRequest_Match_Http{} } func (m *TapByResourceRequest_Match_Http) String() string { return proto.CompactTextString(m) } func (*TapByResourceRequest_Match_Http) ProtoMessage() {} func (*TapByResourceRequest_Match_Http) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{9, 0, 1} } func (m *TapByResourceRequest_Match_Http) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapByResourceRequest_Match_Http.Unmarshal(m, b) } func (m *TapByResourceRequest_Match_Http) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapByResourceRequest_Match_Http.Marshal(b, m, deterministic) } func (m *TapByResourceRequest_Match_Http) XXX_Merge(src proto.Message) { xxx_messageInfo_TapByResourceRequest_Match_Http.Merge(m, src) } func (m *TapByResourceRequest_Match_Http) XXX_Size() int { return xxx_messageInfo_TapByResourceRequest_Match_Http.Size(m) } func (m *TapByResourceRequest_Match_Http) XXX_DiscardUnknown() { xxx_messageInfo_TapByResourceRequest_Match_Http.DiscardUnknown(m) } var xxx_messageInfo_TapByResourceRequest_Match_Http proto.InternalMessageInfo type isTapByResourceRequest_Match_Http_Match interface { isTapByResourceRequest_Match_Http_Match() } type TapByResourceRequest_Match_Http_Scheme struct { Scheme string `protobuf:"bytes,1,opt,name=scheme,proto3,oneof"` } type TapByResourceRequest_Match_Http_Method struct { Method string `protobuf:"bytes,2,opt,name=method,proto3,oneof"` } type TapByResourceRequest_Match_Http_Authority struct { Authority string `protobuf:"bytes,3,opt,name=authority,proto3,oneof"` } type TapByResourceRequest_Match_Http_Path struct { Path string `protobuf:"bytes,4,opt,name=path,proto3,oneof"` } func (*TapByResourceRequest_Match_Http_Scheme) isTapByResourceRequest_Match_Http_Match() {} func (*TapByResourceRequest_Match_Http_Method) isTapByResourceRequest_Match_Http_Match() {} func (*TapByResourceRequest_Match_Http_Authority) isTapByResourceRequest_Match_Http_Match() {} func (*TapByResourceRequest_Match_Http_Path) isTapByResourceRequest_Match_Http_Match() {} func (m *TapByResourceRequest_Match_Http) GetMatch() isTapByResourceRequest_Match_Http_Match { if m != nil { return m.Match } return nil } func (m *TapByResourceRequest_Match_Http) GetScheme() string { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Http_Scheme); ok { return x.Scheme } return "" } func (m *TapByResourceRequest_Match_Http) GetMethod() string { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Http_Method); ok { return x.Method } return "" } func (m *TapByResourceRequest_Match_Http) GetAuthority() string { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Http_Authority); ok { return x.Authority } return "" } func (m *TapByResourceRequest_Match_Http) GetPath() string { if x, ok := m.GetMatch().(*TapByResourceRequest_Match_Http_Path); ok { return x.Path } return "" } // XXX_OneofWrappers is for the internal use of the proto package. func (*TapByResourceRequest_Match_Http) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TapByResourceRequest_Match_Http_Scheme)(nil), (*TapByResourceRequest_Match_Http_Method)(nil), (*TapByResourceRequest_Match_Http_Authority)(nil), (*TapByResourceRequest_Match_Http_Path)(nil), } } type HttpMethod struct { // Types that are valid to be assigned to Type: // *HttpMethod_Registered_ // *HttpMethod_Unregistered Type isHttpMethod_Type `protobuf_oneof:"type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HttpMethod) Reset() { *m = HttpMethod{} } func (m *HttpMethod) String() string { return proto.CompactTextString(m) } func (*HttpMethod) ProtoMessage() {} func (*HttpMethod) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{10} } func (m *HttpMethod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpMethod.Unmarshal(m, b) } func (m *HttpMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HttpMethod.Marshal(b, m, deterministic) } func (m *HttpMethod) XXX_Merge(src proto.Message) { xxx_messageInfo_HttpMethod.Merge(m, src) } func (m *HttpMethod) XXX_Size() int { return xxx_messageInfo_HttpMethod.Size(m) } func (m *HttpMethod) XXX_DiscardUnknown() { xxx_messageInfo_HttpMethod.DiscardUnknown(m) } var xxx_messageInfo_HttpMethod proto.InternalMessageInfo type isHttpMethod_Type interface { isHttpMethod_Type() } type HttpMethod_Registered_ struct { Registered HttpMethod_Registered `protobuf:"varint,1,opt,name=registered,proto3,enum=linkerd2.public.HttpMethod_Registered,oneof"` } type HttpMethod_Unregistered struct { Unregistered string `protobuf:"bytes,2,opt,name=unregistered,proto3,oneof"` } func (*HttpMethod_Registered_) isHttpMethod_Type() {} func (*HttpMethod_Unregistered) isHttpMethod_Type() {} func (m *HttpMethod) GetType() isHttpMethod_Type { if m != nil { return m.Type } return nil } func (m *HttpMethod) GetRegistered() HttpMethod_Registered { if x, ok := m.GetType().(*HttpMethod_Registered_); ok { return x.Registered } return HttpMethod_GET } func (m *HttpMethod) GetUnregistered() string { if x, ok := m.GetType().(*HttpMethod_Unregistered); ok { return x.Unregistered } return "" } // XXX_OneofWrappers is for the internal use of the proto package. func (*HttpMethod) XXX_OneofWrappers() []interface{} { return []interface{}{ (*HttpMethod_Registered_)(nil), (*HttpMethod_Unregistered)(nil), } } type Scheme struct { // Types that are valid to be assigned to Type: // *Scheme_Registered_ // *Scheme_Unregistered Type isScheme_Type `protobuf_oneof:"type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Scheme) Reset() { *m = Scheme{} } func (m *Scheme) String() string { return proto.CompactTextString(m) } func (*Scheme) ProtoMessage() {} func (*Scheme) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{11} } func (m *Scheme) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Scheme.Unmarshal(m, b) } func (m *Scheme) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Scheme.Marshal(b, m, deterministic) } func (m *Scheme) XXX_Merge(src proto.Message) { xxx_messageInfo_Scheme.Merge(m, src) } func (m *Scheme) XXX_Size() int { return xxx_messageInfo_Scheme.Size(m) } func (m *Scheme) XXX_DiscardUnknown() { xxx_messageInfo_Scheme.DiscardUnknown(m) } var xxx_messageInfo_Scheme proto.InternalMessageInfo type isScheme_Type interface { isScheme_Type() } type Scheme_Registered_ struct { Registered Scheme_Registered `protobuf:"varint,1,opt,name=registered,proto3,enum=linkerd2.public.Scheme_Registered,oneof"` } type Scheme_Unregistered struct { Unregistered string `protobuf:"bytes,2,opt,name=unregistered,proto3,oneof"` } func (*Scheme_Registered_) isScheme_Type() {} func (*Scheme_Unregistered) isScheme_Type() {} func (m *Scheme) GetType() isScheme_Type { if m != nil { return m.Type } return nil } func (m *Scheme) GetRegistered() Scheme_Registered { if x, ok := m.GetType().(*Scheme_Registered_); ok { return x.Registered } return Scheme_HTTP } func (m *Scheme) GetUnregistered() string { if x, ok := m.GetType().(*Scheme_Unregistered); ok { return x.Unregistered } return "" } // XXX_OneofWrappers is for the internal use of the proto package. func (*Scheme) XXX_OneofWrappers() []interface{} { return []interface{}{ (*Scheme_Registered_)(nil), (*Scheme_Unregistered)(nil), } } type IPAddress struct { // Types that are valid to be assigned to Ip: // *IPAddress_Ipv4 // *IPAddress_Ipv6 Ip isIPAddress_Ip `protobuf_oneof:"ip"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *IPAddress) Reset() { *m = IPAddress{} } func (m *IPAddress) String() string { return proto.CompactTextString(m) } func (*IPAddress) ProtoMessage() {} func (*IPAddress) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{12} } func (m *IPAddress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IPAddress.Unmarshal(m, b) } func (m *IPAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_IPAddress.Marshal(b, m, deterministic) } func (m *IPAddress) XXX_Merge(src proto.Message) { xxx_messageInfo_IPAddress.Merge(m, src) } func (m *IPAddress) XXX_Size() int { return xxx_messageInfo_IPAddress.Size(m) } func (m *IPAddress) XXX_DiscardUnknown() { xxx_messageInfo_IPAddress.DiscardUnknown(m) } var xxx_messageInfo_IPAddress proto.InternalMessageInfo type isIPAddress_Ip interface { isIPAddress_Ip() } type IPAddress_Ipv4 struct { Ipv4 uint32 `protobuf:"fixed32,1,opt,name=ipv4,proto3,oneof"` } type IPAddress_Ipv6 struct { Ipv6 *IPv6 `protobuf:"bytes,2,opt,name=ipv6,proto3,oneof"` } func (*IPAddress_Ipv4) isIPAddress_Ip() {} func (*IPAddress_Ipv6) isIPAddress_Ip() {} func (m *IPAddress) GetIp() isIPAddress_Ip { if m != nil { return m.Ip } return nil } func (m *IPAddress) GetIpv4() uint32 { if x, ok := m.GetIp().(*IPAddress_Ipv4); ok { return x.Ipv4 } return 0 } func (m *IPAddress) GetIpv6() *IPv6 { if x, ok := m.GetIp().(*IPAddress_Ipv6); ok { return x.Ipv6 } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*IPAddress) XXX_OneofWrappers() []interface{} { return []interface{}{ (*IPAddress_Ipv4)(nil), (*IPAddress_Ipv6)(nil), } } type IPv6 struct { First uint64 `protobuf:"fixed64,1,opt,name=first,proto3" json:"first,omitempty"` Last uint64 `protobuf:"fixed64,2,opt,name=last,proto3" json:"last,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *IPv6) Reset() { *m = IPv6{} } func (m *IPv6) String() string { return proto.CompactTextString(m) } func (*IPv6) ProtoMessage() {} func (*IPv6) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{13} } func (m *IPv6) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IPv6.Unmarshal(m, b) } func (m *IPv6) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_IPv6.Marshal(b, m, deterministic) } func (m *IPv6) XXX_Merge(src proto.Message) { xxx_messageInfo_IPv6.Merge(m, src) } func (m *IPv6) XXX_Size() int { return xxx_messageInfo_IPv6.Size(m) } func (m *IPv6) XXX_DiscardUnknown() { xxx_messageInfo_IPv6.DiscardUnknown(m) } var xxx_messageInfo_IPv6 proto.InternalMessageInfo func (m *IPv6) GetFirst() uint64 { if m != nil { return m.First } return 0 } func (m *IPv6) GetLast() uint64 { if m != nil { return m.Last } return 0 } type TcpAddress struct { Ip *IPAddress `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TcpAddress) Reset() { *m = TcpAddress{} } func (m *TcpAddress) String() string { return proto.CompactTextString(m) } func (*TcpAddress) ProtoMessage() {} func (*TcpAddress) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{14} } func (m *TcpAddress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TcpAddress.Unmarshal(m, b) } func (m *TcpAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TcpAddress.Marshal(b, m, deterministic) } func (m *TcpAddress) XXX_Merge(src proto.Message) { xxx_messageInfo_TcpAddress.Merge(m, src) } func (m *TcpAddress) XXX_Size() int { return xxx_messageInfo_TcpAddress.Size(m) } func (m *TcpAddress) XXX_DiscardUnknown() { xxx_messageInfo_TcpAddress.DiscardUnknown(m) } var xxx_messageInfo_TcpAddress proto.InternalMessageInfo func (m *TcpAddress) GetIp() *IPAddress { if m != nil { return m.Ip } return nil } func (m *TcpAddress) GetPort() uint32 { if m != nil { return m.Port } return 0 } type Eos struct { // Types that are valid to be assigned to End: // *Eos_GrpcStatusCode // *Eos_ResetErrorCode End isEos_End `protobuf_oneof:"end"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Eos) Reset() { *m = Eos{} } func (m *Eos) String() string { return proto.CompactTextString(m) } func (*Eos) ProtoMessage() {} func (*Eos) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{15} } func (m *Eos) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Eos.Unmarshal(m, b) } func (m *Eos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Eos.Marshal(b, m, deterministic) } func (m *Eos) XXX_Merge(src proto.Message) { xxx_messageInfo_Eos.Merge(m, src) } func (m *Eos) XXX_Size() int { return xxx_messageInfo_Eos.Size(m) } func (m *Eos) XXX_DiscardUnknown() { xxx_messageInfo_Eos.DiscardUnknown(m) } var xxx_messageInfo_Eos proto.InternalMessageInfo type isEos_End interface { isEos_End() } type Eos_GrpcStatusCode struct { GrpcStatusCode uint32 `protobuf:"varint,1,opt,name=grpc_status_code,json=grpcStatusCode,proto3,oneof"` } type Eos_ResetErrorCode struct { ResetErrorCode uint32 `protobuf:"varint,2,opt,name=reset_error_code,json=resetErrorCode,proto3,oneof"` } func (*Eos_GrpcStatusCode) isEos_End() {} func (*Eos_ResetErrorCode) isEos_End() {} func (m *Eos) GetEnd() isEos_End { if m != nil { return m.End } return nil } func (m *Eos) GetGrpcStatusCode() uint32 { if x, ok := m.GetEnd().(*Eos_GrpcStatusCode); ok { return x.GrpcStatusCode } return 0 } func (m *Eos) GetResetErrorCode() uint32 { if x, ok := m.GetEnd().(*Eos_ResetErrorCode); ok { return x.ResetErrorCode } return 0 } // XXX_OneofWrappers is for the internal use of the proto package. func (*Eos) XXX_OneofWrappers() []interface{} { return []interface{}{ (*Eos_GrpcStatusCode)(nil), (*Eos_ResetErrorCode)(nil), } } type TapEvent struct { Source *TcpAddress `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` SourceMeta *TapEvent_EndpointMeta `protobuf:"bytes,5,opt,name=source_meta,json=sourceMeta,proto3" json:"source_meta,omitempty"` Destination *TcpAddress `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` DestinationMeta *TapEvent_EndpointMeta `protobuf:"bytes,4,opt,name=destination_meta,json=destinationMeta,proto3" json:"destination_meta,omitempty"` RouteMeta *TapEvent_RouteMeta `protobuf:"bytes,7,opt,name=route_meta,json=routeMeta,proto3" json:"route_meta,omitempty"` ProxyDirection TapEvent_ProxyDirection `protobuf:"varint,6,opt,name=proxy_direction,json=proxyDirection,proto3,enum=linkerd2.public.TapEvent_ProxyDirection" json:"proxy_direction,omitempty"` // Types that are valid to be assigned to Event: // *TapEvent_Http_ Event isTapEvent_Event `protobuf_oneof:"event"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent) Reset() { *m = TapEvent{} } func (m *TapEvent) String() string { return proto.CompactTextString(m) } func (*TapEvent) ProtoMessage() {} func (*TapEvent) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16} } func (m *TapEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent.Unmarshal(m, b) } func (m *TapEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent.Marshal(b, m, deterministic) } func (m *TapEvent) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent.Merge(m, src) } func (m *TapEvent) XXX_Size() int { return xxx_messageInfo_TapEvent.Size(m) } func (m *TapEvent) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent.DiscardUnknown(m) } var xxx_messageInfo_TapEvent proto.InternalMessageInfo func (m *TapEvent) GetSource() *TcpAddress { if m != nil { return m.Source } return nil } func (m *TapEvent) GetSourceMeta() *TapEvent_EndpointMeta { if m != nil { return m.SourceMeta } return nil } func (m *TapEvent) GetDestination() *TcpAddress { if m != nil { return m.Destination } return nil } func (m *TapEvent) GetDestinationMeta() *TapEvent_EndpointMeta { if m != nil { return m.DestinationMeta } return nil } func (m *TapEvent) GetRouteMeta() *TapEvent_RouteMeta { if m != nil { return m.RouteMeta } return nil } func (m *TapEvent) GetProxyDirection() TapEvent_ProxyDirection { if m != nil { return m.ProxyDirection } return TapEvent_UNKNOWN } type isTapEvent_Event interface { isTapEvent_Event() } type TapEvent_Http_ struct { Http *TapEvent_Http `protobuf:"bytes,3,opt,name=http,proto3,oneof"` } func (*TapEvent_Http_) isTapEvent_Event() {} func (m *TapEvent) GetEvent() isTapEvent_Event { if m != nil { return m.Event } return nil } func (m *TapEvent) GetHttp() *TapEvent_Http { if x, ok := m.GetEvent().(*TapEvent_Http_); ok { return x.Http } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*TapEvent) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TapEvent_Http_)(nil), } } type TapEvent_EndpointMeta struct { Labels map[string]string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_EndpointMeta) Reset() { *m = TapEvent_EndpointMeta{} } func (m *TapEvent_EndpointMeta) String() string { return proto.CompactTextString(m) } func (*TapEvent_EndpointMeta) ProtoMessage() {} func (*TapEvent_EndpointMeta) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 0} } func (m *TapEvent_EndpointMeta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_EndpointMeta.Unmarshal(m, b) } func (m *TapEvent_EndpointMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_EndpointMeta.Marshal(b, m, deterministic) } func (m *TapEvent_EndpointMeta) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_EndpointMeta.Merge(m, src) } func (m *TapEvent_EndpointMeta) XXX_Size() int { return xxx_messageInfo_TapEvent_EndpointMeta.Size(m) } func (m *TapEvent_EndpointMeta) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_EndpointMeta.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_EndpointMeta proto.InternalMessageInfo func (m *TapEvent_EndpointMeta) GetLabels() map[string]string { if m != nil { return m.Labels } return nil } type TapEvent_RouteMeta struct { Labels map[string]string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_RouteMeta) Reset() { *m = TapEvent_RouteMeta{} } func (m *TapEvent_RouteMeta) String() string { return proto.CompactTextString(m) } func (*TapEvent_RouteMeta) ProtoMessage() {} func (*TapEvent_RouteMeta) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 1} } func (m *TapEvent_RouteMeta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_RouteMeta.Unmarshal(m, b) } func (m *TapEvent_RouteMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_RouteMeta.Marshal(b, m, deterministic) } func (m *TapEvent_RouteMeta) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_RouteMeta.Merge(m, src) } func (m *TapEvent_RouteMeta) XXX_Size() int { return xxx_messageInfo_TapEvent_RouteMeta.Size(m) } func (m *TapEvent_RouteMeta) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_RouteMeta.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_RouteMeta proto.InternalMessageInfo func (m *TapEvent_RouteMeta) GetLabels() map[string]string { if m != nil { return m.Labels } return nil } type TapEvent_Http struct { // Types that are valid to be assigned to Event: // *TapEvent_Http_RequestInit_ // *TapEvent_Http_ResponseInit_ // *TapEvent_Http_ResponseEnd_ Event isTapEvent_Http_Event `protobuf_oneof:"event"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_Http) Reset() { *m = TapEvent_Http{} } func (m *TapEvent_Http) String() string { return proto.CompactTextString(m) } func (*TapEvent_Http) ProtoMessage() {} func (*TapEvent_Http) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 2} } func (m *TapEvent_Http) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_Http.Unmarshal(m, b) } func (m *TapEvent_Http) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_Http.Marshal(b, m, deterministic) } func (m *TapEvent_Http) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_Http.Merge(m, src) } func (m *TapEvent_Http) XXX_Size() int { return xxx_messageInfo_TapEvent_Http.Size(m) } func (m *TapEvent_Http) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_Http.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_Http proto.InternalMessageInfo type isTapEvent_Http_Event interface { isTapEvent_Http_Event() } type TapEvent_Http_RequestInit_ struct { RequestInit *TapEvent_Http_RequestInit `protobuf:"bytes,1,opt,name=request_init,json=requestInit,proto3,oneof"` } type TapEvent_Http_ResponseInit_ struct { ResponseInit *TapEvent_Http_ResponseInit `protobuf:"bytes,2,opt,name=response_init,json=responseInit,proto3,oneof"` } type TapEvent_Http_ResponseEnd_ struct { ResponseEnd *TapEvent_Http_ResponseEnd `protobuf:"bytes,3,opt,name=response_end,json=responseEnd,proto3,oneof"` } func (*TapEvent_Http_RequestInit_) isTapEvent_Http_Event() {} func (*TapEvent_Http_ResponseInit_) isTapEvent_Http_Event() {} func (*TapEvent_Http_ResponseEnd_) isTapEvent_Http_Event() {} func (m *TapEvent_Http) GetEvent() isTapEvent_Http_Event { if m != nil { return m.Event } return nil } func (m *TapEvent_Http) GetRequestInit() *TapEvent_Http_RequestInit { if x, ok := m.GetEvent().(*TapEvent_Http_RequestInit_); ok { return x.RequestInit } return nil } func (m *TapEvent_Http) GetResponseInit() *TapEvent_Http_ResponseInit { if x, ok := m.GetEvent().(*TapEvent_Http_ResponseInit_); ok { return x.ResponseInit } return nil } func (m *TapEvent_Http) GetResponseEnd() *TapEvent_Http_ResponseEnd { if x, ok := m.GetEvent().(*TapEvent_Http_ResponseEnd_); ok { return x.ResponseEnd } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*TapEvent_Http) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TapEvent_Http_RequestInit_)(nil), (*TapEvent_Http_ResponseInit_)(nil), (*TapEvent_Http_ResponseEnd_)(nil), } } type TapEvent_Http_StreamId struct { // A randomized base (stable across a process's runtime) Base uint32 `protobuf:"varint,1,opt,name=base,proto3" json:"base,omitempty"` // A stream id unique within the lifetime of `base`. Stream uint64 `protobuf:"varint,2,opt,name=stream,proto3" json:"stream,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_Http_StreamId) Reset() { *m = TapEvent_Http_StreamId{} } func (m *TapEvent_Http_StreamId) String() string { return proto.CompactTextString(m) } func (*TapEvent_Http_StreamId) ProtoMessage() {} func (*TapEvent_Http_StreamId) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 2, 0} } func (m *TapEvent_Http_StreamId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_Http_StreamId.Unmarshal(m, b) } func (m *TapEvent_Http_StreamId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_Http_StreamId.Marshal(b, m, deterministic) } func (m *TapEvent_Http_StreamId) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_Http_StreamId.Merge(m, src) } func (m *TapEvent_Http_StreamId) XXX_Size() int { return xxx_messageInfo_TapEvent_Http_StreamId.Size(m) } func (m *TapEvent_Http_StreamId) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_Http_StreamId.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_Http_StreamId proto.InternalMessageInfo func (m *TapEvent_Http_StreamId) GetBase() uint32 { if m != nil { return m.Base } return 0 } func (m *TapEvent_Http_StreamId) GetStream() uint64 { if m != nil { return m.Stream } return 0 } type TapEvent_Http_RequestInit struct { Id *TapEvent_Http_StreamId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Method *HttpMethod `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` Scheme *Scheme `protobuf:"bytes,3,opt,name=scheme,proto3" json:"scheme,omitempty"` Authority string `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"` Path string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_Http_RequestInit) Reset() { *m = TapEvent_Http_RequestInit{} } func (m *TapEvent_Http_RequestInit) String() string { return proto.CompactTextString(m) } func (*TapEvent_Http_RequestInit) ProtoMessage() {} func (*TapEvent_Http_RequestInit) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 2, 1} } func (m *TapEvent_Http_RequestInit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_Http_RequestInit.Unmarshal(m, b) } func (m *TapEvent_Http_RequestInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_Http_RequestInit.Marshal(b, m, deterministic) } func (m *TapEvent_Http_RequestInit) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_Http_RequestInit.Merge(m, src) } func (m *TapEvent_Http_RequestInit) XXX_Size() int { return xxx_messageInfo_TapEvent_Http_RequestInit.Size(m) } func (m *TapEvent_Http_RequestInit) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_Http_RequestInit.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_Http_RequestInit proto.InternalMessageInfo func (m *TapEvent_Http_RequestInit) GetId() *TapEvent_Http_StreamId { if m != nil { return m.Id } return nil } func (m *TapEvent_Http_RequestInit) GetMethod() *HttpMethod { if m != nil { return m.Method } return nil } func (m *TapEvent_Http_RequestInit) GetScheme() *Scheme { if m != nil { return m.Scheme } return nil } func (m *TapEvent_Http_RequestInit) GetAuthority() string { if m != nil { return m.Authority } return "" } func (m *TapEvent_Http_RequestInit) GetPath() string { if m != nil { return m.Path } return "" } type TapEvent_Http_ResponseInit struct { Id *TapEvent_Http_StreamId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` SinceRequestInit *duration.Duration `protobuf:"bytes,2,opt,name=since_request_init,json=sinceRequestInit,proto3" json:"since_request_init,omitempty"` HttpStatus uint32 `protobuf:"varint,3,opt,name=http_status,json=httpStatus,proto3" json:"http_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_Http_ResponseInit) Reset() { *m = TapEvent_Http_ResponseInit{} } func (m *TapEvent_Http_ResponseInit) String() string { return proto.CompactTextString(m) } func (*TapEvent_Http_ResponseInit) ProtoMessage() {} func (*TapEvent_Http_ResponseInit) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 2, 2} } func (m *TapEvent_Http_ResponseInit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_Http_ResponseInit.Unmarshal(m, b) } func (m *TapEvent_Http_ResponseInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_Http_ResponseInit.Marshal(b, m, deterministic) } func (m *TapEvent_Http_ResponseInit) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_Http_ResponseInit.Merge(m, src) } func (m *TapEvent_Http_ResponseInit) XXX_Size() int { return xxx_messageInfo_TapEvent_Http_ResponseInit.Size(m) } func (m *TapEvent_Http_ResponseInit) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_Http_ResponseInit.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_Http_ResponseInit proto.InternalMessageInfo func (m *TapEvent_Http_ResponseInit) GetId() *TapEvent_Http_StreamId { if m != nil { return m.Id } return nil } func (m *TapEvent_Http_ResponseInit) GetSinceRequestInit() *duration.Duration { if m != nil { return m.SinceRequestInit } return nil } func (m *TapEvent_Http_ResponseInit) GetHttpStatus() uint32 { if m != nil { return m.HttpStatus } return 0 } type TapEvent_Http_ResponseEnd struct { Id *TapEvent_Http_StreamId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` SinceRequestInit *duration.Duration `protobuf:"bytes,2,opt,name=since_request_init,json=sinceRequestInit,proto3" json:"since_request_init,omitempty"` SinceResponseInit *duration.Duration `protobuf:"bytes,3,opt,name=since_response_init,json=sinceResponseInit,proto3" json:"since_response_init,omitempty"` ResponseBytes uint64 `protobuf:"varint,4,opt,name=response_bytes,json=responseBytes,proto3" json:"response_bytes,omitempty"` Eos *Eos `protobuf:"bytes,5,opt,name=eos,proto3" json:"eos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TapEvent_Http_ResponseEnd) Reset() { *m = TapEvent_Http_ResponseEnd{} } func (m *TapEvent_Http_ResponseEnd) String() string { return proto.CompactTextString(m) } func (*TapEvent_Http_ResponseEnd) ProtoMessage() {} func (*TapEvent_Http_ResponseEnd) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{16, 2, 3} } func (m *TapEvent_Http_ResponseEnd) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TapEvent_Http_ResponseEnd.Unmarshal(m, b) } func (m *TapEvent_Http_ResponseEnd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TapEvent_Http_ResponseEnd.Marshal(b, m, deterministic) } func (m *TapEvent_Http_ResponseEnd) XXX_Merge(src proto.Message) { xxx_messageInfo_TapEvent_Http_ResponseEnd.Merge(m, src) } func (m *TapEvent_Http_ResponseEnd) XXX_Size() int { return xxx_messageInfo_TapEvent_Http_ResponseEnd.Size(m) } func (m *TapEvent_Http_ResponseEnd) XXX_DiscardUnknown() { xxx_messageInfo_TapEvent_Http_ResponseEnd.DiscardUnknown(m) } var xxx_messageInfo_TapEvent_Http_ResponseEnd proto.InternalMessageInfo func (m *TapEvent_Http_ResponseEnd) GetId() *TapEvent_Http_StreamId { if m != nil { return m.Id } return nil } func (m *TapEvent_Http_ResponseEnd) GetSinceRequestInit() *duration.Duration { if m != nil { return m.SinceRequestInit } return nil } func (m *TapEvent_Http_ResponseEnd) GetSinceResponseInit() *duration.Duration { if m != nil { return m.SinceResponseInit } return nil } func (m *TapEvent_Http_ResponseEnd) GetResponseBytes() uint64 { if m != nil { return m.ResponseBytes } return 0 } func (m *TapEvent_Http_ResponseEnd) GetEos() *Eos { if m != nil { return m.Eos } return nil } type ApiError struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApiError) Reset() { *m = ApiError{} } func (m *ApiError) String() string { return proto.CompactTextString(m) } func (*ApiError) ProtoMessage() {} func (*ApiError) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{17} } func (m *ApiError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApiError.Unmarshal(m, b) } func (m *ApiError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApiError.Marshal(b, m, deterministic) } func (m *ApiError) XXX_Merge(src proto.Message) { xxx_messageInfo_ApiError.Merge(m, src) } func (m *ApiError) XXX_Size() int { return xxx_messageInfo_ApiError.Size(m) } func (m *ApiError) XXX_DiscardUnknown() { xxx_messageInfo_ApiError.DiscardUnknown(m) } var xxx_messageInfo_ApiError proto.InternalMessageInfo func (m *ApiError) GetError() string { if m != nil { return m.Error } return "" } type PodErrors struct { Errors []*PodErrors_PodError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PodErrors) Reset() { *m = PodErrors{} } func (m *PodErrors) String() string { return proto.CompactTextString(m) } func (*PodErrors) ProtoMessage() {} func (*PodErrors) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{18} } func (m *PodErrors) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodErrors.Unmarshal(m, b) } func (m *PodErrors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PodErrors.Marshal(b, m, deterministic) } func (m *PodErrors) XXX_Merge(src proto.Message) { xxx_messageInfo_PodErrors.Merge(m, src) } func (m *PodErrors) XXX_Size() int { return xxx_messageInfo_PodErrors.Size(m) } func (m *PodErrors) XXX_DiscardUnknown() { xxx_messageInfo_PodErrors.DiscardUnknown(m) } var xxx_messageInfo_PodErrors proto.InternalMessageInfo func (m *PodErrors) GetErrors() []*PodErrors_PodError { if m != nil { return m.Errors } return nil } type PodErrors_PodError struct { // Types that are valid to be assigned to Error: // *PodErrors_PodError_Container Error isPodErrors_PodError_Error `protobuf_oneof:"error"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PodErrors_PodError) Reset() { *m = PodErrors_PodError{} } func (m *PodErrors_PodError) String() string { return proto.CompactTextString(m) } func (*PodErrors_PodError) ProtoMessage() {} func (*PodErrors_PodError) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{18, 0} } func (m *PodErrors_PodError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodErrors_PodError.Unmarshal(m, b) } func (m *PodErrors_PodError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PodErrors_PodError.Marshal(b, m, deterministic) } func (m *PodErrors_PodError) XXX_Merge(src proto.Message) { xxx_messageInfo_PodErrors_PodError.Merge(m, src) } func (m *PodErrors_PodError) XXX_Size() int { return xxx_messageInfo_PodErrors_PodError.Size(m) } func (m *PodErrors_PodError) XXX_DiscardUnknown() { xxx_messageInfo_PodErrors_PodError.DiscardUnknown(m) } var xxx_messageInfo_PodErrors_PodError proto.InternalMessageInfo type isPodErrors_PodError_Error interface { isPodErrors_PodError_Error() } type PodErrors_PodError_Container struct { Container *PodErrors_PodError_ContainerError `protobuf:"bytes,1,opt,name=container,proto3,oneof"` } func (*PodErrors_PodError_Container) isPodErrors_PodError_Error() {} func (m *PodErrors_PodError) GetError() isPodErrors_PodError_Error { if m != nil { return m.Error } return nil } func (m *PodErrors_PodError) GetContainer() *PodErrors_PodError_ContainerError { if x, ok := m.GetError().(*PodErrors_PodError_Container); ok { return x.Container } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*PodErrors_PodError) XXX_OneofWrappers() []interface{} { return []interface{}{ (*PodErrors_PodError_Container)(nil), } } // To report init-container and container failures type PodErrors_PodError_ContainerError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Container string `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"` Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PodErrors_PodError_ContainerError) Reset() { *m = PodErrors_PodError_ContainerError{} } func (m *PodErrors_PodError_ContainerError) String() string { return proto.CompactTextString(m) } func (*PodErrors_PodError_ContainerError) ProtoMessage() {} func (*PodErrors_PodError_ContainerError) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{18, 0, 0} } func (m *PodErrors_PodError_ContainerError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodErrors_PodError_ContainerError.Unmarshal(m, b) } func (m *PodErrors_PodError_ContainerError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PodErrors_PodError_ContainerError.Marshal(b, m, deterministic) } func (m *PodErrors_PodError_ContainerError) XXX_Merge(src proto.Message) { xxx_messageInfo_PodErrors_PodError_ContainerError.Merge(m, src) } func (m *PodErrors_PodError_ContainerError) XXX_Size() int { return xxx_messageInfo_PodErrors_PodError_ContainerError.Size(m) } func (m *PodErrors_PodError_ContainerError) XXX_DiscardUnknown() { xxx_messageInfo_PodErrors_PodError_ContainerError.DiscardUnknown(m) } var xxx_messageInfo_PodErrors_PodError_ContainerError proto.InternalMessageInfo func (m *PodErrors_PodError_ContainerError) GetMessage() string { if m != nil { return m.Message } return "" } func (m *PodErrors_PodError_ContainerError) GetContainer() string { if m != nil { return m.Container } return "" } func (m *PodErrors_PodError_ContainerError) GetImage() string { if m != nil { return m.Image } return "" } func (m *PodErrors_PodError_ContainerError) GetReason() string { if m != nil { return m.Reason } return "" } type Resource struct { // The namespace the resource is in. // // If empty, indicates all namespaces should be considered. Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // The type of resource. // // This can be: // - "all" -- includes all Kubernetes resource types only // - "authority" -- a special resource type derived from request `:authority` values // - Otherwise, the resource type may be any Kubernetes resource (e.g. "namespace", "deployment"). Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // An optional resource name. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{19} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) } func (m *Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Resource.Marshal(b, m, deterministic) } func (m *Resource) XXX_Merge(src proto.Message) { xxx_messageInfo_Resource.Merge(m, src) } func (m *Resource) XXX_Size() int { return xxx_messageInfo_Resource.Size(m) } func (m *Resource) XXX_DiscardUnknown() { xxx_messageInfo_Resource.DiscardUnknown(m) } var xxx_messageInfo_Resource proto.InternalMessageInfo func (m *Resource) GetNamespace() string { if m != nil { return m.Namespace } return "" } func (m *Resource) GetType() string { if m != nil { return m.Type } return "" } func (m *Resource) GetName() string { if m != nil { return m.Name } return "" } type ResourceSelection struct { // Identifies a Kubernetes resource. Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // A string-formatted Kubernetes label selector as passed to `kubectl get // --selector`. // // XXX in the future this may be superceded by a data structure that more // richly describes a parsed label selector. LabelSelector string `protobuf:"bytes,2,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResourceSelection) Reset() { *m = ResourceSelection{} } func (m *ResourceSelection) String() string { return proto.CompactTextString(m) } func (*ResourceSelection) ProtoMessage() {} func (*ResourceSelection) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{20} } func (m *ResourceSelection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceSelection.Unmarshal(m, b) } func (m *ResourceSelection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResourceSelection.Marshal(b, m, deterministic) } func (m *ResourceSelection) XXX_Merge(src proto.Message) { xxx_messageInfo_ResourceSelection.Merge(m, src) } func (m *ResourceSelection) XXX_Size() int { return xxx_messageInfo_ResourceSelection.Size(m) } func (m *ResourceSelection) XXX_DiscardUnknown() { xxx_messageInfo_ResourceSelection.DiscardUnknown(m) } var xxx_messageInfo_ResourceSelection proto.InternalMessageInfo func (m *ResourceSelection) GetResource() *Resource { if m != nil { return m.Resource } return nil } func (m *ResourceSelection) GetLabelSelector() string { if m != nil { return m.LabelSelector } return "" } type ResourceError struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResourceError) Reset() { *m = ResourceError{} } func (m *ResourceError) String() string { return proto.CompactTextString(m) } func (*ResourceError) ProtoMessage() {} func (*ResourceError) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{21} } func (m *ResourceError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceError.Unmarshal(m, b) } func (m *ResourceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResourceError.Marshal(b, m, deterministic) } func (m *ResourceError) XXX_Merge(src proto.Message) { xxx_messageInfo_ResourceError.Merge(m, src) } func (m *ResourceError) XXX_Size() int { return xxx_messageInfo_ResourceError.Size(m) } func (m *ResourceError) XXX_DiscardUnknown() { xxx_messageInfo_ResourceError.DiscardUnknown(m) } var xxx_messageInfo_ResourceError proto.InternalMessageInfo func (m *ResourceError) GetResource() *Resource { if m != nil { return m.Resource } return nil } func (m *ResourceError) GetError() string { if m != nil { return m.Error } return "" } type StatSummaryRequest struct { Selector *ResourceSelection `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"` TimeWindow string `protobuf:"bytes,2,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"` // Types that are valid to be assigned to Outbound: // *StatSummaryRequest_None // *StatSummaryRequest_ToResource // *StatSummaryRequest_FromResource Outbound isStatSummaryRequest_Outbound `protobuf_oneof:"outbound"` SkipStats bool `protobuf:"varint,6,opt,name=skip_stats,json=skipStats,proto3" json:"skip_stats,omitempty"` TcpStats bool `protobuf:"varint,7,opt,name=tcp_stats,json=tcpStats,proto3" json:"tcp_stats,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatSummaryRequest) Reset() { *m = StatSummaryRequest{} } func (m *StatSummaryRequest) String() string { return proto.CompactTextString(m) } func (*StatSummaryRequest) ProtoMessage() {} func (*StatSummaryRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{22} } func (m *StatSummaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatSummaryRequest.Unmarshal(m, b) } func (m *StatSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatSummaryRequest.Marshal(b, m, deterministic) } func (m *StatSummaryRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_StatSummaryRequest.Merge(m, src) } func (m *StatSummaryRequest) XXX_Size() int { return xxx_messageInfo_StatSummaryRequest.Size(m) } func (m *StatSummaryRequest) XXX_DiscardUnknown() { xxx_messageInfo_StatSummaryRequest.DiscardUnknown(m) } var xxx_messageInfo_StatSummaryRequest proto.InternalMessageInfo func (m *StatSummaryRequest) GetSelector() *ResourceSelection { if m != nil { return m.Selector } return nil } func (m *StatSummaryRequest) GetTimeWindow() string { if m != nil { return m.TimeWindow } return "" } type isStatSummaryRequest_Outbound interface { isStatSummaryRequest_Outbound() } type StatSummaryRequest_None struct { None *Empty `protobuf:"bytes,3,opt,name=none,proto3,oneof"` } type StatSummaryRequest_ToResource struct { ToResource *Resource `protobuf:"bytes,4,opt,name=to_resource,json=toResource,proto3,oneof"` } type StatSummaryRequest_FromResource struct { FromResource *Resource `protobuf:"bytes,5,opt,name=from_resource,json=fromResource,proto3,oneof"` } func (*StatSummaryRequest_None) isStatSummaryRequest_Outbound() {} func (*StatSummaryRequest_ToResource) isStatSummaryRequest_Outbound() {} func (*StatSummaryRequest_FromResource) isStatSummaryRequest_Outbound() {} func (m *StatSummaryRequest) GetOutbound() isStatSummaryRequest_Outbound { if m != nil { return m.Outbound } return nil } func (m *StatSummaryRequest) GetNone() *Empty { if x, ok := m.GetOutbound().(*StatSummaryRequest_None); ok { return x.None } return nil } func (m *StatSummaryRequest) GetToResource() *Resource { if x, ok := m.GetOutbound().(*StatSummaryRequest_ToResource); ok { return x.ToResource } return nil } func (m *StatSummaryRequest) GetFromResource() *Resource { if x, ok := m.GetOutbound().(*StatSummaryRequest_FromResource); ok { return x.FromResource } return nil } func (m *StatSummaryRequest) GetSkipStats() bool { if m != nil { return m.SkipStats } return false } func (m *StatSummaryRequest) GetTcpStats() bool { if m != nil { return m.TcpStats } return false } // XXX_OneofWrappers is for the internal use of the proto package. func (*StatSummaryRequest) XXX_OneofWrappers() []interface{} { return []interface{}{ (*StatSummaryRequest_None)(nil), (*StatSummaryRequest_ToResource)(nil), (*StatSummaryRequest_FromResource)(nil), } } type StatSummaryResponse struct { // Types that are valid to be assigned to Response: // *StatSummaryResponse_Ok_ // *StatSummaryResponse_Error Response isStatSummaryResponse_Response `protobuf_oneof:"response"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatSummaryResponse) Reset() { *m = StatSummaryResponse{} } func (m *StatSummaryResponse) String() string { return proto.CompactTextString(m) } func (*StatSummaryResponse) ProtoMessage() {} func (*StatSummaryResponse) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{23} } func (m *StatSummaryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatSummaryResponse.Unmarshal(m, b) } func (m *StatSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatSummaryResponse.Marshal(b, m, deterministic) } func (m *StatSummaryResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_StatSummaryResponse.Merge(m, src) } func (m *StatSummaryResponse) XXX_Size() int { return xxx_messageInfo_StatSummaryResponse.Size(m) } func (m *StatSummaryResponse) XXX_DiscardUnknown() { xxx_messageInfo_StatSummaryResponse.DiscardUnknown(m) } var xxx_messageInfo_StatSummaryResponse proto.InternalMessageInfo type isStatSummaryResponse_Response interface { isStatSummaryResponse_Response() } type StatSummaryResponse_Ok_ struct { Ok *StatSummaryResponse_Ok `protobuf:"bytes,1,opt,name=ok,proto3,oneof"` } type StatSummaryResponse_Error struct { Error *ResourceError `protobuf:"bytes,2,opt,name=error,proto3,oneof"` } func (*StatSummaryResponse_Ok_) isStatSummaryResponse_Response() {} func (*StatSummaryResponse_Error) isStatSummaryResponse_Response() {} func (m *StatSummaryResponse) GetResponse() isStatSummaryResponse_Response { if m != nil { return m.Response } return nil } func (m *StatSummaryResponse) GetOk() *StatSummaryResponse_Ok { if x, ok := m.GetResponse().(*StatSummaryResponse_Ok_); ok { return x.Ok } return nil } func (m *StatSummaryResponse) GetError() *ResourceError { if x, ok := m.GetResponse().(*StatSummaryResponse_Error); ok { return x.Error } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*StatSummaryResponse) XXX_OneofWrappers() []interface{} { return []interface{}{ (*StatSummaryResponse_Ok_)(nil), (*StatSummaryResponse_Error)(nil), } } type StatSummaryResponse_Ok struct { StatTables []*StatTable `protobuf:"bytes,1,rep,name=stat_tables,json=statTables,proto3" json:"stat_tables,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatSummaryResponse_Ok) Reset() { *m = StatSummaryResponse_Ok{} } func (m *StatSummaryResponse_Ok) String() string { return proto.CompactTextString(m) } func (*StatSummaryResponse_Ok) ProtoMessage() {} func (*StatSummaryResponse_Ok) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{23, 0} } func (m *StatSummaryResponse_Ok) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatSummaryResponse_Ok.Unmarshal(m, b) } func (m *StatSummaryResponse_Ok) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatSummaryResponse_Ok.Marshal(b, m, deterministic) } func (m *StatSummaryResponse_Ok) XXX_Merge(src proto.Message) { xxx_messageInfo_StatSummaryResponse_Ok.Merge(m, src) } func (m *StatSummaryResponse_Ok) XXX_Size() int { return xxx_messageInfo_StatSummaryResponse_Ok.Size(m) } func (m *StatSummaryResponse_Ok) XXX_DiscardUnknown() { xxx_messageInfo_StatSummaryResponse_Ok.DiscardUnknown(m) } var xxx_messageInfo_StatSummaryResponse_Ok proto.InternalMessageInfo func (m *StatSummaryResponse_Ok) GetStatTables() []*StatTable { if m != nil { return m.StatTables } return nil } type BasicStats struct { SuccessCount uint64 `protobuf:"varint,1,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"` FailureCount uint64 `protobuf:"varint,2,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"` LatencyMsP50 uint64 `protobuf:"varint,3,opt,name=latency_ms_p50,json=latencyMsP50,proto3" json:"latency_ms_p50,omitempty"` LatencyMsP95 uint64 `protobuf:"varint,4,opt,name=latency_ms_p95,json=latencyMsP95,proto3" json:"latency_ms_p95,omitempty"` LatencyMsP99 uint64 `protobuf:"varint,5,opt,name=latency_ms_p99,json=latencyMsP99,proto3" json:"latency_ms_p99,omitempty"` ActualSuccessCount uint64 `protobuf:"varint,6,opt,name=actual_success_count,json=actualSuccessCount,proto3" json:"actual_success_count,omitempty"` ActualFailureCount uint64 `protobuf:"varint,7,opt,name=actual_failure_count,json=actualFailureCount,proto3" json:"actual_failure_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BasicStats) Reset() { *m = BasicStats{} } func (m *BasicStats) String() string { return proto.CompactTextString(m) } func (*BasicStats) ProtoMessage() {} func (*BasicStats) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{24} } func (m *BasicStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BasicStats.Unmarshal(m, b) } func (m *BasicStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BasicStats.Marshal(b, m, deterministic) } func (m *BasicStats) XXX_Merge(src proto.Message) { xxx_messageInfo_BasicStats.Merge(m, src) } func (m *BasicStats) XXX_Size() int { return xxx_messageInfo_BasicStats.Size(m) } func (m *BasicStats) XXX_DiscardUnknown() { xxx_messageInfo_BasicStats.DiscardUnknown(m) } var xxx_messageInfo_BasicStats proto.InternalMessageInfo func (m *BasicStats) GetSuccessCount() uint64 { if m != nil { return m.SuccessCount } return 0 } func (m *BasicStats) GetFailureCount() uint64 { if m != nil { return m.FailureCount } return 0 } func (m *BasicStats) GetLatencyMsP50() uint64 { if m != nil { return m.LatencyMsP50 } return 0 } func (m *BasicStats) GetLatencyMsP95() uint64 { if m != nil { return m.LatencyMsP95 } return 0 } func (m *BasicStats) GetLatencyMsP99() uint64 { if m != nil { return m.LatencyMsP99 } return 0 } func (m *BasicStats) GetActualSuccessCount() uint64 { if m != nil { return m.ActualSuccessCount } return 0 } func (m *BasicStats) GetActualFailureCount() uint64 { if m != nil { return m.ActualFailureCount } return 0 } type TcpStats struct { // number of currently open connections OpenConnections uint64 `protobuf:"varint,1,opt,name=open_connections,json=openConnections,proto3" json:"open_connections,omitempty"` // total count of bytes read from peers ReadBytesTotal uint64 `protobuf:"varint,2,opt,name=read_bytes_total,json=readBytesTotal,proto3" json:"read_bytes_total,omitempty"` // total count of bytes written to peers WriteBytesTotal uint64 `protobuf:"varint,3,opt,name=write_bytes_total,json=writeBytesTotal,proto3" json:"write_bytes_total,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TcpStats) Reset() { *m = TcpStats{} } func (m *TcpStats) String() string { return proto.CompactTextString(m) } func (*TcpStats) ProtoMessage() {} func (*TcpStats) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{25} } func (m *TcpStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TcpStats.Unmarshal(m, b) } func (m *TcpStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TcpStats.Marshal(b, m, deterministic) } func (m *TcpStats) XXX_Merge(src proto.Message) { xxx_messageInfo_TcpStats.Merge(m, src) } func (m *TcpStats) XXX_Size() int { return xxx_messageInfo_TcpStats.Size(m) } func (m *TcpStats) XXX_DiscardUnknown() { xxx_messageInfo_TcpStats.DiscardUnknown(m) } var xxx_messageInfo_TcpStats proto.InternalMessageInfo func (m *TcpStats) GetOpenConnections() uint64 { if m != nil { return m.OpenConnections } return 0 } func (m *TcpStats) GetReadBytesTotal() uint64 { if m != nil { return m.ReadBytesTotal } return 0 } func (m *TcpStats) GetWriteBytesTotal() uint64 { if m != nil { return m.WriteBytesTotal } return 0 } type TrafficSplitStats struct { Apex string `protobuf:"bytes,2,opt,name=apex,proto3" json:"apex,omitempty"` Leaf string `protobuf:"bytes,3,opt,name=leaf,proto3" json:"leaf,omitempty"` Weight string `protobuf:"bytes,4,opt,name=weight,proto3" json:"weight,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TrafficSplitStats) Reset() { *m = TrafficSplitStats{} } func (m *TrafficSplitStats) String() string { return proto.CompactTextString(m) } func (*TrafficSplitStats) ProtoMessage() {} func (*TrafficSplitStats) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{26} } func (m *TrafficSplitStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrafficSplitStats.Unmarshal(m, b) } func (m *TrafficSplitStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TrafficSplitStats.Marshal(b, m, deterministic) } func (m *TrafficSplitStats) XXX_Merge(src proto.Message) { xxx_messageInfo_TrafficSplitStats.Merge(m, src) } func (m *TrafficSplitStats) XXX_Size() int { return xxx_messageInfo_TrafficSplitStats.Size(m) } func (m *TrafficSplitStats) XXX_DiscardUnknown() { xxx_messageInfo_TrafficSplitStats.DiscardUnknown(m) } var xxx_messageInfo_TrafficSplitStats proto.InternalMessageInfo func (m *TrafficSplitStats) GetApex() string { if m != nil { return m.Apex } return "" } func (m *TrafficSplitStats) GetLeaf() string { if m != nil { return m.Leaf } return "" } func (m *TrafficSplitStats) GetWeight() string { if m != nil { return m.Weight } return "" } type StatTable struct { // Types that are valid to be assigned to Table: // *StatTable_PodGroup_ Table isStatTable_Table `protobuf_oneof:"table"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatTable) Reset() { *m = StatTable{} } func (m *StatTable) String() string { return proto.CompactTextString(m) } func (*StatTable) ProtoMessage() {} func (*StatTable) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{27} } func (m *StatTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatTable.Unmarshal(m, b) } func (m *StatTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatTable.Marshal(b, m, deterministic) } func (m *StatTable) XXX_Merge(src proto.Message) { xxx_messageInfo_StatTable.Merge(m, src) } func (m *StatTable) XXX_Size() int { return xxx_messageInfo_StatTable.Size(m) } func (m *StatTable) XXX_DiscardUnknown() { xxx_messageInfo_StatTable.DiscardUnknown(m) } var xxx_messageInfo_StatTable proto.InternalMessageInfo type isStatTable_Table interface { isStatTable_Table() } type StatTable_PodGroup_ struct { PodGroup *StatTable_PodGroup `protobuf:"bytes,1,opt,name=pod_group,json=podGroup,proto3,oneof"` } func (*StatTable_PodGroup_) isStatTable_Table() {} func (m *StatTable) GetTable() isStatTable_Table { if m != nil { return m.Table } return nil } func (m *StatTable) GetPodGroup() *StatTable_PodGroup { if x, ok := m.GetTable().(*StatTable_PodGroup_); ok { return x.PodGroup } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*StatTable) XXX_OneofWrappers() []interface{} { return []interface{}{ (*StatTable_PodGroup_)(nil), } } type StatTable_PodGroup struct { Rows []*StatTable_PodGroup_Row `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatTable_PodGroup) Reset() { *m = StatTable_PodGroup{} } func (m *StatTable_PodGroup) String() string { return proto.CompactTextString(m) } func (*StatTable_PodGroup) ProtoMessage() {} func (*StatTable_PodGroup) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{27, 0} } func (m *StatTable_PodGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatTable_PodGroup.Unmarshal(m, b) } func (m *StatTable_PodGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatTable_PodGroup.Marshal(b, m, deterministic) } func (m *StatTable_PodGroup) XXX_Merge(src proto.Message) { xxx_messageInfo_StatTable_PodGroup.Merge(m, src) } func (m *StatTable_PodGroup) XXX_Size() int { return xxx_messageInfo_StatTable_PodGroup.Size(m) } func (m *StatTable_PodGroup) XXX_DiscardUnknown() { xxx_messageInfo_StatTable_PodGroup.DiscardUnknown(m) } var xxx_messageInfo_StatTable_PodGroup proto.InternalMessageInfo func (m *StatTable_PodGroup) GetRows() []*StatTable_PodGroup_Row { if m != nil { return m.Rows } return nil } type StatTable_PodGroup_Row struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` TimeWindow string `protobuf:"bytes,2,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"` // pod status on Kubernetes Status string `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"` // number of pending or running pods in this resource that have linkerd injected MeshedPodCount uint64 `protobuf:"varint,3,opt,name=meshed_pod_count,json=meshedPodCount,proto3" json:"meshed_pod_count,omitempty"` // number of pending or running pods in this resource RunningPodCount uint64 `protobuf:"varint,4,opt,name=running_pod_count,json=runningPodCount,proto3" json:"running_pod_count,omitempty"` // number of pods in this resource that have Phase PodFailed FailedPodCount uint64 `protobuf:"varint,6,opt,name=failed_pod_count,json=failedPodCount,proto3" json:"failed_pod_count,omitempty"` Stats *BasicStats `protobuf:"bytes,5,opt,name=stats,proto3" json:"stats,omitempty"` TcpStats *TcpStats `protobuf:"bytes,8,opt,name=tcp_stats,json=tcpStats,proto3" json:"tcp_stats,omitempty"` TsStats *TrafficSplitStats `protobuf:"bytes,10,opt,name=ts_stats,json=tsStats,proto3" json:"ts_stats,omitempty"` // Stores a set of errors for each pod name. If a pod has no errors, it may be omitted. ErrorsByPod map[string]*PodErrors `protobuf:"bytes,7,rep,name=errors_by_pod,json=errorsByPod,proto3" json:"errors_by_pod,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatTable_PodGroup_Row) Reset() { *m = StatTable_PodGroup_Row{} } func (m *StatTable_PodGroup_Row) String() string { return proto.CompactTextString(m) } func (*StatTable_PodGroup_Row) ProtoMessage() {} func (*StatTable_PodGroup_Row) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{27, 0, 0} } func (m *StatTable_PodGroup_Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatTable_PodGroup_Row.Unmarshal(m, b) } func (m *StatTable_PodGroup_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatTable_PodGroup_Row.Marshal(b, m, deterministic) } func (m *StatTable_PodGroup_Row) XXX_Merge(src proto.Message) { xxx_messageInfo_StatTable_PodGroup_Row.Merge(m, src) } func (m *StatTable_PodGroup_Row) XXX_Size() int { return xxx_messageInfo_StatTable_PodGroup_Row.Size(m) } func (m *StatTable_PodGroup_Row) XXX_DiscardUnknown() { xxx_messageInfo_StatTable_PodGroup_Row.DiscardUnknown(m) } var xxx_messageInfo_StatTable_PodGroup_Row proto.InternalMessageInfo func (m *StatTable_PodGroup_Row) GetResource() *Resource { if m != nil { return m.Resource } return nil } func (m *StatTable_PodGroup_Row) GetTimeWindow() string { if m != nil { return m.TimeWindow } return "" } func (m *StatTable_PodGroup_Row) GetStatus() string { if m != nil { return m.Status } return "" } func (m *StatTable_PodGroup_Row) GetMeshedPodCount() uint64 { if m != nil { return m.MeshedPodCount } return 0 } func (m *StatTable_PodGroup_Row) GetRunningPodCount() uint64 { if m != nil { return m.RunningPodCount } return 0 } func (m *StatTable_PodGroup_Row) GetFailedPodCount() uint64 { if m != nil { return m.FailedPodCount } return 0 } func (m *StatTable_PodGroup_Row) GetStats() *BasicStats { if m != nil { return m.Stats } return nil } func (m *StatTable_PodGroup_Row) GetTcpStats() *TcpStats { if m != nil { return m.TcpStats } return nil } func (m *StatTable_PodGroup_Row) GetTsStats() *TrafficSplitStats { if m != nil { return m.TsStats } return nil } func (m *StatTable_PodGroup_Row) GetErrorsByPod() map[string]*PodErrors { if m != nil { return m.ErrorsByPod } return nil } type EdgesRequest struct { Selector *ResourceSelection `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EdgesRequest) Reset() { *m = EdgesRequest{} } func (m *EdgesRequest) String() string { return proto.CompactTextString(m) } func (*EdgesRequest) ProtoMessage() {} func (*EdgesRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{28} } func (m *EdgesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EdgesRequest.Unmarshal(m, b) } func (m *EdgesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EdgesRequest.Marshal(b, m, deterministic) } func (m *EdgesRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_EdgesRequest.Merge(m, src) } func (m *EdgesRequest) XXX_Size() int { return xxx_messageInfo_EdgesRequest.Size(m) } func (m *EdgesRequest) XXX_DiscardUnknown() { xxx_messageInfo_EdgesRequest.DiscardUnknown(m) } var xxx_messageInfo_EdgesRequest proto.InternalMessageInfo func (m *EdgesRequest) GetSelector() *ResourceSelection { if m != nil { return m.Selector } return nil } type EdgesResponse struct { // Types that are valid to be assigned to Response: // *EdgesResponse_Ok_ // *EdgesResponse_Error Response isEdgesResponse_Response `protobuf_oneof:"response"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EdgesResponse) Reset() { *m = EdgesResponse{} } func (m *EdgesResponse) String() string { return proto.CompactTextString(m) } func (*EdgesResponse) ProtoMessage() {} func (*EdgesResponse) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{29} } func (m *EdgesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EdgesResponse.Unmarshal(m, b) } func (m *EdgesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EdgesResponse.Marshal(b, m, deterministic) } func (m *EdgesResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_EdgesResponse.Merge(m, src) } func (m *EdgesResponse) XXX_Size() int { return xxx_messageInfo_EdgesResponse.Size(m) } func (m *EdgesResponse) XXX_DiscardUnknown() { xxx_messageInfo_EdgesResponse.DiscardUnknown(m) } var xxx_messageInfo_EdgesResponse proto.InternalMessageInfo type isEdgesResponse_Response interface { isEdgesResponse_Response() } type EdgesResponse_Ok_ struct { Ok *EdgesResponse_Ok `protobuf:"bytes,1,opt,name=ok,proto3,oneof"` } type EdgesResponse_Error struct { Error *ResourceError `protobuf:"bytes,2,opt,name=error,proto3,oneof"` } func (*EdgesResponse_Ok_) isEdgesResponse_Response() {} func (*EdgesResponse_Error) isEdgesResponse_Response() {} func (m *EdgesResponse) GetResponse() isEdgesResponse_Response { if m != nil { return m.Response } return nil } func (m *EdgesResponse) GetOk() *EdgesResponse_Ok { if x, ok := m.GetResponse().(*EdgesResponse_Ok_); ok { return x.Ok } return nil } func (m *EdgesResponse) GetError() *ResourceError { if x, ok := m.GetResponse().(*EdgesResponse_Error); ok { return x.Error } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*EdgesResponse) XXX_OneofWrappers() []interface{} { return []interface{}{ (*EdgesResponse_Ok_)(nil), (*EdgesResponse_Error)(nil), } } type EdgesResponse_Ok struct { Edges []*Edge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EdgesResponse_Ok) Reset() { *m = EdgesResponse_Ok{} } func (m *EdgesResponse_Ok) String() string { return proto.CompactTextString(m) } func (*EdgesResponse_Ok) ProtoMessage() {} func (*EdgesResponse_Ok) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{29, 0} } func (m *EdgesResponse_Ok) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EdgesResponse_Ok.Unmarshal(m, b) } func (m *EdgesResponse_Ok) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EdgesResponse_Ok.Marshal(b, m, deterministic) } func (m *EdgesResponse_Ok) XXX_Merge(src proto.Message) { xxx_messageInfo_EdgesResponse_Ok.Merge(m, src) } func (m *EdgesResponse_Ok) XXX_Size() int { return xxx_messageInfo_EdgesResponse_Ok.Size(m) } func (m *EdgesResponse_Ok) XXX_DiscardUnknown() { xxx_messageInfo_EdgesResponse_Ok.DiscardUnknown(m) } var xxx_messageInfo_EdgesResponse_Ok proto.InternalMessageInfo func (m *EdgesResponse_Ok) GetEdges() []*Edge { if m != nil { return m.Edges } return nil } type Edge struct { Src *Resource `protobuf:"bytes,1,opt,name=src,proto3" json:"src,omitempty"` Dst *Resource `protobuf:"bytes,2,opt,name=dst,proto3" json:"dst,omitempty"` ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ServerId string `protobuf:"bytes,4,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` NoIdentityMsg string `protobuf:"bytes,5,opt,name=no_identity_msg,json=noIdentityMsg,proto3" json:"no_identity_msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Edge) Reset() { *m = Edge{} } func (m *Edge) String() string { return proto.CompactTextString(m) } func (*Edge) ProtoMessage() {} func (*Edge) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{30} } func (m *Edge) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Edge.Unmarshal(m, b) } func (m *Edge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Edge.Marshal(b, m, deterministic) } func (m *Edge) XXX_Merge(src proto.Message) { xxx_messageInfo_Edge.Merge(m, src) } func (m *Edge) XXX_Size() int { return xxx_messageInfo_Edge.Size(m) } func (m *Edge) XXX_DiscardUnknown() { xxx_messageInfo_Edge.DiscardUnknown(m) } var xxx_messageInfo_Edge proto.InternalMessageInfo func (m *Edge) GetSrc() *Resource { if m != nil { return m.Src } return nil } func (m *Edge) GetDst() *Resource { if m != nil { return m.Dst } return nil } func (m *Edge) GetClientId() string { if m != nil { return m.ClientId } return "" } func (m *Edge) GetServerId() string { if m != nil { return m.ServerId } return "" } func (m *Edge) GetNoIdentityMsg() string { if m != nil { return m.NoIdentityMsg } return "" } type TopRoutesRequest struct { Selector *ResourceSelection `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"` TimeWindow string `protobuf:"bytes,2,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"` // Types that are valid to be assigned to Outbound: // *TopRoutesRequest_None // *TopRoutesRequest_ToResource Outbound isTopRoutesRequest_Outbound `protobuf_oneof:"outbound"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TopRoutesRequest) Reset() { *m = TopRoutesRequest{} } func (m *TopRoutesRequest) String() string { return proto.CompactTextString(m) } func (*TopRoutesRequest) ProtoMessage() {} func (*TopRoutesRequest) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{31} } func (m *TopRoutesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopRoutesRequest.Unmarshal(m, b) } func (m *TopRoutesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TopRoutesRequest.Marshal(b, m, deterministic) } func (m *TopRoutesRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_TopRoutesRequest.Merge(m, src) } func (m *TopRoutesRequest) XXX_Size() int { return xxx_messageInfo_TopRoutesRequest.Size(m) } func (m *TopRoutesRequest) XXX_DiscardUnknown() { xxx_messageInfo_TopRoutesRequest.DiscardUnknown(m) } var xxx_messageInfo_TopRoutesRequest proto.InternalMessageInfo func (m *TopRoutesRequest) GetSelector() *ResourceSelection { if m != nil { return m.Selector } return nil } func (m *TopRoutesRequest) GetTimeWindow() string { if m != nil { return m.TimeWindow } return "" } type isTopRoutesRequest_Outbound interface { isTopRoutesRequest_Outbound() } type TopRoutesRequest_None struct { None *Empty `protobuf:"bytes,3,opt,name=none,proto3,oneof"` } type TopRoutesRequest_ToResource struct { ToResource *Resource `protobuf:"bytes,7,opt,name=to_resource,json=toResource,proto3,oneof"` } func (*TopRoutesRequest_None) isTopRoutesRequest_Outbound() {} func (*TopRoutesRequest_ToResource) isTopRoutesRequest_Outbound() {} func (m *TopRoutesRequest) GetOutbound() isTopRoutesRequest_Outbound { if m != nil { return m.Outbound } return nil } func (m *TopRoutesRequest) GetNone() *Empty { if x, ok := m.GetOutbound().(*TopRoutesRequest_None); ok { return x.None } return nil } func (m *TopRoutesRequest) GetToResource() *Resource { if x, ok := m.GetOutbound().(*TopRoutesRequest_ToResource); ok { return x.ToResource } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*TopRoutesRequest) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TopRoutesRequest_None)(nil), (*TopRoutesRequest_ToResource)(nil), } } type TopRoutesResponse struct { // Types that are valid to be assigned to Response: // *TopRoutesResponse_Error // *TopRoutesResponse_Ok_ Response isTopRoutesResponse_Response `protobuf_oneof:"response"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TopRoutesResponse) Reset() { *m = TopRoutesResponse{} } func (m *TopRoutesResponse) String() string { return proto.CompactTextString(m) } func (*TopRoutesResponse) ProtoMessage() {} func (*TopRoutesResponse) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{32} } func (m *TopRoutesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopRoutesResponse.Unmarshal(m, b) } func (m *TopRoutesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TopRoutesResponse.Marshal(b, m, deterministic) } func (m *TopRoutesResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_TopRoutesResponse.Merge(m, src) } func (m *TopRoutesResponse) XXX_Size() int { return xxx_messageInfo_TopRoutesResponse.Size(m) } func (m *TopRoutesResponse) XXX_DiscardUnknown() { xxx_messageInfo_TopRoutesResponse.DiscardUnknown(m) } var xxx_messageInfo_TopRoutesResponse proto.InternalMessageInfo type isTopRoutesResponse_Response interface { isTopRoutesResponse_Response() } type TopRoutesResponse_Error struct { Error *ResourceError `protobuf:"bytes,2,opt,name=error,proto3,oneof"` } type TopRoutesResponse_Ok_ struct { Ok *TopRoutesResponse_Ok `protobuf:"bytes,3,opt,name=ok,proto3,oneof"` } func (*TopRoutesResponse_Error) isTopRoutesResponse_Response() {} func (*TopRoutesResponse_Ok_) isTopRoutesResponse_Response() {} func (m *TopRoutesResponse) GetResponse() isTopRoutesResponse_Response { if m != nil { return m.Response } return nil } func (m *TopRoutesResponse) GetError() *ResourceError { if x, ok := m.GetResponse().(*TopRoutesResponse_Error); ok { return x.Error } return nil } func (m *TopRoutesResponse) GetOk() *TopRoutesResponse_Ok { if x, ok := m.GetResponse().(*TopRoutesResponse_Ok_); ok { return x.Ok } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*TopRoutesResponse) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TopRoutesResponse_Error)(nil), (*TopRoutesResponse_Ok_)(nil), } } type TopRoutesResponse_Ok struct { Routes []*RouteTable `protobuf:"bytes,1,rep,name=routes,proto3" json:"routes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TopRoutesResponse_Ok) Reset() { *m = TopRoutesResponse_Ok{} } func (m *TopRoutesResponse_Ok) String() string { return proto.CompactTextString(m) } func (*TopRoutesResponse_Ok) ProtoMessage() {} func (*TopRoutesResponse_Ok) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{32, 0} } func (m *TopRoutesResponse_Ok) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopRoutesResponse_Ok.Unmarshal(m, b) } func (m *TopRoutesResponse_Ok) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TopRoutesResponse_Ok.Marshal(b, m, deterministic) } func (m *TopRoutesResponse_Ok) XXX_Merge(src proto.Message) { xxx_messageInfo_TopRoutesResponse_Ok.Merge(m, src) } func (m *TopRoutesResponse_Ok) XXX_Size() int { return xxx_messageInfo_TopRoutesResponse_Ok.Size(m) } func (m *TopRoutesResponse_Ok) XXX_DiscardUnknown() { xxx_messageInfo_TopRoutesResponse_Ok.DiscardUnknown(m) } var xxx_messageInfo_TopRoutesResponse_Ok proto.InternalMessageInfo func (m *TopRoutesResponse_Ok) GetRoutes() []*RouteTable { if m != nil { return m.Routes } return nil } type RouteTable struct { Rows []*RouteTable_Row `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *RouteTable) Reset() { *m = RouteTable{} } func (m *RouteTable) String() string { return proto.CompactTextString(m) } func (*RouteTable) ProtoMessage() {} func (*RouteTable) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{33} } func (m *RouteTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RouteTable.Unmarshal(m, b) } func (m *RouteTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_RouteTable.Marshal(b, m, deterministic) } func (m *RouteTable) XXX_Merge(src proto.Message) { xxx_messageInfo_RouteTable.Merge(m, src) } func (m *RouteTable) XXX_Size() int { return xxx_messageInfo_RouteTable.Size(m) } func (m *RouteTable) XXX_DiscardUnknown() { xxx_messageInfo_RouteTable.DiscardUnknown(m) } var xxx_messageInfo_RouteTable proto.InternalMessageInfo func (m *RouteTable) GetRows() []*RouteTable_Row { if m != nil { return m.Rows } return nil } func (m *RouteTable) GetResource() string { if m != nil { return m.Resource } return "" } type RouteTable_Row struct { Route string `protobuf:"bytes,1,opt,name=route,proto3" json:"route,omitempty"` TimeWindow string `protobuf:"bytes,2,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"` Authority string `protobuf:"bytes,6,opt,name=authority,proto3" json:"authority,omitempty"` Stats *BasicStats `protobuf:"bytes,5,opt,name=stats,proto3" json:"stats,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *RouteTable_Row) Reset() { *m = RouteTable_Row{} } func (m *RouteTable_Row) String() string { return proto.CompactTextString(m) } func (*RouteTable_Row) ProtoMessage() {} func (*RouteTable_Row) Descriptor() ([]byte, []int) { return fileDescriptor_413a91106d7bcce8, []int{33, 0} } func (m *RouteTable_Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RouteTable_Row.Unmarshal(m, b) } func (m *RouteTable_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_RouteTable_Row.Marshal(b, m, deterministic) } func (m *RouteTable_Row) XXX_Merge(src proto.Message) { xxx_messageInfo_RouteTable_Row.Merge(m, src) } func (m *RouteTable_Row) XXX_Size() int { return xxx_messageInfo_RouteTable_Row.Size(m) } func (m *RouteTable_Row) XXX_DiscardUnknown() { xxx_messageInfo_RouteTable_Row.DiscardUnknown(m) } var xxx_messageInfo_RouteTable_Row proto.InternalMessageInfo func (m *RouteTable_Row) GetRoute() string { if m != nil { return m.Route } return "" } func (m *RouteTable_Row) GetTimeWindow() string { if m != nil { return m.TimeWindow } return "" } func (m *RouteTable_Row) GetAuthority() string { if m != nil { return m.Authority } return "" } func (m *RouteTable_Row) GetStats() *BasicStats { if m != nil { return m.Stats } return nil } func init() { proto.RegisterEnum("linkerd2.public.HttpMethod_Registered", HttpMethod_Registered_name, HttpMethod_Registered_value) proto.RegisterEnum("linkerd2.public.Scheme_Registered", Scheme_Registered_name, Scheme_Registered_value) proto.RegisterEnum("linkerd2.public.TapEvent_ProxyDirection", TapEvent_ProxyDirection_name, TapEvent_ProxyDirection_value) proto.RegisterType((*Empty)(nil), "linkerd2.public.Empty") proto.RegisterType((*VersionInfo)(nil), "linkerd2.public.VersionInfo") proto.RegisterType((*ListServicesRequest)(nil), "linkerd2.public.ListServicesRequest") proto.RegisterType((*ListServicesResponse)(nil), "linkerd2.public.ListServicesResponse") proto.RegisterType((*Service)(nil), "linkerd2.public.Service") proto.RegisterType((*ListPodsRequest)(nil), "linkerd2.public.ListPodsRequest") proto.RegisterType((*ListPodsResponse)(nil), "linkerd2.public.ListPodsResponse") proto.RegisterType((*Pod)(nil), "linkerd2.public.Pod") proto.RegisterType((*TapRequest)(nil), "linkerd2.public.TapRequest") proto.RegisterType((*TapByResourceRequest)(nil), "linkerd2.public.TapByResourceRequest") proto.RegisterType((*TapByResourceRequest_Match)(nil), "linkerd2.public.TapByResourceRequest.Match") proto.RegisterType((*TapByResourceRequest_Match_Seq)(nil), "linkerd2.public.TapByResourceRequest.Match.Seq") proto.RegisterType((*TapByResourceRequest_Match_Http)(nil), "linkerd2.public.TapByResourceRequest.Match.Http") proto.RegisterType((*HttpMethod)(nil), "linkerd2.public.HttpMethod") proto.RegisterType((*Scheme)(nil), "linkerd2.public.Scheme") proto.RegisterType((*IPAddress)(nil), "linkerd2.public.IPAddress") proto.RegisterType((*IPv6)(nil), "linkerd2.public.IPv6") proto.RegisterType((*TcpAddress)(nil), "linkerd2.public.TcpAddress") proto.RegisterType((*Eos)(nil), "linkerd2.public.Eos") proto.RegisterType((*TapEvent)(nil), "linkerd2.public.TapEvent") proto.RegisterType((*TapEvent_EndpointMeta)(nil), "linkerd2.public.TapEvent.EndpointMeta") proto.RegisterMapType((map[string]string)(nil), "linkerd2.public.TapEvent.EndpointMeta.LabelsEntry") proto.RegisterType((*TapEvent_RouteMeta)(nil), "linkerd2.public.TapEvent.RouteMeta") proto.RegisterMapType((map[string]string)(nil), "linkerd2.public.TapEvent.RouteMeta.LabelsEntry") proto.RegisterType((*TapEvent_Http)(nil), "linkerd2.public.TapEvent.Http") proto.RegisterType((*TapEvent_Http_StreamId)(nil), "linkerd2.public.TapEvent.Http.StreamId") proto.RegisterType((*TapEvent_Http_RequestInit)(nil), "linkerd2.public.TapEvent.Http.RequestInit") proto.RegisterType((*TapEvent_Http_ResponseInit)(nil), "linkerd2.public.TapEvent.Http.ResponseInit") proto.RegisterType((*TapEvent_Http_ResponseEnd)(nil), "linkerd2.public.TapEvent.Http.ResponseEnd") proto.RegisterType((*ApiError)(nil), "linkerd2.public.ApiError") proto.RegisterType((*PodErrors)(nil), "linkerd2.public.PodErrors") proto.RegisterType((*PodErrors_PodError)(nil), "linkerd2.public.PodErrors.PodError") proto.RegisterType((*PodErrors_PodError_ContainerError)(nil), "linkerd2.public.PodErrors.PodError.ContainerError") proto.RegisterType((*Resource)(nil), "linkerd2.public.Resource") proto.RegisterType((*ResourceSelection)(nil), "linkerd2.public.ResourceSelection") proto.RegisterType((*ResourceError)(nil), "linkerd2.public.ResourceError") proto.RegisterType((*StatSummaryRequest)(nil), "linkerd2.public.StatSummaryRequest") proto.RegisterType((*StatSummaryResponse)(nil), "linkerd2.public.StatSummaryResponse") proto.RegisterType((*StatSummaryResponse_Ok)(nil), "linkerd2.public.StatSummaryResponse.Ok") proto.RegisterType((*BasicStats)(nil), "linkerd2.public.BasicStats") proto.RegisterType((*TcpStats)(nil), "linkerd2.public.TcpStats") proto.RegisterType((*TrafficSplitStats)(nil), "linkerd2.public.TrafficSplitStats") proto.RegisterType((*StatTable)(nil), "linkerd2.public.StatTable") proto.RegisterType((*StatTable_PodGroup)(nil), "linkerd2.public.StatTable.PodGroup") proto.RegisterType((*StatTable_PodGroup_Row)(nil), "linkerd2.public.StatTable.PodGroup.Row") proto.RegisterMapType((map[string]*PodErrors)(nil), "linkerd2.public.StatTable.PodGroup.Row.ErrorsByPodEntry") proto.RegisterType((*EdgesRequest)(nil), "linkerd2.public.EdgesRequest") proto.RegisterType((*EdgesResponse)(nil), "linkerd2.public.EdgesResponse") proto.RegisterType((*EdgesResponse_Ok)(nil), "linkerd2.public.EdgesResponse.Ok") proto.RegisterType((*Edge)(nil), "linkerd2.public.Edge") proto.RegisterType((*TopRoutesRequest)(nil), "linkerd2.public.TopRoutesRequest") proto.RegisterType((*TopRoutesResponse)(nil), "linkerd2.public.TopRoutesResponse") proto.RegisterType((*TopRoutesResponse_Ok)(nil), "linkerd2.public.TopRoutesResponse.Ok") proto.RegisterType((*RouteTable)(nil), "linkerd2.public.RouteTable") proto.RegisterType((*RouteTable_Row)(nil), "linkerd2.public.RouteTable.Row") } func init() { proto.RegisterFile("public.proto", fileDescriptor_413a91106d7bcce8) } var fileDescriptor_413a91106d7bcce8 = []byte{ // 3146 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5a, 0xcd, 0x73, 0x1b, 0xc7, 0xb1, 0xc7, 0xe2, 0x1b, 0x0d, 0x90, 0x84, 0x46, 0xb4, 0x1e, 0x0c, 0xdb, 0xb2, 0xb4, 0xfa, 0x30, 0x9f, 0xf4, 0x1e, 0x48, 0x51, 0x96, 0x2c, 0x59, 0xf6, 0x7b, 0x21, 0x48, 0x58, 0x64, 0x22, 0x91, 0xf0, 0x00, 0x8a, 0xab, 0x5c, 0x4e, 0xa1, 0x96, 0xd8, 0x21, 0xb8, 0xe1, 0x62, 0x67, 0xb5, 0x3b, 0x10, 0x8d, 0xff, 0x20, 0x55, 0xa9, 0x54, 0x4e, 0x39, 0xe7, 0x90, 0x53, 0x52, 0xb9, 0xe4, 0x92, 0x8b, 0x6f, 0xb9, 0xe6, 0x9c, 0x4a, 0xe5, 0x92, 0xdc, 0x72, 0x71, 0xe5, 0x96, 0x53, 0x0e, 0xae, 0xd4, 0x7c, 0x2d, 0x76, 0x09, 0x80, 0x1f, 0x72, 0x0e, 0xc9, 0x09, 0xd3, 0x3d, 0xbf, 0xee, 0xe9, 0x99, 0xe9, 0xe9, 0xee, 0x19, 0x2c, 0x54, 0xfc, 0xd1, 0xbe, 0xeb, 0xf4, 0x1b, 0x7e, 0x40, 0x19, 0x45, 0x4b, 0xae, 0xe3, 0x1d, 0x91, 0xc0, 0x5e, 0x6f, 0x48, 0x76, 0xfd, 0xea, 0x80, 0xd2, 0x81, 0x4b, 0x56, 0x45, 0xf7, 0xfe, 0xe8, 0x60, 0xd5, 0x1e, 0x05, 0x16, 0x73, 0xa8, 0x27, 0x05, 0xea, 0xb5, 0x3e, 0x1d, 0x0e, 0xa9, 0xb7, 0x7a, 0x48, 0x2c, 0x97, 0x1d, 0xf6, 0x0f, 0x49, 0xff, 0x48, 0xf5, 0x5c, 0xee, 0x53, 0xef, 0xc0, 0x19, 0xac, 0xca, 0x1f, 0xc9, 0x34, 0x0b, 0x90, 0x6b, 0x0d, 0x7d, 0x36, 0x36, 0x5f, 0x42, 0xf9, 0xfb, 0x24, 0x08, 0x1d, 0xea, 0xed, 0x78, 0x07, 0x14, 0xbd, 0x0d, 0xa5, 0x01, 0x55, 0x8c, 0x9a, 0x71, 0xcd, 0x58, 0x29, 0xe1, 0x09, 0x83, 0xf7, 0xee, 0x8f, 0x1c, 0xd7, 0xde, 0xb2, 0x18, 0xa9, 0xa5, 0x65, 0x6f, 0xc4, 0x40, 0xb7, 0x61, 0x31, 0x20, 0x2e, 0xb1, 0x42, 0xa2, 0x15, 0x64, 0x04, 0xe4, 0x04, 0xd7, 0xbc, 0x0f, 0x97, 0x9f, 0x39, 0x21, 0xeb, 0x90, 0xe0, 0x95, 0xd3, 0x27, 0x21, 0x26, 0x2f, 0x47, 0x24, 0x64, 0x5c, 0xb9, 0x67, 0x0d, 0x49, 0xe8, 0x5b, 0x7d, 0xa2, 0x87, 0x8e, 0x18, 0xe6, 0x33, 0x58, 0x4e, 0x0a, 0x85, 0x3e, 0xf5, 0x42, 0x82, 0xde, 0x87, 0x62, 0xa8, 0x78, 0x35, 0xe3, 0x5a, 0x66, 0xa5, 0xbc, 0x5e, 0x6b, 0x9c, 0x58, 0xbb, 0x86, 0x12, 0xc2, 0x11, 0xd2, 0x7c, 0x02, 0x05, 0xc5, 0x44, 0x08, 0xb2, 0x7c, 0x14, 0x35, 0xa2, 0x68, 0x27, 0x4d, 0x49, 0x9f, 0x34, 0x25, 0x84, 0x25, 0x6e, 0x4a, 0x9b, 0xda, 0x91, 0xed, 0xd7, 0xa6, 0x6c, 0x6f, 0xa6, 0x6b, 0x46, 0x4c, 0x08, 0xfd, 0x1f, 0xb7, 0xd3, 0x25, 0x7d, 0x46, 0x03, 0xa1, 0xb1, 0xbc, 0x6e, 0x4e, 0xd9, 0x89, 0x49, 0x48, 0x47, 0x41, 0x9f, 0x74, 0x04, 0xd0, 0xa1, 0x1e, 0x8e, 0x64, 0xcc, 0x8f, 0xa0, 0x3a, 0x19, 0x54, 0xcd, 0x7d, 0x05, 0xb2, 0x3e, 0xb5, 0xf5, 0xbc, 0x97, 0xa7, 0xf4, 0xb5, 0xa9, 0x8d, 0x05, 0xc2, 0xfc, 0x47, 0x16, 0x32, 0x6d, 0x6a, 0xcf, 0x9c, 0xec, 0x32, 0xe4, 0x7c, 0x6a, 0xef, 0xb4, 0xd5, 0x44, 0x25, 0x81, 0xae, 0x01, 0xd8, 0xc4, 0x77, 0xe9, 0x78, 0x48, 0x3c, 0x26, 0x37, 0x72, 0x3b, 0x85, 0x63, 0x3c, 0x74, 0x1d, 0xca, 0x01, 0xf1, 0x5d, 0xa7, 0x6f, 0xf5, 0x42, 0xc2, 0x6a, 0xa0, 0x21, 0x8a, 0xd9, 0x21, 0x0c, 0x7d, 0x00, 0x57, 0x14, 0xc5, 0x67, 0xd3, 0xeb, 0x53, 0x8f, 0x05, 0xd4, 0x75, 0x49, 0x50, 0x2b, 0x2b, 0xf4, 0x1b, 0xb1, 0xfe, 0xcd, 0xa8, 0x1b, 0xdd, 0x80, 0x4a, 0xc8, 0x2c, 0x46, 0x0e, 0x46, 0xae, 0x50, 0x5e, 0x51, 0xf0, 0xb2, 0xe6, 0x72, 0xed, 0xef, 0x02, 0xd8, 0x16, 0x19, 0x52, 0x4f, 0x40, 0x16, 0x14, 0xa4, 0x24, 0x79, 0x1c, 0x80, 0x20, 0xf3, 0x43, 0xba, 0x5f, 0x5b, 0x54, 0x3d, 0x9c, 0x40, 0x57, 0x20, 0xcf, 0x75, 0x8c, 0xc2, 0x5a, 0x56, 0x4c, 0x57, 0x51, 0x7c, 0x15, 0x2c, 0xdb, 0x26, 0x76, 0x2d, 0x77, 0xcd, 0x58, 0x29, 0x62, 0x49, 0xa0, 0x4d, 0x58, 0x0a, 0x1d, 0xaf, 0x4f, 0x9e, 0x59, 0x21, 0xc3, 0xc4, 0xa7, 0x01, 0xab, 0xe5, 0xc5, 0xe6, 0xbd, 0xd9, 0x90, 0xe7, 0xb1, 0xa1, 0xcf, 0x63, 0x63, 0x4b, 0x9d, 0x47, 0x7c, 0x52, 0x02, 0xad, 0xc1, 0xe5, 0xc9, 0xcc, 0x77, 0x23, 0x37, 0x29, 0x88, 0xf1, 0x67, 0x75, 0x21, 0x13, 0x2a, 0x8a, 0xdd, 0x76, 0x2d, 0x8f, 0xd4, 0x8a, 0xc2, 0xa6, 0x04, 0x0f, 0xdd, 0x83, 0xfc, 0xc8, 0x67, 0xce, 0x90, 0xd4, 0x4a, 0x67, 0x59, 0xa4, 0x80, 0xe8, 0x2a, 0x80, 0x1f, 0xd0, 0x2f, 0xc7, 0x98, 0x58, 0xf6, 0xb8, 0xb6, 0x24, 0x94, 0xc6, 0x38, 0x7c, 0x58, 0x41, 0xe9, 0xe3, 0x5b, 0x15, 0x16, 0x26, 0x78, 0x68, 0x05, 0x96, 0x02, 0xe5, 0xa6, 0x1a, 0x76, 0x49, 0xc0, 0x4e, 0xb2, 0x9b, 0x05, 0xc8, 0xd1, 0x63, 0x8f, 0x04, 0xe6, 0xaf, 0xd2, 0x00, 0x5d, 0xcb, 0xd7, 0x67, 0x05, 0x41, 0xc6, 0xa7, 0xb6, 0x74, 0x41, 0xbe, 0x2b, 0x3e, 0xb5, 0x4f, 0x78, 0x5b, 0x7a, 0x86, 0xb7, 0x5d, 0x81, 0xfc, 0xd0, 0xfa, 0x12, 0xfb, 0xa1, 0xf0, 0xc5, 0x34, 0x56, 0x14, 0xe7, 0x33, 0xda, 0xe6, 0x1b, 0xc3, 0xf7, 0x73, 0x01, 0x2b, 0x8a, 0x7b, 0x3a, 0xa3, 0x3b, 0x6d, 0xb1, 0x9d, 0x25, 0x2c, 0xda, 0xa8, 0x0e, 0xc5, 0x83, 0x80, 0x0e, 0xdb, 0x7a, 0x1b, 0x17, 0x70, 0x44, 0x73, 0x3d, 0xbc, 0xbd, 0xd3, 0x56, 0xfb, 0xa2, 0x28, 0xe1, 0x2f, 0xfd, 0x43, 0x32, 0x94, 0x9b, 0xc0, 0xfd, 0x45, 0x50, 0xc2, 0x1e, 0xc2, 0x0e, 0xa9, 0x2d, 0x96, 0xbf, 0x84, 0x15, 0xc5, 0x43, 0x87, 0x35, 0x62, 0x87, 0x34, 0x70, 0xd8, 0x58, 0x9e, 0x09, 0x3c, 0x61, 0x70, 0xab, 0x7c, 0x8b, 0x1d, 0x4a, 0xf7, 0xc7, 0xa2, 0xfd, 0x61, 0xba, 0x66, 0x34, 0x8b, 0x90, 0x67, 0x56, 0x30, 0x20, 0xcc, 0xfc, 0x6b, 0x0e, 0x96, 0xbb, 0x96, 0xdf, 0x1c, 0xeb, 0x60, 0xa0, 0x97, 0xed, 0x43, 0x0d, 0x11, 0x2b, 0x77, 0xbe, 0xf0, 0xa1, 0x24, 0xd0, 0x06, 0xe4, 0x86, 0x16, 0xeb, 0x1f, 0xaa, 0xc8, 0x73, 0x77, 0x4a, 0x74, 0xd6, 0x88, 0x8d, 0xe7, 0x5c, 0x04, 0x4b, 0xc9, 0x79, 0xeb, 0x5f, 0xff, 0x6d, 0x16, 0x72, 0x02, 0x88, 0x36, 0x21, 0x63, 0xb9, 0xae, 0xb2, 0x6e, 0xf5, 0x02, 0x43, 0x34, 0x3a, 0xe4, 0x25, 0x77, 0x04, 0xcb, 0x75, 0x85, 0x12, 0x6f, 0xac, 0xec, 0x7c, 0x2d, 0x25, 0xde, 0x18, 0xfd, 0x3f, 0x64, 0x3c, 0x2a, 0x83, 0xd6, 0xc5, 0x26, 0xcb, 0x15, 0x78, 0x94, 0xa1, 0x6d, 0xa8, 0xd8, 0x24, 0x64, 0x8e, 0x27, 0xce, 0x8f, 0x0c, 0x15, 0xe7, 0x5a, 0xf1, 0xed, 0x14, 0x4e, 0x48, 0xa2, 0x4f, 0x20, 0x7b, 0xc8, 0x98, 0x2f, 0xdc, 0xb0, 0xbc, 0xbe, 0x76, 0x91, 0x09, 0x6d, 0x33, 0xe6, 0x6f, 0xa7, 0xb0, 0x90, 0xaf, 0x3f, 0x83, 0x4c, 0x87, 0xbc, 0x44, 0x2d, 0x28, 0x88, 0xed, 0x88, 0x92, 0xdd, 0x85, 0xb6, 0x52, 0xcb, 0xd6, 0xc7, 0x90, 0xe5, 0xda, 0x51, 0x2d, 0x72, 0x6e, 0x7d, 0x1a, 0xb5, 0x7b, 0xd7, 0x22, 0xf7, 0xd6, 0x87, 0x51, 0x3b, 0xf8, 0xd5, 0xb8, 0x83, 0xeb, 0xbc, 0x10, 0x73, 0xf1, 0x65, 0xe5, 0xe2, 0x59, 0xd5, 0x25, 0x28, 0x1e, 0x0c, 0xc4, 0xe0, 0x51, 0xc3, 0xfc, 0xbb, 0x01, 0xc0, 0x8d, 0x78, 0x2e, 0xd5, 0x6e, 0x03, 0x04, 0x64, 0xe0, 0x84, 0x8c, 0x04, 0x44, 0x06, 0x87, 0xc5, 0xf5, 0xdb, 0x53, 0x93, 0x9b, 0x08, 0x34, 0x70, 0x84, 0x96, 0x49, 0x47, 0x53, 0xe8, 0x26, 0x54, 0x46, 0x5e, 0x4c, 0x97, 0x9e, 0x40, 0x82, 0x6b, 0x7a, 0x00, 0x13, 0x0d, 0xa8, 0x00, 0x99, 0xa7, 0xad, 0x6e, 0x35, 0x85, 0x8a, 0x90, 0x6d, 0xef, 0x75, 0xba, 0x55, 0x83, 0xb3, 0xda, 0x2f, 0xba, 0xd5, 0x34, 0x02, 0xc8, 0x6f, 0xb5, 0x9e, 0xb5, 0xba, 0xad, 0x6a, 0x06, 0x95, 0x20, 0xd7, 0xde, 0xe8, 0x6e, 0x6e, 0x57, 0xb3, 0xa8, 0x0c, 0x85, 0xbd, 0x76, 0x77, 0x67, 0x6f, 0xb7, 0x53, 0xcd, 0x71, 0x62, 0x73, 0x6f, 0x77, 0xb7, 0xb5, 0xd9, 0xad, 0xe6, 0xb9, 0x8e, 0xed, 0xd6, 0xc6, 0x56, 0xb5, 0xc0, 0xe1, 0x5d, 0xbc, 0xb1, 0xd9, 0xaa, 0x16, 0x9b, 0x79, 0xc8, 0xb2, 0xb1, 0x4f, 0xcc, 0x9f, 0x1b, 0x90, 0xef, 0xc8, 0x35, 0xde, 0x9a, 0x31, 0xe5, 0x69, 0x1f, 0x93, 0xe0, 0x6f, 0x3b, 0xdd, 0xeb, 0x89, 0xe9, 0x72, 0x0b, 0xbb, 0xdd, 0x76, 0x35, 0xc5, 0x2d, 0xe4, 0xad, 0x4e, 0xd5, 0x88, 0x2c, 0xec, 0x42, 0x69, 0xa7, 0xbd, 0x61, 0xdb, 0x01, 0x09, 0x79, 0x5a, 0xcc, 0x3a, 0xfe, 0xab, 0xf7, 0x85, 0x75, 0x05, 0xbe, 0x9b, 0x9c, 0x42, 0x77, 0x05, 0xf7, 0xa1, 0x3a, 0xa6, 0x6f, 0x4c, 0xd9, 0xbc, 0xd3, 0x7e, 0xf5, 0x50, 0x81, 0x1f, 0x36, 0xb3, 0x90, 0x76, 0x7c, 0x73, 0x0d, 0xb2, 0x9c, 0xcb, 0xf3, 0xec, 0x81, 0x13, 0x84, 0x32, 0x8a, 0xe5, 0xb1, 0x24, 0x78, 0x5c, 0x74, 0xad, 0x50, 0x46, 0xfe, 0x3c, 0x16, 0x6d, 0xf3, 0x19, 0x40, 0xb7, 0xef, 0x6b, 0x43, 0xee, 0x70, 0x2d, 0x2a, 0xb8, 0xd4, 0x67, 0x0c, 0xa8, 0x70, 0x38, 0xed, 0xf8, 0x22, 0xca, 0xf2, 0x18, 0x9f, 0x16, 0x31, 0x5e, 0xb4, 0x4d, 0x1b, 0x32, 0x2d, 0xca, 0xd5, 0x54, 0x07, 0x81, 0xdf, 0xef, 0xc9, 0xac, 0xdf, 0xeb, 0x53, 0x5b, 0xfa, 0xfe, 0xc2, 0x76, 0x0a, 0x2f, 0xf2, 0x9e, 0x8e, 0xe8, 0xd8, 0xa4, 0x36, 0xe1, 0xd8, 0x80, 0x84, 0x84, 0xf5, 0x48, 0x10, 0xd0, 0x40, 0x62, 0xd3, 0x1a, 0x2b, 0x7a, 0x5a, 0xbc, 0x83, 0x63, 0x9b, 0x39, 0xc8, 0x10, 0xcf, 0x36, 0xff, 0xb0, 0x08, 0xc5, 0xae, 0xe5, 0xb7, 0x5e, 0xf1, 0x94, 0x75, 0x1f, 0xf2, 0xf2, 0x14, 0x2a, 0xb3, 0xdf, 0x9a, 0x3e, 0xab, 0xd1, 0xfc, 0xb0, 0x82, 0xa2, 0xa7, 0x50, 0x96, 0xad, 0xde, 0x90, 0x30, 0x4b, 0xc5, 0x8d, 0xdb, 0xb3, 0x4e, 0xb9, 0x18, 0xa4, 0xd1, 0xf2, 0x6c, 0x9f, 0x3a, 0x1e, 0x7b, 0x4e, 0x98, 0x85, 0x41, 0x8a, 0xf2, 0x36, 0xfa, 0x18, 0xca, 0xb1, 0x48, 0xa4, 0xb6, 0xea, 0x54, 0x13, 0xe2, 0x78, 0xf4, 0x29, 0x54, 0x63, 0xa4, 0x34, 0x26, 0x7b, 0x21, 0x63, 0x96, 0x62, 0xf2, 0xc2, 0xa2, 0x26, 0x40, 0x40, 0x47, 0x4c, 0xcd, 0xac, 0x20, 0x94, 0xdd, 0x98, 0xaf, 0x0c, 0x73, 0xac, 0xd0, 0x54, 0x0a, 0x74, 0x13, 0x7d, 0x0a, 0x4b, 0xa2, 0x1c, 0xe9, 0xd9, 0x4e, 0x20, 0x43, 0xae, 0xc8, 0xe4, 0x8b, 0xeb, 0x2b, 0xf3, 0x15, 0xb5, 0xb9, 0xc0, 0x96, 0xc6, 0xe3, 0x45, 0x3f, 0x41, 0xa3, 0xf7, 0x55, 0x88, 0x96, 0xe9, 0xe2, 0xea, 0x7c, 0x3d, 0x89, 0x80, 0xfc, 0x33, 0x03, 0x2a, 0xf1, 0xe9, 0xa2, 0xef, 0x42, 0xde, 0xb5, 0xf6, 0x89, 0xab, 0x23, 0xf3, 0xfa, 0xf9, 0x96, 0xa9, 0xf1, 0x4c, 0x08, 0xb5, 0x3c, 0x16, 0x8c, 0xb1, 0xd2, 0x50, 0x7f, 0x0c, 0xe5, 0x18, 0x1b, 0x55, 0x21, 0x73, 0x44, 0xc6, 0xaa, 0x68, 0xe7, 0x4d, 0x7e, 0x8a, 0x5e, 0x59, 0xee, 0x48, 0x5f, 0x4e, 0x24, 0xf1, 0x61, 0xfa, 0x91, 0x51, 0xff, 0xa9, 0x01, 0xa5, 0x68, 0xe5, 0xd0, 0xd3, 0x13, 0x46, 0xad, 0x9e, 0x63, 0xb9, 0xff, 0xd5, 0x16, 0x7d, 0x53, 0x50, 0xd9, 0x66, 0x0f, 0x2a, 0x81, 0xcc, 0x47, 0x3d, 0xc7, 0x73, 0x74, 0x1d, 0x73, 0xe7, 0xf4, 0x05, 0x6f, 0xa8, 0x14, 0xb6, 0xe3, 0x39, 0x8c, 0x5f, 0x00, 0x82, 0x09, 0x89, 0x30, 0x2c, 0x04, 0xea, 0x2e, 0x24, 0x35, 0x9e, 0x52, 0xde, 0x24, 0x34, 0x4a, 0x19, 0xa5, 0xb2, 0x12, 0xc4, 0x68, 0x69, 0xa4, 0xd2, 0x49, 0x3c, 0x5b, 0x79, 0xc5, 0x9d, 0x73, 0xaa, 0x6c, 0x79, 0xb6, 0x34, 0x32, 0x22, 0xeb, 0x0f, 0xa1, 0xd8, 0x61, 0x01, 0xb1, 0x86, 0x3b, 0xe2, 0xfa, 0xb5, 0x6f, 0x85, 0x2a, 0xe2, 0x60, 0xd1, 0x96, 0x17, 0x12, 0xde, 0x2f, 0xac, 0xcf, 0x62, 0x45, 0xd5, 0xff, 0x6c, 0x40, 0x39, 0x36, 0x77, 0xf4, 0x01, 0xa4, 0x1d, 0x5b, 0xad, 0xd9, 0x7b, 0x67, 0x98, 0xa3, 0x07, 0xc4, 0x69, 0xc7, 0xe6, 0x61, 0x28, 0x96, 0xca, 0x67, 0xc5, 0x80, 0x49, 0x56, 0x8d, 0xb2, 0xfc, 0x6a, 0x54, 0x19, 0xc8, 0x05, 0xf8, 0xaf, 0x39, 0x79, 0x29, 0x2a, 0x18, 0x12, 0x75, 0x6f, 0x76, 0x5e, 0xdd, 0x9b, 0x9b, 0xd4, 0xbd, 0xf5, 0xdf, 0x18, 0x50, 0x89, 0x6f, 0xc5, 0xeb, 0xcf, 0xf0, 0x29, 0x20, 0x71, 0xe7, 0xea, 0x25, 0xdc, 0x2b, 0x7d, 0xd6, 0xb5, 0xa8, 0x2a, 0x84, 0xe2, 0x6b, 0xfc, 0x2e, 0x94, 0xf9, 0xe1, 0x56, 0xd9, 0x41, 0x4c, 0x7d, 0x01, 0x03, 0x67, 0xc9, 0xb4, 0x50, 0xff, 0x65, 0x9a, 0x6f, 0x4a, 0xb4, 0xb9, 0xff, 0x06, 0x26, 0xef, 0xc0, 0x65, 0xad, 0x28, 0x7e, 0x12, 0x32, 0x67, 0x69, 0xba, 0xa4, 0x34, 0xc5, 0xd6, 0xff, 0x16, 0x2c, 0x46, 0x4a, 0xf6, 0xc7, 0x8c, 0xc8, 0xba, 0x37, 0x8b, 0xa3, 0x43, 0xd6, 0xe4, 0x4c, 0x74, 0x1b, 0x32, 0x84, 0x86, 0x2a, 0x33, 0x4d, 0x3f, 0x3a, 0xb4, 0x68, 0x88, 0x39, 0x80, 0x57, 0x7a, 0x84, 0xcf, 0xde, 0x7c, 0x04, 0x8b, 0xc9, 0x10, 0xcc, 0xcb, 0xa5, 0x17, 0xbb, 0xdf, 0xdb, 0xdd, 0xfb, 0x6c, 0xb7, 0x9a, 0xe2, 0xc4, 0xce, 0x6e, 0x73, 0xef, 0xc5, 0xee, 0x56, 0xd5, 0x40, 0x15, 0x28, 0xee, 0xbd, 0xe8, 0x4a, 0x2a, 0x3d, 0x51, 0x71, 0x0d, 0x8a, 0x1b, 0xbe, 0x23, 0xd2, 0x2d, 0x8f, 0x34, 0x22, 0x21, 0xab, 0xe8, 0x23, 0x09, 0x7e, 0xc9, 0x2c, 0xb5, 0xa9, 0x2d, 0x20, 0x21, 0x7a, 0x02, 0x79, 0xc1, 0xd6, 0x71, 0xef, 0xc6, 0xac, 0xb7, 0x11, 0x89, 0x8d, 0x5a, 0x58, 0x89, 0xd4, 0xff, 0x62, 0x40, 0x51, 0x33, 0x11, 0x86, 0x12, 0xbf, 0x76, 0x5b, 0x8e, 0x47, 0x02, 0xb5, 0xd1, 0xeb, 0xe7, 0x50, 0xd6, 0xd8, 0xd4, 0x42, 0x82, 0xe4, 0x25, 0x72, 0xa4, 0xa6, 0xfe, 0x0a, 0x16, 0x93, 0xdd, 0xa8, 0x06, 0x85, 0x21, 0x09, 0x43, 0x6b, 0xa0, 0x9f, 0x66, 0x34, 0xc9, 0xcf, 0xd5, 0x64, 0x7c, 0xf5, 0x14, 0x15, 0x31, 0xf8, 0x5a, 0x38, 0x43, 0x2e, 0x25, 0x5f, 0xda, 0x24, 0xc1, 0x43, 0x4a, 0x40, 0xac, 0x90, 0x7a, 0xfa, 0x8d, 0x43, 0x52, 0x62, 0x39, 0xc5, 0x62, 0xb5, 0xa1, 0xa8, 0x6f, 0x08, 0xa7, 0x3f, 0xbb, 0x89, 0x6b, 0xf4, 0xd8, 0xd7, 0x51, 0x5d, 0xb4, 0xa3, 0x47, 0xa4, 0xcc, 0xe4, 0x11, 0xc9, 0x7c, 0x09, 0x97, 0xa6, 0x2e, 0x43, 0xe8, 0x01, 0x14, 0xf5, 0xa3, 0x80, 0x5a, 0xba, 0x37, 0xe7, 0x5e, 0xa1, 0x70, 0x04, 0xe5, 0x7e, 0x28, 0xb2, 0x4e, 0x2f, 0xf1, 0x60, 0x56, 0xc2, 0x0b, 0x82, 0xdb, 0xd1, 0x2f, 0x62, 0x5f, 0xc0, 0x82, 0x16, 0x96, 0x8b, 0xf8, 0x9a, 0xc3, 0x45, 0xfe, 0x94, 0x8e, 0xfb, 0xd3, 0xd7, 0x69, 0x40, 0xfc, 0xd0, 0x77, 0x46, 0xc3, 0xa1, 0x15, 0x8c, 0xf5, 0x2d, 0x3c, 0xfe, 0x8c, 0x67, 0x5c, 0xfc, 0x19, 0x8f, 0x47, 0x18, 0xe6, 0x0c, 0x49, 0xef, 0xd8, 0xf1, 0x6c, 0x7a, 0xac, 0x86, 0x04, 0xce, 0xfa, 0x4c, 0x70, 0xd0, 0xff, 0x40, 0xd6, 0xa3, 0x9e, 0x0e, 0xbb, 0x57, 0xa6, 0x8f, 0xd7, 0xd0, 0x67, 0x63, 0x5e, 0x85, 0x70, 0x14, 0xfa, 0x08, 0xca, 0x8c, 0xf6, 0xa2, 0x59, 0x67, 0xcf, 0x98, 0x35, 0xbf, 0x3a, 0x30, 0x1a, 0x6d, 0xfd, 0x77, 0x60, 0xe1, 0x20, 0xa0, 0xc3, 0x89, 0x7c, 0xee, 0x6c, 0xf9, 0x0a, 0x97, 0x88, 0x34, 0xbc, 0x03, 0x10, 0x1e, 0x39, 0x32, 0x60, 0x86, 0xa2, 0x12, 0x2b, 0xe2, 0x12, 0xe7, 0xf0, 0xa5, 0x0b, 0xd1, 0x5b, 0x50, 0x62, 0x7d, 0xdd, 0x5b, 0x10, 0xbd, 0x45, 0xd6, 0x97, 0x9d, 0x4d, 0x80, 0x22, 0x1d, 0xb1, 0x7d, 0x3a, 0xf2, 0x6c, 0xf3, 0x8f, 0x06, 0x5c, 0x4e, 0xac, 0xb6, 0x7a, 0xe1, 0x7c, 0x0c, 0x69, 0x7a, 0x34, 0x37, 0xbe, 0xce, 0x90, 0x68, 0xec, 0x1d, 0x6d, 0xa7, 0x70, 0x9a, 0x1e, 0xa1, 0x87, 0xf1, 0x6d, 0x9d, 0x55, 0xd7, 0x25, 0x9c, 0x67, 0x3b, 0xa5, 0x36, 0xbe, 0xbe, 0x01, 0xe9, 0xbd, 0x23, 0xf4, 0x04, 0xc4, 0x53, 0x63, 0x8f, 0x59, 0xfb, 0x6e, 0x74, 0xd9, 0xae, 0xcf, 0xb4, 0xa0, 0xcb, 0x21, 0x18, 0x42, 0xdd, 0x14, 0x33, 0xd3, 0x21, 0xd3, 0xfc, 0x75, 0x1a, 0xa0, 0x69, 0x85, 0x4e, 0x5f, 0xae, 0xc8, 0x0d, 0x58, 0x08, 0x47, 0xfd, 0x3e, 0x09, 0xf9, 0xdd, 0x63, 0xe4, 0xc9, 0x22, 0x28, 0x8b, 0x2b, 0x8a, 0xb9, 0xc9, 0x79, 0x1c, 0x74, 0x60, 0x39, 0xee, 0x28, 0x20, 0x0a, 0x24, 0x2b, 0x83, 0x8a, 0x62, 0x4a, 0xd0, 0x4d, 0x7e, 0x4a, 0x18, 0xf1, 0xfa, 0xe3, 0xde, 0x30, 0xec, 0xf9, 0x0f, 0xd6, 0x84, 0xcb, 0x64, 0x71, 0x45, 0x71, 0x9f, 0x87, 0xed, 0x07, 0x6b, 0x27, 0x51, 0x8f, 0x1f, 0xa8, 0x98, 0x1e, 0x43, 0x3d, 0x7e, 0x30, 0x85, 0x7a, 0x2c, 0x3c, 0x21, 0x89, 0x7a, 0x8c, 0xd6, 0x60, 0xd9, 0xea, 0xb3, 0x91, 0xe5, 0xf6, 0x92, 0x53, 0xc8, 0x0b, 0x2c, 0x92, 0x7d, 0x9d, 0xf8, 0x44, 0x26, 0x12, 0xc9, 0xf9, 0x14, 0xe2, 0x12, 0x9f, 0xc4, 0x66, 0x65, 0xfe, 0xd8, 0x80, 0x62, 0x57, 0x79, 0x08, 0xfa, 0x6f, 0xa8, 0x52, 0x9f, 0x88, 0x77, 0x63, 0x4f, 0x9e, 0xa4, 0x50, 0xad, 0xd7, 0x12, 0xe7, 0x6f, 0x4e, 0xd8, 0x68, 0x85, 0xdf, 0xd5, 0x2c, 0x5b, 0xe6, 0xad, 0x1e, 0xa3, 0xcc, 0x72, 0xd5, 0xaa, 0x2d, 0x72, 0xbe, 0xc8, 0x5c, 0x5d, 0xce, 0x45, 0x77, 0xe0, 0xd2, 0x71, 0xe0, 0x30, 0x92, 0x80, 0xca, 0xa5, 0x5b, 0x12, 0x1d, 0x13, 0xac, 0xd9, 0x81, 0x4b, 0xdd, 0xc0, 0x3a, 0x38, 0x70, 0xfa, 0x1d, 0xdf, 0x75, 0x98, 0xb4, 0x0a, 0x41, 0xd6, 0xf2, 0xc9, 0x97, 0x3a, 0x24, 0xf2, 0xb6, 0xb8, 0xbf, 0x12, 0xeb, 0x40, 0x87, 0x44, 0xde, 0xe6, 0x51, 0xf8, 0x98, 0x38, 0x83, 0x43, 0xa6, 0xa3, 0xb0, 0xa4, 0xcc, 0x6f, 0x72, 0x50, 0x8a, 0xfc, 0x06, 0x35, 0xa1, 0xe4, 0x53, 0xbb, 0x37, 0x08, 0xe8, 0x48, 0x5f, 0x6f, 0x6f, 0xcc, 0x77, 0x33, 0x9e, 0x5f, 0x9e, 0x72, 0xe8, 0x76, 0x0a, 0x17, 0x7d, 0xd5, 0xae, 0xff, 0x22, 0x27, 0x12, 0x96, 0x20, 0xd0, 0x13, 0xc8, 0x06, 0xf4, 0x58, 0xbb, 0xec, 0x7b, 0xe7, 0xd0, 0xd5, 0xc0, 0xf4, 0x18, 0x0b, 0xa1, 0xfa, 0x9f, 0xb2, 0x90, 0xc1, 0xf4, 0xf8, 0x75, 0x43, 0xe9, 0x99, 0xd1, 0x6d, 0xf2, 0xfa, 0x5e, 0x4a, 0xbc, 0xbe, 0xaf, 0x40, 0x75, 0x48, 0xc2, 0x43, 0x62, 0xf7, 0xf8, 0x62, 0x48, 0x27, 0x91, 0x7b, 0xb2, 0x28, 0xf9, 0x6d, 0x6a, 0x4b, 0x97, 0xba, 0x03, 0x97, 0x82, 0x91, 0xe7, 0x39, 0xde, 0x20, 0x06, 0x95, 0x3e, 0xbd, 0xa4, 0x3a, 0x22, 0xec, 0x0a, 0x54, 0xb9, 0xdf, 0x25, 0xb4, 0x4a, 0x67, 0x5d, 0x94, 0xfc, 0x08, 0x79, 0x0f, 0x72, 0x32, 0x48, 0xe5, 0xe6, 0x94, 0xc8, 0x93, 0x23, 0x8c, 0x25, 0x12, 0x3d, 0x8c, 0xc7, 0xb6, 0xe2, 0x9c, 0x35, 0xd2, 0xae, 0x3c, 0x09, 0x7b, 0xe8, 0x63, 0x28, 0xb2, 0x50, 0x89, 0xc1, 0x9c, 0x0c, 0x32, 0xe5, 0x74, 0xb8, 0xc0, 0x42, 0x29, 0xfe, 0x05, 0x2c, 0xc8, 0x32, 0xa5, 0xb7, 0x3f, 0xe6, 0xd3, 0xaa, 0x15, 0xc4, 0x3e, 0x3f, 0x3a, 0xe7, 0x3e, 0x37, 0x64, 0x9d, 0xd2, 0x1c, 0xf3, 0x42, 0x45, 0xdc, 0xf0, 0xca, 0x64, 0xc2, 0xa9, 0x7f, 0x0e, 0xd5, 0x93, 0x80, 0x19, 0x77, 0xbd, 0xb5, 0xf8, 0x5d, 0x6f, 0x56, 0x58, 0x8c, 0xea, 0xa1, 0xd8, 0x3d, 0x90, 0x57, 0x1f, 0x22, 0x9a, 0x9a, 0xbb, 0x50, 0x69, 0xd9, 0x83, 0xc9, 0x1f, 0x7f, 0xdf, 0x32, 0xa7, 0x9a, 0x5f, 0x19, 0xb0, 0xa0, 0x14, 0xaa, 0xb4, 0x71, 0x3f, 0x96, 0x36, 0xae, 0x4f, 0xa7, 0xd0, 0x38, 0xf6, 0xdb, 0x27, 0x8c, 0x7b, 0x22, 0x61, 0xdc, 0x85, 0x1c, 0xe1, 0x7a, 0xd5, 0xb9, 0x7b, 0x63, 0xe6, 0xa8, 0x58, 0x62, 0x12, 0x09, 0xe2, 0x77, 0x06, 0x64, 0x79, 0x1f, 0xba, 0x0b, 0x99, 0x30, 0xe8, 0x9f, 0x7d, 0xdc, 0x38, 0x8a, 0x83, 0xed, 0x70, 0x72, 0x61, 0x98, 0x0f, 0xb6, 0x43, 0xc6, 0xd3, 0x70, 0xdf, 0x75, 0x88, 0xc7, 0x7a, 0x8e, 0xad, 0x42, 0x54, 0x51, 0x32, 0x76, 0x6c, 0xde, 0x19, 0x92, 0xe0, 0x15, 0x09, 0x78, 0xa7, 0x8c, 0x54, 0x45, 0xc9, 0xd8, 0xb1, 0xd1, 0x6d, 0x58, 0xf2, 0x68, 0xcf, 0xb1, 0x89, 0xc7, 0x1c, 0xc6, 0x93, 0xc3, 0x40, 0x5d, 0xe1, 0x16, 0x3c, 0xba, 0xa3, 0xb8, 0xcf, 0xc3, 0x81, 0xf9, 0xb5, 0x01, 0xd5, 0x2e, 0xf5, 0xc5, 0x1b, 0x42, 0xf8, 0x9f, 0x51, 0x2b, 0x15, 0x2e, 0x54, 0x2b, 0x25, 0xaa, 0x95, 0xdf, 0x1b, 0x70, 0x29, 0x36, 0x5b, 0xe5, 0x74, 0xaf, 0xe9, 0x3f, 0xfc, 0x0e, 0x49, 0x8f, 0xd4, 0x1c, 0x6e, 0x4d, 0x87, 0x82, 0x93, 0xe3, 0x44, 0x0e, 0x5b, 0x7f, 0x2c, 0x1c, 0xef, 0x3e, 0xe4, 0xc5, 0xf3, 0x98, 0xf6, 0xbc, 0xe9, 0xd8, 0x25, 0xe4, 0x65, 0x95, 0xa2, 0xa0, 0x09, 0x07, 0xfc, 0x9b, 0x01, 0x30, 0x81, 0xa0, 0xfb, 0x89, 0xfc, 0xf1, 0xee, 0x29, 0xda, 0x26, 0x79, 0x03, 0xd5, 0x63, 0xf9, 0x42, 0xee, 0x53, 0x44, 0xd7, 0x7f, 0x62, 0xc8, 0x9c, 0xb2, 0x0c, 0x39, 0x31, 0xba, 0xbe, 0xb7, 0x09, 0xe2, 0xec, 0x4d, 0x4e, 0x3c, 0x2c, 0xe4, 0x4f, 0x3e, 0x2c, 0x5c, 0x3c, 0x70, 0xaf, 0x7f, 0x95, 0x87, 0xcc, 0x86, 0xef, 0xa0, 0xcf, 0xa1, 0x1c, 0x2b, 0x20, 0xd1, 0x8d, 0xd3, 0xcb, 0x4b, 0xe1, 0xd2, 0xf5, 0x9b, 0xe7, 0xa9, 0x41, 0xcd, 0x14, 0xda, 0x86, 0x9c, 0x88, 0x32, 0xe8, 0x9d, 0x79, 0xd1, 0x47, 0xea, 0xbb, 0x7a, 0x7a, 0x70, 0x32, 0x53, 0xa8, 0x0b, 0xa5, 0xc8, 0x05, 0xd0, 0xf5, 0xd3, 0xdc, 0x43, 0x6a, 0x34, 0xcf, 0xf6, 0x20, 0x33, 0x85, 0x3e, 0x85, 0xa2, 0xfe, 0x9a, 0x00, 0x5d, 0x9b, 0x92, 0x38, 0xf1, 0x75, 0x43, 0xfd, 0xfa, 0x29, 0x88, 0x48, 0xe5, 0x0f, 0xa0, 0x12, 0xff, 0x40, 0x03, 0xdd, 0x9c, 0x29, 0x74, 0xe2, 0xa3, 0x8f, 0xfa, 0xad, 0x33, 0x50, 0x91, 0xfa, 0x2d, 0xc8, 0x74, 0x2d, 0x1f, 0xbd, 0x35, 0xeb, 0x91, 0x45, 0x2b, 0x7b, 0x73, 0xee, 0x0b, 0x8c, 0x99, 0xf9, 0x51, 0xda, 0x58, 0x33, 0xd0, 0x0b, 0x58, 0x48, 0xfc, 0x3f, 0x86, 0x6e, 0x9d, 0xeb, 0xff, 0xb3, 0xd3, 0x34, 0xa7, 0xd6, 0x0c, 0xb4, 0x01, 0x05, 0xfd, 0xff, 0xf8, 0x9c, 0x28, 0x54, 0x7f, 0x7b, 0x8a, 0x1f, 0xfb, 0xec, 0xc6, 0x4c, 0x21, 0x17, 0x4a, 0x1d, 0xe2, 0x1e, 0x6c, 0x1e, 0x92, 0xfe, 0x11, 0xfa, 0xdf, 0x09, 0x58, 0x7e, 0xd6, 0xd3, 0x88, 0x7f, 0xd6, 0x13, 0xe1, 0xb4, 0x75, 0x8d, 0xf3, 0xc2, 0xa3, 0xd5, 0x7c, 0x04, 0xf9, 0x4d, 0xf1, 0x39, 0xd0, 0x5c, 0x7b, 0x97, 0xe3, 0x3a, 0xc5, 0x87, 0x43, 0x1b, 0xae, 0x6b, 0xa6, 0x9a, 0xf7, 0x3f, 0xbf, 0x37, 0x70, 0xd8, 0xe1, 0x68, 0x9f, 0x0f, 0xb5, 0xaa, 0x30, 0xfa, 0x77, 0x7d, 0x75, 0xf2, 0x35, 0xc3, 0xea, 0x80, 0x78, 0xab, 0x52, 0xe5, 0x7e, 0x5e, 0xbc, 0x3f, 0xdd, 0xff, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0x19, 0x79, 0xb2, 0x41, 0xe4, 0x24, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConn // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion4 // ApiClient is the client API for Api service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type ApiClient interface { StatSummary(ctx context.Context, in *StatSummaryRequest, opts ...grpc.CallOption) (*StatSummaryResponse, error) Edges(ctx context.Context, in *EdgesRequest, opts ...grpc.CallOption) (*EdgesResponse, error) TopRoutes(ctx context.Context, in *TopRoutesRequest, opts ...grpc.CallOption) (*TopRoutesResponse, error) ListPods(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error) ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error) // Superceded by `TapByResource`. Tap(ctx context.Context, in *TapRequest, opts ...grpc.CallOption) (Api_TapClient, error) // Executes tapping over Kubernetes resources. TapByResource(ctx context.Context, in *TapByResourceRequest, opts ...grpc.CallOption) (Api_TapByResourceClient, error) Version(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*VersionInfo, error) SelfCheck(ctx context.Context, in *healthcheck.SelfCheckRequest, opts ...grpc.CallOption) (*healthcheck.SelfCheckResponse, error) Config(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*config.All, error) } type apiClient struct { cc *grpc.ClientConn } func NewApiClient(cc *grpc.ClientConn) ApiClient { return &apiClient{cc} } func (c *apiClient) StatSummary(ctx context.Context, in *StatSummaryRequest, opts ...grpc.CallOption) (*StatSummaryResponse, error) { out := new(StatSummaryResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/StatSummary", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) Edges(ctx context.Context, in *EdgesRequest, opts ...grpc.CallOption) (*EdgesResponse, error) { out := new(EdgesResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/Edges", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) TopRoutes(ctx context.Context, in *TopRoutesRequest, opts ...grpc.CallOption) (*TopRoutesResponse, error) { out := new(TopRoutesResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/TopRoutes", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) ListPods(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error) { out := new(ListPodsResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/ListPods", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error) { out := new(ListServicesResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/ListServices", in, out, opts...) if err != nil { return nil, err } return out, nil } // Deprecated: Do not use. func (c *apiClient) Tap(ctx context.Context, in *TapRequest, opts ...grpc.CallOption) (Api_TapClient, error) { stream, err := c.cc.NewStream(ctx, &_Api_serviceDesc.Streams[0], "/linkerd2.public.Api/Tap", opts...) if err != nil { return nil, err } x := &apiTapClient{stream} if err := x.ClientStream.SendMsg(in); err != nil { return nil, err } if err := x.ClientStream.CloseSend(); err != nil { return nil, err } return x, nil } type Api_TapClient interface { Recv() (*TapEvent, error) grpc.ClientStream } type apiTapClient struct { grpc.ClientStream } func (x *apiTapClient) Recv() (*TapEvent, error) { m := new(TapEvent) if err := x.ClientStream.RecvMsg(m); err != nil { return nil, err } return m, nil } func (c *apiClient) TapByResource(ctx context.Context, in *TapByResourceRequest, opts ...grpc.CallOption) (Api_TapByResourceClient, error) { stream, err := c.cc.NewStream(ctx, &_Api_serviceDesc.Streams[1], "/linkerd2.public.Api/TapByResource", opts...) if err != nil { return nil, err } x := &apiTapByResourceClient{stream} if err := x.ClientStream.SendMsg(in); err != nil { return nil, err } if err := x.ClientStream.CloseSend(); err != nil { return nil, err } return x, nil } type Api_TapByResourceClient interface { Recv() (*TapEvent, error) grpc.ClientStream } type apiTapByResourceClient struct { grpc.ClientStream } func (x *apiTapByResourceClient) Recv() (*TapEvent, error) { m := new(TapEvent) if err := x.ClientStream.RecvMsg(m); err != nil { return nil, err } return m, nil } func (c *apiClient) Version(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*VersionInfo, error) { out := new(VersionInfo) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/Version", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) SelfCheck(ctx context.Context, in *healthcheck.SelfCheckRequest, opts ...grpc.CallOption) (*healthcheck.SelfCheckResponse, error) { out := new(healthcheck.SelfCheckResponse) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/SelfCheck", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *apiClient) Config(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*config.All, error) { out := new(config.All) err := c.cc.Invoke(ctx, "/linkerd2.public.Api/Config", in, out, opts...) if err != nil { return nil, err } return out, nil } // ApiServer is the server API for Api service. type ApiServer interface { StatSummary(context.Context, *StatSummaryRequest) (*StatSummaryResponse, error) Edges(context.Context, *EdgesRequest) (*EdgesResponse, error) TopRoutes(context.Context, *TopRoutesRequest) (*TopRoutesResponse, error) ListPods(context.Context, *ListPodsRequest) (*ListPodsResponse, error) ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error) // Superceded by `TapByResource`. Tap(*TapRequest, Api_TapServer) error // Executes tapping over Kubernetes resources. TapByResource(*TapByResourceRequest, Api_TapByResourceServer) error Version(context.Context, *Empty) (*VersionInfo, error) SelfCheck(context.Context, *healthcheck.SelfCheckRequest) (*healthcheck.SelfCheckResponse, error) Config(context.Context, *Empty) (*config.All, error) } func RegisterApiServer(s *grpc.Server, srv ApiServer) { s.RegisterService(&_Api_serviceDesc, srv) } func _Api_StatSummary_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(StatSummaryRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).StatSummary(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/StatSummary", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).StatSummary(ctx, req.(*StatSummaryRequest)) } return interceptor(ctx, in, info, handler) } func _Api_Edges_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(EdgesRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).Edges(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/Edges", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).Edges(ctx, req.(*EdgesRequest)) } return interceptor(ctx, in, info, handler) } func _Api_TopRoutes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(TopRoutesRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).TopRoutes(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/TopRoutes", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).TopRoutes(ctx, req.(*TopRoutesRequest)) } return interceptor(ctx, in, info, handler) } func _Api_ListPods_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ListPodsRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).ListPods(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/ListPods", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).ListPods(ctx, req.(*ListPodsRequest)) } return interceptor(ctx, in, info, handler) } func _Api_ListServices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ListServicesRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).ListServices(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/ListServices", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).ListServices(ctx, req.(*ListServicesRequest)) } return interceptor(ctx, in, info, handler) } func _Api_Tap_Handler(srv interface{}, stream grpc.ServerStream) error { m := new(TapRequest) if err := stream.RecvMsg(m); err != nil { return err } return srv.(ApiServer).Tap(m, &apiTapServer{stream}) } type Api_TapServer interface { Send(*TapEvent) error grpc.ServerStream } type apiTapServer struct { grpc.ServerStream } func (x *apiTapServer) Send(m *TapEvent) error { return x.ServerStream.SendMsg(m) } func _Api_TapByResource_Handler(srv interface{}, stream grpc.ServerStream) error { m := new(TapByResourceRequest) if err := stream.RecvMsg(m); err != nil { return err } return srv.(ApiServer).TapByResource(m, &apiTapByResourceServer{stream}) } type Api_TapByResourceServer interface { Send(*TapEvent) error grpc.ServerStream } type apiTapByResourceServer struct { grpc.ServerStream } func (x *apiTapByResourceServer) Send(m *TapEvent) error { return x.ServerStream.SendMsg(m) } func _Api_Version_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).Version(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/Version", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).Version(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } func _Api_SelfCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(healthcheck.SelfCheckRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).SelfCheck(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/SelfCheck", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).SelfCheck(ctx, req.(*healthcheck.SelfCheckRequest)) } return interceptor(ctx, in, info, handler) } func _Api_Config_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ApiServer).Config(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linkerd2.public.Api/Config", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ApiServer).Config(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } var _Api_serviceDesc = grpc.ServiceDesc{ ServiceName: "linkerd2.public.Api", HandlerType: (*ApiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "StatSummary", Handler: _Api_StatSummary_Handler, }, { MethodName: "Edges", Handler: _Api_Edges_Handler, }, { MethodName: "TopRoutes", Handler: _Api_TopRoutes_Handler, }, { MethodName: "ListPods", Handler: _Api_ListPods_Handler, }, { MethodName: "ListServices", Handler: _Api_ListServices_Handler, }, { MethodName: "Version", Handler: _Api_Version_Handler, }, { MethodName: "SelfCheck", Handler: _Api_SelfCheck_Handler, }, { MethodName: "Config", Handler: _Api_Config_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Tap", Handler: _Api_Tap_Handler, ServerStreams: true, }, { StreamName: "TapByResource", Handler: _Api_TapByResource_Handler, ServerStreams: true, }, }, Metadata: "public.proto", }