Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContainerPlanningsWithConfig ¶
func NewContainerPlanningsWithConfig(config InternalInflux.Config) DaoPlanningTypes.ContainerPlanningsDAO
func NewControllerPlanningsWithConfig ¶
func NewControllerPlanningsWithConfig(config InternalInflux.Config) DaoPlanningTypes.ControllerPlanningsDAO
Types ¶
type ContainerPlannings ¶
type ContainerPlannings struct {
InfluxDBConfig InternalInflux.Config
}
Container Implements ContainerOperation interface
func (*ContainerPlannings) AddPodPlannings ¶
func (c *ContainerPlannings) AddPodPlannings(in *ApiPlannings.CreatePodPlanningsRequest) error
AddPodPlannings add pod plannings to database
func (*ContainerPlannings) ListPodPlannings ¶
func (c *ContainerPlannings) ListPodPlannings(in *ApiPlannings.ListPodPlanningsRequest) ([]*ApiPlannings.PodPlanning, error)
ListPodPlannings list pod plannings
type ControllerPlannings ¶
type ControllerPlannings struct {
InfluxDBConfig InternalInflux.Config
}
func (*ControllerPlannings) AddControllerPlannings ¶
func (c *ControllerPlannings) AddControllerPlannings(controllerPlannings []*ApiPlannings.ControllerPlanning) error
func (*ControllerPlannings) ListControllerPlannings ¶
func (c *ControllerPlannings) ListControllerPlannings(in *ApiPlannings.ListControllerPlanningsRequest) ([]*ApiPlannings.ControllerPlanning, error)
Click to show internal directories.
Click to hide internal directories.