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