flux v2.0.1

OCIRepository.status.observedLayerSelector

ObservedLayerSelector is the observed layer selector used for constructing the source artifact.

2 fields
OCIRepository.status.observedLayerSelector fields and descriptions
Field / TypeDescription
mediaType
string

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
string

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.

  • enum: ["extract","copy"]