@@ -301,12 +301,14 @@ spec:
301301 type : object
302302 type : array
303303 contentConfigChecksum :
304- description : ' ContentConfigChecksum is a checksum of all the configurations
304+ description : " ContentConfigChecksum is a checksum of all the configurations
305305 related to the content of the source artifact: - .spec.ignore -
306306 .spec.layerSelector observed in .status.observedGeneration version
307307 of the object. This can be used to determine if the content configuration
308308 has changed and the artifact needs to be rebuilt. It has the format
309- of `<algo>:<checksum>`, for example: `sha256:<checksum>`.'
309+ of `<algo>:<checksum>`, for example: `sha256:<checksum>`. \n Deprecated:
310+ Replaced with explicit fields for observed artifact content config
311+ in the status."
310312 type : string
311313 lastHandledReconcileAt :
312314 description : LastHandledReconcileAt holds the value of the most recent
@@ -317,6 +319,29 @@ spec:
317319 description : ObservedGeneration is the last observed generation.
318320 format : int64
319321 type : integer
322+ observedIgnore :
323+ description : ObservedIgnore is the observed exclusion patterns used
324+ for constructing the source artifact.
325+ type : string
326+ observedLayerSelector :
327+ description : ObservedLayerSelector is the observed layer selector
328+ used for constructing the source artifact.
329+ properties :
330+ mediaType :
331+ description : MediaType specifies the OCI media type of the layer
332+ which should be extracted from the OCI Artifact. The first layer
333+ matching this type is selected.
334+ type : string
335+ operation :
336+ description : Operation specifies how the selected layer should
337+ be processed. By default, the layer compressed content is extracted
338+ to storage. When the operation is set to 'copy', the layer compressed
339+ content is persisted to storage as it is.
340+ enum :
341+ - extract
342+ - copy
343+ type : string
344+ type : object
320345 url :
321346 description : URL is the download link for the artifact output of the
322347 last OCI Repository sync.
0 commit comments