Skip to content

Commit 5c43567

Browse files
operator function-mesh (0.25.1)
1 parent 62561ef commit 5c43567

19 files changed

+27180
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
FROM scratch
2+
3+
# Core bundle labels.
4+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7+
LABEL operators.operatorframework.io.bundle.package.v1=function-mesh
8+
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.29.0
10+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
12+
13+
# Labels for testing.
14+
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
15+
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
16+
17+
# Copy files to locations specified by labels.
18+
COPY bundle/manifests /manifests/
19+
COPY bundle/metadata /metadata/
20+
COPY bundle/tests/scorecard /tests/scorecard/
21+
# Certified Openshift required labels
22+
LABEL com.redhat.openshift.versions="v4.10-v4.13"
23+
LABEL com.redhat.delivery.operator.bundle=true
24+
LABEL com.redhat.delivery.backport=true
25+
LABEL operators.operatorframework.io.bundle.channel.default.v1="alpha"

operators/function-mesh/0.25.1/manifests/compute.functionmesh.io_backendconfigs.yaml

Lines changed: 3226 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)