flux v2.0.1
OCIRepository.status.observedLayerSelector
ObservedLayerSelector is the observed layer selector used for constructing the source artifact.
| Field / Type | Description |
|---|---|
mediaType | MediaType specifies the OCI media type of the layer which should be extracted from the OCI Artifact. The first layer matching this type is selected. |
operation | Operation specifies how the selected layer should be processed. By default, the layer compressed content is extracted to storage. When the operation is set to 'copy', the layer compressed content is persisted to storage as it is.
|