flux v2.0.1

GitRepository.status.contentConfigChecksum

ContentConfigChecksum is a checksum of all the configurations related to the content of the source artifact: - .spec.ignore - .spec.recurseSubmodules - .spec.included and the checksum of the included artifacts observed in .status.observedGeneration version of the object. This can be used to determine if the content of the included repository has changed. It has the format of `<algo>:<checksum>`, for example: `sha256:<checksum>`. Deprecated: Replaced with explicit fields for observed artifact content config in the status.

1 fields
GitRepository.status.contentConfigChecksum fields and descriptions
Field / TypeDescription
GitRepository.status.contentConfigChecksum
string

ContentConfigChecksum is a checksum of all the configurations related to the content of the source artifact: - .spec.ignore - .spec.recurseSubmodules - .spec.included and the checksum of the included artifacts observed in .status.observedGeneration version of the object. This can be used to determine if the content of the included repository has changed. It has the format of `<algo>:<checksum>`, for example: `sha256:<checksum>`. Deprecated: Replaced with explicit fields for observed artifact content config in the status.