Skip to content

Commit

Permalink
operator camel-k (2.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Jun 10, 2024
1 parent 317a710 commit 8af7b2e
Show file tree
Hide file tree
Showing 12 changed files with 38,798 additions and 0 deletions.
2,064 changes: 2,064 additions & 0 deletions operators/camel-k/2.3.3/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.

3,651 changes: 3,651 additions & 0 deletions operators/camel-k/2.3.3/manifests/integrationprofiles.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9,012 changes: 9,012 additions & 0 deletions operators/camel-k/2.3.3/manifests/kameletbindings.camel.apache.org.crd.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions operators/camel-k/2.3.3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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/
com.redhat.openshift.versions: v4.14
40 changes: 40 additions & 0 deletions operators/camel-k/2.3.3/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 8af7b2e

Please sign in to comment.