cluster_configuration.go | |
---|---|
|
|
Generated documentation is available at: https://pkg.go.dev/github.com/RedHatInsights/insights-operator-cli/types Documentation in literate-programming-style is available at: https://redhatinsights.github.io/insights-operator-cli/packages/types/cluster_configuration.html |
|
ClusterConfiguration structure represents cluster configuration record in the controller service. ID: unique key Cluster: cluster ID (not name) Configuration: a JSON structure stored in a string ChangeAt: timestamp of the last configuration change ChangeBy: username of admin that created or updated the configuration Active: flag indicating whether the configuration is active or not Reason: a string with any comment(s) about the cluster configuration |
|
ClusterConfigurationsResponse represents response of controller service to cluster configuration request. Status: status of response Configurations: list of configurations |
|