Versions in this module Expand all Collapse all v0 v0.9.5 Sep 1, 2025 v0.9.4 Jul 15, 2025 Changes in this version + type Config struct + Acknowledged bool + ErrorMsg string + ExternalMessage string + func Modify(client *golangsdk.ServiceClient, opts ModifyOpts, clusterID string) (*Config, error) + type Configurations struct + Templates map[string]Template + func List(client *golangsdk.ServiceClient, clusterId string) (*Configurations, error) + type ModifyOpts struct + Edit map[string]interface{} + type Task struct + ClusterId string + CreatedAt int64 + ErrorMsg string + FinishedAt int64 + History string + ID string + Status string + func ListTask(client *golangsdk.ServiceClient, clusterId string) ([]Task, error) + type Template struct + DefaultValue string + Description string + EnableValue string + FileName string + ID string + Key string + ModifyEnable string + ModuleDescription string + Regex string + Type string + Value string + Version string