Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerMetricExtended ¶
type ContainerMetricExtended struct {
*DaoMetricTypes.ContainerMetric
}
func (*ContainerMetricExtended) ProduceMetrics ¶
func (c *ContainerMetricExtended) ProduceMetrics() *DatahubV1alpha1.ContainerMetric
type ContainerPredictionExtended ¶
type ContainerPredictionExtended struct {
*DaoPrediction.ContainerPrediction
}
func (*ContainerPredictionExtended) ProducePredictions ¶
func (c *ContainerPredictionExtended) ProducePredictions() *DatahubV1alpha1.ContainerPrediction
type GpuMetricExtended ¶
func (*GpuMetricExtended) ProduceMetrics ¶
func (n *GpuMetricExtended) ProduceMetrics() *DatahubV1alpha1.GpuMetric
type GpuPredictionExtended ¶
type GpuPredictionExtended struct {
*DaoGpu.GpuPrediction
}
func (*GpuPredictionExtended) ProducePredictions ¶
func (n *GpuPredictionExtended) ProducePredictions(metricType Metric.GpuMetricType) *DatahubV1alpha1.GpuPrediction
type NodeMetricExtended ¶
type NodeMetricExtended struct {
*DaoMetricTypes.NodeMetric
}
func (*NodeMetricExtended) ProduceMetrics ¶
func (n *NodeMetricExtended) ProduceMetrics() *DatahubV1alpha1.NodeMetric
type NodePredictionExtended ¶
type NodePredictionExtended struct {
*DaoPrediction.NodePrediction
}
func (*NodePredictionExtended) ProducePredictions ¶
func (d *NodePredictionExtended) ProducePredictions() *DatahubV1alpha1.NodePrediction
type NodesPredictionMapExtended ¶
type NodesPredictionMapExtended struct {
*DaoPrediction.NodesPredictionMap
}
func (*NodesPredictionMapExtended) ProducePredictions ¶
func (d *NodesPredictionMapExtended) ProducePredictions() []*DatahubV1alpha1.NodePrediction
type PodMetricExtended ¶
type PodMetricExtended struct {
*DaoMetricTypes.PodMetric
}
func (*PodMetricExtended) ProduceMetrics ¶
func (p *PodMetricExtended) ProduceMetrics() *DatahubV1alpha1.PodMetric
type PodPredictionExtended ¶
type PodPredictionExtended struct {
*DaoPrediction.PodPrediction
}
func (*PodPredictionExtended) ProducePredictions ¶
func (p *PodPredictionExtended) ProducePredictions() *DatahubV1alpha1.PodPrediction
Click to show internal directories.
Click to hide internal directories.