Skip to content

Commit

Permalink
feat: pull name+description out of plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
djzager committed May 18, 2022
1 parent c17c157 commit 2f880fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
9 changes: 5 additions & 4 deletions plugins/ImageStream/index.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiServer: crane.konveyor.io/v1alpha1
kind: Plugin
metadata:
name: ImageStreamPlugin
annotations:
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
versions:
- name: ImageStreamPlugin
shortDescription: ImageStreamPlugin
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
version: v0.0.1
- version: v0.0.1
binaries:
- os: linux
arch: amd64
Expand Down
19 changes: 7 additions & 12 deletions plugins/OpenShift/index.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiServer: crane.konveyor.io/v1alpha1
kind: Plugin
metadata:
name: OpenShiftPlugin
annotations:
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
versions:
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.1
- version: v0.0.1
binaries:
- os: linux
arch: amd64
Expand All @@ -25,10 +26,7 @@ versions:
- flagName: "registry-replacement"
help: "Map of image registry paths to swap on transform, in the format original-registry1=target-registry1,original-registry2=target-registry2..."
example: "docker-registry.default.svc:5000=image-registry.openshift-image-registry.svc:5000,docker.io/foo=quay.io/bar"
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.2
- version: v0.0.2
binaries:
- os: linux
arch: amd64
Expand All @@ -49,10 +47,7 @@ versions:
- flagName: "registry-replacement"
help: "Map of image registry paths to swap on transform, in the format original-registry1=target-registry1,original-registry2=target-registry2..."
example: "docker-registry.default.svc:5000=image-registry.openshift-image-registry.svc:5000,docker.io/foo=quay.io/bar"
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.3
- version: v0.0.3
binaries:
- os: linux
arch: amd64
Expand Down

0 comments on commit 2f880fd

Please sign in to comment.