Documentation ¶
Index ¶
Constants ¶
View Source
const ( BlkIOReconcileName = "BlkioReconcile" DefaultReadIOPS = 0 DefaultWriteIOPS = 0 DefaultReadBPS = 0 DefaultWriteBPS = 0 DefaultIOWeightPercentage = 100 DefaultIOLatency = 3000 DefaultLatencyPercent = 95 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetDiskRecorderFunc ¶
type GetRemoverFunc ¶
type GetRemoverFunc func(diskNumber string, dynamicPath string) (resources []resourceexecutor.ResourceUpdater)
type GetUpdaterFunc ¶
type GetUpdaterFunc func(block *slov1alpha1.BlockCfg, diskNumber string, dynamicPath string) (resources []resourceexecutor.ResourceUpdater)
Click to show internal directories.
Click to hide internal directories.