Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppPlannings ¶
func NewAppPlanningsWithConfig ¶
func NewAppPlanningsWithConfig(config InfluxDB.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 ¶
func NewClusterPlanningsWithConfig ¶
func NewClusterPlanningsWithConfig(config InfluxDB.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 ¶
Container Implements ContainerOperation interface
func NewContainerPlanningsWithConfig ¶
func NewContainerPlanningsWithConfig(config InfluxDB.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 ¶
func NewControllerPlanningsWithConfig ¶
func NewControllerPlanningsWithConfig(config InfluxDB.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 ¶
func NewNamespacePlanningsWithConfig ¶
func NewNamespacePlanningsWithConfig(config InfluxDB.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 ¶
func NewNodePlanningsWithConfig ¶
func NewNodePlanningsWithConfig(config InfluxDB.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.