# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewConfiguration returns a new Configuration object.
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
# Structs
APIClient manages communication with the Red Hat Advanced Cluster Security Service Fleet Manager API v1.4.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Configuration stores the configuration of the API client.
DataPlaneCentralStatus Schema of the status object for a Central.
DataPlaneCentralStatusRoutes struct for DataPlaneCentralStatusRoutes.
DataPlaneCentralStatusVersions Version information related to a Central.
DataplaneClusterAgentConfig Configuration for the data plane cluster agent.
DataplaneClusterAgentConfigSpec Data plane cluster agent spec.
DataplaneClusterAgentConfigSpecObservability Observability configurations.
DataPlaneClusterUpdateStatusRequest Schema for the request to update a data plane cluster's status.
DataPlaneClusterUpdateStatusRequestCentralOperator struct for DataPlaneClusterUpdateStatusRequestCentralOperator.
DataPlaneClusterUpdateStatusRequestConditions struct for DataPlaneClusterUpdateStatusRequestConditions.
Error struct for Error.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
ListReference struct for ListReference.
ManagedCentral struct for ManagedCentral.
ManagedCentralAllOfMetadata struct for ManagedCentralAllOfMetadata.
ManagedCentralAllOfMetadataAnnotations struct for ManagedCentralAllOfMetadataAnnotations.
ManagedCentralAllOfSpec struct for ManagedCentralAllOfSpec.
ManagedCentralAllOfSpecAuth struct for ManagedCentralAllOfSpecAuth.
ManagedCentralAllOfSpecCentral struct for ManagedCentralAllOfSpecCentral.
ManagedCentralAllOfSpecEndpoint struct for ManagedCentralAllOfSpecEndpoint.
ManagedCentralAllOfSpecEndpointTls struct for ManagedCentralAllOfSpecEndpointTls.
ManagedCentralAllOfSpecScanner struct for ManagedCentralAllOfSpecScanner.
ManagedCentralAllOfSpecScannerAnalyzer struct for ManagedCentralAllOfSpecScannerAnalyzer.
ManagedCentralAllOfSpecScannerAnalyzerScaling struct for ManagedCentralAllOfSpecScannerAnalyzerScaling.
ManagedCentralAllOfSpecScannerDb struct for ManagedCentralAllOfSpecScannerDb.
ManagedCentralList A list of ManagedCentral.
ManagedCentralVersions struct for ManagedCentralVersions.
ObjectReference struct for ObjectReference.
PrivateObjectReference struct for PrivateObjectReference.
ResourceList struct for ResourceList.
ResourceRequirements struct for ResourceRequirements.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
WatchEvent struct for WatchEvent.
# Type aliases
AgentClustersApiService AgentClustersApi service.