# Functions
GetEnabledBackends - Given a instance.Spec.CustomServiceConfig object, return a list of available stores in form of 'store_id':'backend'.
GetTemplateBackend -.
SetupAPIDefaults - initializes any CRD field defaults based on environment variables (the defaulting mechanism itself is implemented via webhooks).
SetupDefaults - initializes any CRD field defaults based on environment variables (the defaulting mechanism itself is implemented via webhooks).
SetupGlanceAPIDefaults - initialize GlanceAPI spec defaults for use with either internal or external webhooks.
SetupGlanceDefaults - initialize Glance spec defaults for use with either internal or external webhooks.
# Constants
APIDefaultTimeout indicates the default APITimeout for HAProxy and Apache, defaults to 60 seconds.
APIEdge -.
APIExternal -.
APIInternal -.
APINameLabel - Label on a GlanceAPI that signals the name of the API.
APISingle -.
CinderCondition.
CinderInitMessage.
CinderReadyMessage.
CleanerDefaultSchedule is in crontab format, and the default runs the job once every 30 minutes.
DBPurgeDefaultAge indicates the number of days of purging DB records.
DBPurgeDefaultSchedule is in crontab format, and the default runs the job once every day.
DbSyncHash hash.
DeploymentHash hash used to detect changes.
GlanceAPIContainerImage is the fall-back container image for GlanceAPI.
GlanceAPIReadyCondition Status=True condition which indicates if the GlanceAPI is configured and operational.
GlanceAPIReadyErrorMessage.
GlanceAPIReady condition messages
GlanceAPIReadyInitMessage.
PrunerDefaultSchedule is in crontab format, and the default runs the job once every day.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
APIOverrideSpec to override the generated manifest of several child resources.
DBPurge struct is used to model the parameters exposed to the Glance API CronJob.
Glance is the Schema for the glances API.
GlanceAPI is the Schema for the glanceapis API.
GlanceAPIDefaults -.
GlanceAPIList contains a list of GlanceAPI.
GlanceAPISpec defines the desired state of GlanceAPI.
GlanceAPIStatus defines the observed state of GlanceAPI.
GlanceAPITemplate defines the desired state of GlanceAPI.
GlanceDefaults -.
GlanceExtraVolMounts exposes additional parameters processed by the glance-operator and defines the common VolMounts structure provided by the main storage module.
GlanceList contains a list of Glance.
GlanceSpec defines the desired state of Glance.
GlanceSpec defines the desired state of Glance.
GlanceStatus defines the observed state of Glance.
ImageCache - struct where the exposed imageCache params are defined.
PasswordSelector to identify the DB and AdminUser password from the Secret.
QuotaLimits - The parameters exposed to the top level glance CR that represents the limits we set in keystone.
No description provided by the author