flux v0.27.3

GitRepository.status.includedArtifacts[]

Artifact represents the output of a source synchronisation.

5 fields
GitRepository.status.includedArtifacts[] fields and descriptions
Field / TypeDescription
checksum
string

Checksum is the SHA256 checksum of the artifact.

lastUpdateTime
string

LastUpdateTime is the timestamp corresponding to the last update of this artifact.

  • format: date-time
path
string required

Path is the relative file path of this artifact.

revision
string

Revision is a human readable identifier traceable in the origin source system. It can be a Git commit SHA, Git tag, a Helm index timestamp, a Helm chart version, etc.

url
string required

URL is the HTTP address of this artifact.