# Functions
CalculateSecretKeyMd5 calculates the hash of the secret key.
ConvertJSONToMapStringInterface converts a JSON object to a map[string]interface{}.
ConvertMap converts a map[string]string to a map[string]interface{}.
IsManaged returns true if the object is under control of the controller by checking the specific annotation.
NewEventSource creates a new EventSource.
NewReconcileRetryer creates a new ReconcileRetryer.
# Constants
ManagedAnnotation indicates the object is managed by the controller.
# Structs
ClientCredentials represents the client credentials for OAuth2.
Event is a custom event that can be used to trigger reconcile.
EventSource is a custom event source that can be used to trigger reconcile.
ReconcileRetryer is a helper to trigger reconcile with retry.
# Type aliases
Duration represents a elapsed time in string.