Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Disable ¶
func Disable(params DisableParams) error
Disable disables monitoring on the specified cluster
func Enable ¶
func Enable(params EnableParams) error
Enable turns monitoring on the cluster specified deployment.
Types ¶
type DisableParams ¶
type DisableParams struct {
util.ClusterParams
}
DisableParams is consumed by Disable.
func (DisableParams) Validate ¶
func (params DisableParams) Validate() error
Validate ensures the parameters are consumable by Disable.
type EnableParams ¶
type EnableParams struct {
util.ClusterParams
TargetID string
}
EnableParams is consumed by Enable.
func (EnableParams) Validate ¶
func (params EnableParams) Validate() error
Validate ensures the parameters are consumable by Enable.
Click to show internal directories.
Click to hide internal directories.