OCIRepository.status
OCIRepositoryStatus defines the observed state of OCIRepository
| Field / Type | Description |
|---|---|
Artifact represents the output of the last successful OCI Repository sync. | |
Conditions holds the conditions for the OCIRepository. | |
contentConfigChecksum | ContentConfigChecksum is a checksum of all the configurations related to the content of the source artifact: - .spec.ignore - .spec.layerSelector observed in .status.observedGeneration version of the object. This can be used to determine if the content configuration has changed and the artifact needs to be rebuilt. It has the format of `<algo>:<checksum>`, for example: `sha256:<checksum>`. Deprecated: Replaced with explicit fields for observed artifact content config in the status. |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected. |
observedGeneration | ObservedGeneration is the last observed generation.
|
observedIgnore | ObservedIgnore is the observed exclusion patterns used for constructing the source artifact. |
ObservedLayerSelector is the observed layer selector used for constructing the source artifact. | |
url | URL is the download link for the artifact output of the last OCI Repository sync. |