Bucket.status.artifact
Artifact represents the last successful Bucket reconciliation.
| Field / Type | Description |
|---|---|
digest | Digest is the digest of the file in the form of '<algorithm>:<checksum>'.
|
lastUpdateTime | LastUpdateTime is the timestamp corresponding to the last update of the Artifact.
|
Metadata holds upstream information such as OCI annotations. | |
path | Path is the relative file path of the Artifact. It can be used to locate the file in the root of the Artifact storage on the local file system of the controller managing the Source. |
revision | Revision is a human-readable identifier traceable in the origin source system. It can be a Git commit SHA, Git tag, a Helm chart version, etc. |
size | Size is the number of bytes in the file.
|
url | URL is the HTTP address of the Artifact as exposed by the controller managing the Source. It can be used to retrieve the Artifact for consumption, e.g. by another controller applying the Artifact contents. |