Documentation
¶
Index ¶
- Variables
- type CPUV1
- func (*CPUV1) Descriptor() ([]byte, []int)
- func (m *CPUV1) GetUsagePercent() float64
- func (*CPUV1) ProtoMessage()
- func (m *CPUV1) Reset()
- func (m *CPUV1) String() string
- func (m *CPUV1) XXX_DiscardUnknown()
- func (m *CPUV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CPUV1) XXX_Merge(src proto.Message)
- func (m *CPUV1) XXX_Size() int
- func (m *CPUV1) XXX_Unmarshal(b []byte) error
- type CommandV1
- func (*CommandV1) Descriptor() ([]byte, []int)
- func (m *CommandV1) GetArgs() []*KeyStringValuePairV1
- func (m *CommandV1) GetCommand() string
- func (*CommandV1) ProtoMessage()
- func (m *CommandV1) Reset()
- func (m *CommandV1) String() string
- func (m *CommandV1) XXX_DiscardUnknown()
- func (m *CommandV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandV1) XXX_Merge(src proto.Message)
- func (m *CommandV1) XXX_Size() int
- func (m *CommandV1) XXX_Unmarshal(b []byte) error
- type CommandsV1
- func (*CommandsV1) Descriptor() ([]byte, []int)
- func (m *CommandsV1) GetCommands() []*CommandV1
- func (*CommandsV1) ProtoMessage()
- func (m *CommandsV1) Reset()
- func (m *CommandsV1) String() string
- func (m *CommandsV1) XXX_DiscardUnknown()
- func (m *CommandsV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandsV1) XXX_Merge(src proto.Message)
- func (m *CommandsV1) XXX_Size() int
- func (m *CommandsV1) XXX_Unmarshal(b []byte) error
- type DetectPointV1
- type KeyIntValuePair
- func (*KeyIntValuePair) Descriptor() ([]byte, []int)
- func (m *KeyIntValuePair) GetKey() string
- func (m *KeyIntValuePair) GetValue() int32
- func (*KeyIntValuePair) ProtoMessage()
- func (m *KeyIntValuePair) Reset()
- func (m *KeyIntValuePair) String() string
- func (m *KeyIntValuePair) XXX_DiscardUnknown()
- func (m *KeyIntValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyIntValuePair) XXX_Merge(src proto.Message)
- func (m *KeyIntValuePair) XXX_Size() int
- func (m *KeyIntValuePair) XXX_Unmarshal(b []byte) error
- type KeyStringValuePairV1
- func (*KeyStringValuePairV1) Descriptor() ([]byte, []int)
- func (m *KeyStringValuePairV1) GetKey() string
- func (m *KeyStringValuePairV1) GetValue() string
- func (*KeyStringValuePairV1) ProtoMessage()
- func (m *KeyStringValuePairV1) Reset()
- func (m *KeyStringValuePairV1) String() string
- func (m *KeyStringValuePairV1) XXX_DiscardUnknown()
- func (m *KeyStringValuePairV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyStringValuePairV1) XXX_Merge(src proto.Message)
- func (m *KeyStringValuePairV1) XXX_Size() int
- func (m *KeyStringValuePairV1) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DetectPointV1_name = map[int32]string{
0: "client",
1: "server",
2: "proxy",
}
View Source
var DetectPointV1_value = map[string]int32{
"client": 0,
"server": 1,
"proxy": 2,
}
Functions ¶
This section is empty.
Types ¶
type CPUV1 ¶
type CPUV1 struct { UsagePercent float64 `protobuf:"fixed64,2,opt,name=usagePercent,proto3" json:"usagePercent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CPUV1) Descriptor ¶
func (*CPUV1) GetUsagePercent ¶
func (*CPUV1) ProtoMessage ¶
func (*CPUV1) ProtoMessage()
func (*CPUV1) XXX_DiscardUnknown ¶
func (m *CPUV1) XXX_DiscardUnknown()
func (*CPUV1) XXX_Marshal ¶
func (*CPUV1) XXX_Unmarshal ¶
type CommandV1 ¶
type CommandV1 struct { Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` Args []*KeyStringValuePairV1 `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CommandV1) Descriptor ¶
func (*CommandV1) GetArgs ¶
func (m *CommandV1) GetArgs() []*KeyStringValuePairV1
func (*CommandV1) GetCommand ¶
func (*CommandV1) ProtoMessage ¶
func (*CommandV1) ProtoMessage()
func (*CommandV1) XXX_DiscardUnknown ¶
func (m *CommandV1) XXX_DiscardUnknown()
func (*CommandV1) XXX_Marshal ¶
func (*CommandV1) XXX_Unmarshal ¶
type CommandsV1 ¶
type CommandsV1 struct { Commands []*CommandV1 `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CommandsV1) Descriptor ¶
func (*CommandsV1) Descriptor() ([]byte, []int)
func (*CommandsV1) GetCommands ¶
func (m *CommandsV1) GetCommands() []*CommandV1
func (*CommandsV1) ProtoMessage ¶
func (*CommandsV1) ProtoMessage()
func (*CommandsV1) Reset ¶
func (m *CommandsV1) Reset()
func (*CommandsV1) String ¶
func (m *CommandsV1) String() string
func (*CommandsV1) XXX_DiscardUnknown ¶
func (m *CommandsV1) XXX_DiscardUnknown()
func (*CommandsV1) XXX_Marshal ¶
func (m *CommandsV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CommandsV1) XXX_Merge ¶
func (m *CommandsV1) XXX_Merge(src proto.Message)
func (*CommandsV1) XXX_Size ¶
func (m *CommandsV1) XXX_Size() int
func (*CommandsV1) XXX_Unmarshal ¶
func (m *CommandsV1) XXX_Unmarshal(b []byte) error
type DetectPointV1 ¶
type DetectPointV1 int32
In most cases, detect point should be `server` or `client`. Even in service mesh, this means `server`/`client` side sidecar `proxy` is reserved only.
const ( DetectPointV1_client DetectPointV1 = 0 DetectPointV1_server DetectPointV1 = 1 DetectPointV1_proxy DetectPointV1 = 2 )
func (DetectPointV1) EnumDescriptor ¶
func (DetectPointV1) EnumDescriptor() ([]byte, []int)
func (DetectPointV1) String ¶
func (x DetectPointV1) String() string
type KeyIntValuePair ¶
type KeyIntValuePair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyIntValuePair) Descriptor ¶
func (*KeyIntValuePair) Descriptor() ([]byte, []int)
func (*KeyIntValuePair) GetKey ¶
func (m *KeyIntValuePair) GetKey() string
func (*KeyIntValuePair) GetValue ¶
func (m *KeyIntValuePair) GetValue() int32
func (*KeyIntValuePair) ProtoMessage ¶
func (*KeyIntValuePair) ProtoMessage()
func (*KeyIntValuePair) Reset ¶
func (m *KeyIntValuePair) Reset()
func (*KeyIntValuePair) String ¶
func (m *KeyIntValuePair) String() string
func (*KeyIntValuePair) XXX_DiscardUnknown ¶
func (m *KeyIntValuePair) XXX_DiscardUnknown()
func (*KeyIntValuePair) XXX_Marshal ¶
func (m *KeyIntValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyIntValuePair) XXX_Merge ¶
func (m *KeyIntValuePair) XXX_Merge(src proto.Message)
func (*KeyIntValuePair) XXX_Size ¶
func (m *KeyIntValuePair) XXX_Size() int
func (*KeyIntValuePair) XXX_Unmarshal ¶
func (m *KeyIntValuePair) XXX_Unmarshal(b []byte) error
type KeyStringValuePairV1 ¶
type KeyStringValuePairV1 struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyStringValuePairV1) Descriptor ¶
func (*KeyStringValuePairV1) Descriptor() ([]byte, []int)
func (*KeyStringValuePairV1) GetKey ¶
func (m *KeyStringValuePairV1) GetKey() string
func (*KeyStringValuePairV1) GetValue ¶
func (m *KeyStringValuePairV1) GetValue() string
func (*KeyStringValuePairV1) ProtoMessage ¶
func (*KeyStringValuePairV1) ProtoMessage()
func (*KeyStringValuePairV1) Reset ¶
func (m *KeyStringValuePairV1) Reset()
func (*KeyStringValuePairV1) String ¶
func (m *KeyStringValuePairV1) String() string
func (*KeyStringValuePairV1) XXX_DiscardUnknown ¶
func (m *KeyStringValuePairV1) XXX_DiscardUnknown()
func (*KeyStringValuePairV1) XXX_Marshal ¶
func (m *KeyStringValuePairV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyStringValuePairV1) XXX_Merge ¶
func (m *KeyStringValuePairV1) XXX_Merge(src proto.Message)
func (*KeyStringValuePairV1) XXX_Size ¶
func (m *KeyStringValuePairV1) XXX_Size() int
func (*KeyStringValuePairV1) XXX_Unmarshal ¶
func (m *KeyStringValuePairV1) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.