Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EstimatingTypeMaxAvailableReplicas - label of estimating type EstimatingTypeMaxAvailableReplicas = "MaxAvailableReplicas" // EstimatingTypeGetUnschedulableReplicas - label of estimating type EstimatingTypeGetUnschedulableReplicas = "GetUnschedulableReplicas" )
View Source
const ( // EstimatingStepListNodesByNodeClaim - label of estimating step EstimatingStepListNodesByNodeClaim = "ListNodesByNodeClaim" // EstimatingStepMaxAvailableReplicas - label of estimating step EstimatingStepMaxAvailableReplicas = "MaxAvailableReplicas" // EstimatingStepGetObjectFromCache - label of estimating step EstimatingStepGetObjectFromCache = "GetObjectFromCache" // EstimatingStepGetUnschedulablePodsOfWorkload - label of estimating step EstimatingStepGetUnschedulablePodsOfWorkload = "GetWorkloadUnschedulablePods" // EstimatingStepTotal - label of estimating step, total step EstimatingStepTotal = "Total" )
View Source
const SchedulerEstimatorSubsystem = "karmada_scheduler_estimator"
SchedulerEstimatorSubsystem - subsystem name used by scheduler estimator
Variables ¶
This section is empty.
Functions ¶
func CountRequests ¶
CountRequests total number of scheduler estimator requests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.