Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CraneAutoscaling enables the autoscaling features for workloads. CraneAutoscaling featuregate.Feature = "Autoscaling" // CraneAnalysis enables analysis features, including analytics and recommendation. CraneAnalysis featuregate.Feature = "Analysis" // CraneNodeResource enables the node resource features. CraneNodeResource featuregate.Feature = "NodeResource" // CraneNodeResourceTopology enables node resource topology features. CraneNodeResourceTopology featuregate.Feature = "NodeResourceTopology" // CranePodResource enables the pod resource features. CranePodResource featuregate.Feature = "PodResource" // CraneClusterNodePrediction enables the cluster node prediction features. CraneClusterNodePrediction featuregate.Feature = "ClusterNodePrediction" // CraneTimeSeriesPrediction enables the time series prediction features. CraneTimeSeriesPrediction featuregate.Feature = "TimeSeriesPrediction" // CraneCPUManager enables the cpu manger features. CraneCPUManager featuregate.Feature = "CraneCPUManager" // CraneDashboardControl enables the control from Dashboard. CraneDashboardControl featuregate.Feature = "DashboardControl" // QOSInitializer enables the qos initialization featrues. QOSInitializer featuregate.Feature = "QOSInitializer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.