Documentation ¶
Index ¶
Constants ¶
View Source
const ( Abnormal nodeStatusType = "abnormal" Normal nodeStatusType = "normal" )
View Source
const (
// KubernetesCustomized pod annotation BlkIOThrottleReadBPS
KubernetesCustomized = "carina.storage.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogicVolumeReconciler ¶
LogicVolumeReconciler reconciles a LogicVolume object
func NewLogicVolumeReconciler ¶
func NewLogicVolumeReconciler(client client.Client, recorder record.EventRecorder, dm *deviceManager.DeviceManager) *LogicVolumeReconciler
func (*LogicVolumeReconciler) SetupWithManager ¶
func (r *LogicVolumeReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeReconciler ¶
NodeReconciler reconciles a Node object
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up Reconciler with Manager.
type PodIOReconciler ¶ added in v0.11.0
PodReconciler reconciles a Node object
func NewPodIOReconciler ¶ added in v0.11.0
func NewPodIOReconciler( client client.Client, nodeName string, partition partition.LocalPartition, ) *PodIOReconciler
func (*PodIOReconciler) SetupWithManager ¶ added in v0.11.0
func (r *PodIOReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up Reconciler with Manager.
Click to show internal directories.
Click to hide internal directories.