Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppPlannings ¶
type AppPlannings struct {
InfluxDBConfig InternalInflux.Config
}
func NewAppPlanningsWithConfig ¶
func NewAppPlanningsWithConfig(config InternalInflux.Config) *AppPlannings
func (*AppPlannings) CreatePlannings ¶
func (c *AppPlannings) CreatePlannings(in *ApiPlannings.CreateApplicationPlanningsRequest) error
func (*AppPlannings) ListPlannings ¶
func (c *AppPlannings) ListPlannings(in *ApiPlannings.ListApplicationPlanningsRequest) ([]*ApiPlannings.ApplicationPlanning, error)
type ClusterPlannings ¶
type ClusterPlannings struct {
InfluxDBConfig InternalInflux.Config
}
func NewClusterPlanningsWithConfig ¶
func NewClusterPlanningsWithConfig(config InternalInflux.Config) *ClusterPlannings
func (*ClusterPlannings) CreatePlannings ¶
func (c *ClusterPlannings) CreatePlannings(in *ApiPlannings.CreateClusterPlanningsRequest) error
func (*ClusterPlannings) ListPlannings ¶
func (c *ClusterPlannings) ListPlannings(in *ApiPlannings.ListClusterPlanningsRequest) ([]*ApiPlannings.ClusterPlanning, error)
type ContainerPlannings ¶
type ContainerPlannings struct {
InfluxDBConfig InternalInflux.Config
}
Container Implements ContainerOperation interface
func NewContainerPlanningsWithConfig ¶
func NewContainerPlanningsWithConfig(config InternalInflux.Config) *ContainerPlannings
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 NewControllerPlanningsWithConfig ¶
func NewControllerPlanningsWithConfig(config InternalInflux.Config) *ControllerPlannings
func (*ControllerPlannings) AddControllerPlannings ¶
func (c *ControllerPlannings) AddControllerPlannings(in *ApiPlannings.CreateControllerPlanningsRequest) error
func (*ControllerPlannings) ListControllerPlannings ¶
func (c *ControllerPlannings) ListControllerPlannings(in *ApiPlannings.ListControllerPlanningsRequest) ([]*ApiPlannings.ControllerPlanning, error)
type NamespacePlannings ¶
type NamespacePlannings struct {
InfluxDBConfig InternalInflux.Config
}
func NewNamespacePlanningsWithConfig ¶
func NewNamespacePlanningsWithConfig(config InternalInflux.Config) *NamespacePlannings
func (*NamespacePlannings) CreatePlannings ¶
func (c *NamespacePlannings) CreatePlannings(in *ApiPlannings.CreateNamespacePlanningsRequest) error
func (*NamespacePlannings) ListPlannings ¶
func (c *NamespacePlannings) ListPlannings(in *ApiPlannings.ListNamespacePlanningsRequest) ([]*ApiPlannings.NamespacePlanning, error)
type NodePlannings ¶
type NodePlannings struct {
InfluxDBConfig InternalInflux.Config
}
func NewNodePlanningsWithConfig ¶
func NewNodePlanningsWithConfig(config InternalInflux.Config) *NodePlannings
func (*NodePlannings) CreatePlannings ¶
func (c *NodePlannings) CreatePlannings(in *ApiPlannings.CreateNodePlanningsRequest) error
func (*NodePlannings) ListPlannings ¶
func (c *NodePlannings) ListPlannings(in *ApiPlannings.ListNodePlanningsRequest) ([]*ApiPlannings.NodePlanning, error)
Click to show internal directories.
Click to hide internal directories.