# Functions
AuthTests - authorization related tests.
ClusterTests run all cluster-related REST API tests.
ConfigurationTests run all configuration-related REST API tests.
OperatorTests run all operator-related REST API tests.
ProfileTests run all configuration profile-related REST API tests.
ServerTests run all tests for basic REST API endpoints.
TriggerTests run all trigger-related REST API tests.
# Constants
API_URL represents the entry point to REST API of the controller service.
# Structs
Cluster represents cluster record in the controller service.
ClusterConfiguration represents cluster configuration record in the controller service.
ClusterConfigurationsResponse represents default response for cluster configuration request.
ClusterResponse represents default response for cluster request.
ConfigurationProfile represents configuration profile record in the controller service.
ConfigurationProfileResponse represents default response for single configuration profile request.
ConfigurationProfilesResponse represents default response for configuration profile request.
Trigger represents trigger record in the controller service ID: unique key Type: ID of trigger type Cluster: cluster ID (not name) Reason: a string with any comment(s) about the trigger Link: link to any document with customer ACK with the trigger TriggeredAt: timestamp of the last configuration change TriggeredBy: username of admin that created or updated the trigger AckedAt: timestamp where the insights operator acked the trigger Parameters: parameters that needs to be pass to trigger code Active: flag indicating whether the trigger is still active or not.
TriggerResponse represents default response for trigger request.