open-component-model / ocm-project

OCM Project Backlog
https://ocm.software/
Apache License 2.0
0 stars 0 forks source link

naming convention for downloadhandlers #287

Open hilmarf opened 1 month ago

hilmarf commented 1 month ago

Description

The current names are:

ocm ocm-downloadhandlers | grep '^    - «' | sort
    - «helm/artifact»: download helm chart
    - «landscaper/blueprint»: uploading an OCI artifact to an OCI registry
    - «oci/artifact»: downloading an OCI artifact
    - «ocm/dirtree»: downloading directory tree-like resources
    - «plugin»: [downloaders provided by plugins]

this should be aligned with the uploadhandlers #288 and has to make sense together with the accessmethods and input types.

Done Criteria

hilmarf commented 1 month ago

keep it consistent with:

ocm ocm-accessmethods | grep '  - Access type' | sort -f
  - Access type «gitHub»
  - Access type «helm»
  - Access type «localBlob»
  - Access type «maven»
  - Access type «none»
  - Access type «npm»
  - Access type «ociArtifact»
  - Access type «ociBlob»
  - Access type «ocm»
  - Access type «S3»
  - Access type «s3»
  - Access type «wget»