Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSettings ¶
func GetSettings(params util.ClusterParams) (*models.ClusterMetadataSettings, error)
GetSettings fetches the cluster metadata settings
func UpdateSettings ¶
func UpdateSettings(params UpdateSettingsParams) (*models.ClusterMetadataSettings, error)
UpdateSettings updates the cluster metadata settings
Types ¶
type UpdateSettingsParams ¶
type UpdateSettingsParams struct {
util.ClusterParams
SettingsParams *models.ClusterMetadataSettings
}
UpdateSettingsParams are the parameters required to update a cluster settings
func (UpdateSettingsParams) Validate ¶
func (cp UpdateSettingsParams) Validate() error
Validate is the implementation for the ecctl.Validator interface
Click to show internal directories.
Click to hide internal directories.