Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Context *context.Context
Context ...
var ContextReceiveModule string
ContextReceiveModule is the name receive message from
var ContextResponseModule string
ContextResponseModule is the name response message from
var ContextSendModule string
ContextSendModule is the name send message to
var KubeBurst int
KubeBurst default is 10
var KubeConfig string
KubeConfig is the config used connect to edge master
var KubeContentType string
KubeContentType is the content type communicate with edge master(default is "application/vnd.kubernetes.protobuf")
var KubeMaster string
KubeMaster is the url of edge master(kube api server)
var KubeNamespace string
KubeNamespace is the namespace to watch(default is NamespaceAll)
var KubeQPS float32
KubeQPS is the QPS communicate with edge master(default is 1024)
var KubeUpdateNodeFrequency time.Duration
KubeUpdateNodeFrequency is the time duration for update node status(default is 20s)
var MessageLayer string
MessageLayer used, context or ssmq, default is context
var QueryConfigMapBuffer int
QueryConfigMapBuffer is the size of channel which save query configmap message from edge
var QueryConfigMapWorkers int
QueryConfigMapWorkers is the count of goroutines of query configmap
var QuerySecretBuffer int
QuerySecretBuffer is the size of channel which save query secret message from edge
var QuerySecretWorkers int
QuerySecretWorkers is the count of goroutines of query secret
var UpdateNodeStatusBuffer int
UpdateNodeStatusBuffer is the size of channel which save update node status message from edge
var UpdateNodeStatusWorkers int
UpdateNodeStatusWorkers is the count of goroutines of update node status
var UpdatePodStatusBuffer int
UpdatePodStatusBuffer is the size of channel which save update pod status message from edge
var UpdatePodStatusWorkers int
UpdatePodStatusWorkers is the count of goroutines of update pod status
Functions ¶
This section is empty.
Types ¶
This section is empty.