Documentation ¶
Index ¶
- func NewNodePredictionsWithConfig(config InternalInflux.Config) DaoPredictionTypes.NodePredictionsDAO
- func NewPodPredictionsWithConfig(config InternalInflux.Config) DaoPredictionTypes.PodPredictionsDAO
- type NodePredictions
- func (p *NodePredictions) CreatePredictions(predictions DaoPredictionTypes.NodePredictionMap) error
- func (p *NodePredictions) FillPredictions(predictions []*ApiPredictions.NodePrediction, fillDays int64) error
- func (p *NodePredictions) ListPredictions(request DaoPredictionTypes.ListNodePredictionsRequest) (DaoPredictionTypes.NodePredictionMap, error)
- type PodPredictions
- func (p *PodPredictions) CreatePredictions(predictions DaoPredictionTypes.PodPredictionMap) error
- func (p *PodPredictions) FillPredictions(predictions []*ApiPredictions.PodPrediction, fillDays int64) error
- func (p *PodPredictions) ListPredictions(request DaoPredictionTypes.ListPodPredictionsRequest) (DaoPredictionTypes.PodPredictionMap, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodePredictionsWithConfig ¶
func NewNodePredictionsWithConfig(config InternalInflux.Config) DaoPredictionTypes.NodePredictionsDAO
func NewPodPredictionsWithConfig ¶
func NewPodPredictionsWithConfig(config InternalInflux.Config) DaoPredictionTypes.PodPredictionsDAO
Types ¶
type NodePredictions ¶
type NodePredictions struct {
InfluxDBConfig InternalInflux.Config
}
func (*NodePredictions) CreatePredictions ¶
func (p *NodePredictions) CreatePredictions(predictions DaoPredictionTypes.NodePredictionMap) error
CreateNodePredictions Implementation of prediction dao interface
func (*NodePredictions) FillPredictions ¶
func (p *NodePredictions) FillPredictions(predictions []*ApiPredictions.NodePrediction, fillDays int64) error
func (*NodePredictions) ListPredictions ¶
func (p *NodePredictions) ListPredictions(request DaoPredictionTypes.ListNodePredictionsRequest) (DaoPredictionTypes.NodePredictionMap, error)
type PodPredictions ¶
type PodPredictions struct {
InfluxDBConfig InternalInflux.Config
}
func (*PodPredictions) CreatePredictions ¶
func (p *PodPredictions) CreatePredictions(predictions DaoPredictionTypes.PodPredictionMap) error
func (*PodPredictions) FillPredictions ¶
func (p *PodPredictions) FillPredictions(predictions []*ApiPredictions.PodPrediction, fillDays int64) error
func (*PodPredictions) ListPredictions ¶
func (p *PodPredictions) ListPredictions(request DaoPredictionTypes.ListPodPredictionsRequest) (DaoPredictionTypes.PodPredictionMap, error)
Click to show internal directories.
Click to hide internal directories.