Skip to content

Commit

Permalink
operator camel-k (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Oct 24, 2023
1 parent 241bf51 commit 9c1e01e
Show file tree
Hide file tree
Showing 11 changed files with 34,153 additions and 0 deletions.
1,758 changes: 1,758 additions & 0 deletions operators/camel-k/2.1.0/manifests/builds.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8,055 changes: 8,055 additions & 0 deletions operators/camel-k/2.1.0/manifests/integrations.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

8,926 changes: 8,926 additions & 0 deletions operators/camel-k/2.1.0/manifests/kameletbindings.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

1,444 changes: 1,444 additions & 0 deletions operators/camel-k/2.1.0/manifests/kamelets.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

8,412 changes: 8,412 additions & 0 deletions operators/camel-k/2.1.0/manifests/pipes.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions operators/camel-k/2.1.0/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: camel-k
operators.operatorframework.io.bundle.channels.v1: stable-v2,latest
operators.operatorframework.io.bundle.channel.default.v1: stable-v2
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2

# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/
40 changes: 40 additions & 0 deletions operators/camel-k/2.1.0/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
apiVersion: scorecard.operatorframework.io/v1alpha3
kind: Configuration
metadata:
name: config
stages:
- parallel: true
tests:
- entrypoint:
- scorecard-test
- basic-check-spec
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: basic
test: basic-check-spec-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-bundle-validation
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: olm
test: olm-bundle-validation-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-crds-have-validation
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: olm
test: olm-crds-have-validation-test
storage:
spec:
mountPath: {}
storage:
spec:
mountPath: {}

0 comments on commit 9c1e01e

Please sign in to comment.