Spec schema
ImageCatalogSpec defines the desired state of ImageCatalog.
controlPlaneAgents:
- imageDigests:
backupinit: string
dbinit: string
logrotate: string
monitoring-agent: string
version: string
dataPlane:
- imageDigests:
database: string
osType: string
version: string
Field TypeRequired or optional |
Description |
|---|---|
controlPlaneAgents
| |
list (object)Required | ControlPlaneAgentsRelease defines the image digests for a particular CPA version. |
controlPlaneAgents[].imageDigests
| |
objectRequired | ControlPlaneAgentsDigestSet contains the SHA digests for CPA container images. |
controlPlaneAgents[].imageDigests.backupinit
| |
stringOptional | SHA-256 image digest for a specific version's backupinit component. |
controlPlaneAgents[].imageDigests.dbinit
| |
stringOptional | SHA-256 image digest for a specific version's dbinit component. |
controlPlaneAgents[].imageDigests.logrotate
| |
stringOptional | SHA-256 image digest for a specific version's logrotate component. |
controlPlaneAgents[].imageDigests.monitoring-agent
| |
stringOptional | SHA-256 image digest for a specific version's monitoring-agent component. |
controlPlaneAgents[].version
| |
stringRequired | The control plane agents version for the set of image digests. For example, "1.7.0". |
dataPlane
| |
list (object)Required | DataPlaneRelease defines the image digests for a particular database version. |
dataPlane[].imageDigests
| |
objectRequired | DataPlaneDigestSet contains the SHA digests for data plane container images. |
dataPlane[].imageDigests.database
| |
stringOptional | SHA-256 image digest for a specific version's database component. |
dataPlane[].osType
| |
stringOptional | The base operating system type for the database image. Accepted values are `Debian` and `UBI9`. |
dataPlane[].version
| |
stringRequired | The database version for the set of image digests. For example, "16.11.0". |
Status schema
ImageCatalogStatus defines the observed state of ImageCatalog.
conditions:
- lastTransitionTime: string
message: string
observedGeneration: integer
reason: string
status: string
type: string
criticalIncidents:
- code: string
createTime: string
message: string
messageTemplateParams: object
resource:
component: string
location:
cluster: string
group: string
kind: string
name: string
namespace: string
version: string
stackTrace:
- component: string
message: string
transientUntil: string
observedGeneration: integer
reconciled: boolean
Field TypeRequired or optional |
Description |
|---|---|
conditions
| |
list (object)Optional | Conditions represents the latest available observations of the Entity's current state. |
conditions[].lastTransitionTime
| |
stringRequired | lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
conditions[].message
| |
stringRequired | message is a human readable message indicating details about the transition. This may be an empty string. |
conditions[].observedGeneration
| |
integerOptional | observedGeneration represents the .metadata.generation that the condition was set based upon. For example, if .metadata.generation is 12 but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. |
conditions[].reason
| |
stringRequired | reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. |
conditions[].status
| |
stringRequired | Status of the condition, one of True, False, Unknown. |
conditions[].type
| |
stringRequired | Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt). |
criticalIncidents
| |
list (object)Optional | CriticalIncidents is a flat list of all active Critical Incidents. |
criticalIncidents[].code
| |
stringRequired | The error code of this particular error. Error codes are DBSE+numeric strings, like "DBSE1012". |
criticalIncidents[].createTime
| |
stringRequired | The timestamp when this Incident was created at the origin. |
criticalIncidents[].message
| |
stringOptional | Message describes the incident/error that occurred. |
criticalIncidents[].messageTemplateParams
| |
objectOptional | Contains key-value pairs necessary for generating a user-friendly data-driven version of Message in the user interface. |
criticalIncidents[].resource
| |
objectRequired | Contains information about the Database Service component that reported the incident as well as about the K8s resource. |
criticalIncidents[].resource.component
| |
stringRequired | An internal identifier of the Database Service subsystem that reported the incident. |
criticalIncidents[].resource.location
| |
objectOptional | Location. |
criticalIncidents[].resource.location.cluster
| |
stringOptional | The name of the cluster of the affected Kubernetes resource. |
criticalIncidents[].resource.location.group
| |
stringOptional | The Group name of the Kubernetes resource. |
criticalIncidents[].resource.location.kind
| |
stringOptional | The Kind of the Kubernetes resource. |
criticalIncidents[].resource.location.name
| |
stringOptional | The name of the affected Kubernetes resource. |
criticalIncidents[].resource.location.namespace
| |
stringOptional | The namespace of the affected Kubernetes resource. |
criticalIncidents[].resource.location.version
| |
stringOptional | The Version of the Kubernetes resource. |
criticalIncidents[].stackTrace
| |
list (object)Optional | An unstructured list of messages from the stack trace. |
criticalIncidents[].stackTrace[].component
| |
stringOptional | The name of a Database Service component that logged the message. |
criticalIncidents[].stackTrace[].message
| |
stringOptional | Logged message. |
criticalIncidents[].transientUntil
| |
stringOptional | If present indicates that the issue should be considered transient until the specified time. |
observedGeneration
| |
integerOptional | Internal: The generation observed by the controller. |
reconciled
| |
booleanOptional | Internal: Whether the resource was reconciled by the controller. |