flux v2.0.1

OCIRepository.status

OCIRepositoryStatus defines the observed state of OCIRepository

8 fields
OCIRepository.status fields and descriptions
Field / TypeDescription
object

Artifact represents the output of the last successful OCI Repository sync.

object[]

Conditions holds the conditions for the OCIRepository.

contentConfigChecksum
string

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
string

LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected.

observedGeneration
integer

ObservedGeneration is the last observed generation.

  • format: int64
observedIgnore
string

ObservedIgnore is the observed exclusion patterns used for constructing the source artifact.

object

ObservedLayerSelector is the observed layer selector used for constructing the source artifact.

url
string

URL is the download link for the artifact output of the last OCI Repository sync.