Discover Packages
github.com/koordinator-sh/koordinator
pkg
koordlet
runtimehooks
hooks
terwayqos
package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jun 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type NetworkQoS struct {
IngressLimit string `json:"ingressLimit"`
EgressLimit string `json:"egressLimit"`
}
type Node struct {
HwTxBpsMax uint64 `text:"hw_tx_bps_max"`
HwRxBpsMax uint64 `text:"hw_rx_bps_max"`
L1TxBpsMin uint64 `text:"offline_l1_tx_bps_min"`
L1TxBpsMax uint64 `text:"offline_l1_tx_bps_max"`
L1RxBpsMin uint64 `text:"offline_l1_rx_bps_min"`
L1RxBpsMax uint64 `text:"offline_l1_rx_bps_max"`
L2TxBpsMin uint64 `text:"offline_l2_tx_bps_min"`
L2TxBpsMax uint64 `text:"offline_l2_tx_bps_max"`
L2RxBpsMin uint64 `text:"offline_l2_rx_bps_min"`
L2RxBpsMax uint64 `text:"offline_l2_rx_bps_max"`
}
type Pod struct {
PodName string `json:"podName"`
PodNamespace string `json:"podNamespace"`
PodUID string `json:"podUID"`
Prio int `json:"prio"`
CgroupDir string `json:"cgroupDir"`
QoSConfig QoSConfig `json:"qosConfig"`
}
type QoS struct {
IngressRequestBps uint64 `json:"ingressRequestBps"`
IngressLimitBps uint64 `json:"ingressLimitBps"`
EgressRequestBps uint64 `json:"egressRequestBps"`
EgressLimitBps uint64 `json:"egressLimitBps"`
}
type QoSConfig struct {
IngressBandwidth uint64 `json:"ingressBandwidth"`
EgressBandwidth uint64 `json:"egressBandwidth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.