-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
42,260 additions
and
0 deletions.
There are no files selected for viewing
2,085 changes: 2,085 additions & 0 deletions
2,085
operators/camel-k/2.5.0/manifests/builds.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
923 changes: 923 additions & 0 deletions
923
operators/camel-k/2.5.0/manifests/camel-k.v2.5.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
552 changes: 552 additions & 0 deletions
552
operators/camel-k/2.5.0/manifests/camelcatalogs.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
590 changes: 590 additions & 0 deletions
590
operators/camel-k/2.5.0/manifests/integrationkits.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4,359 changes: 4,359 additions & 0 deletions
4,359
operators/camel-k/2.5.0/manifests/integrationplatforms.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4,104 changes: 4,104 additions & 0 deletions
4,104
operators/camel-k/2.5.0/manifests/integrationprofiles.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
10,093 changes: 10,093 additions & 0 deletions
10,093
operators/camel-k/2.5.0/manifests/integrations.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,983 changes: 8,983 additions & 0 deletions
8,983
operators/camel-k/2.5.0/manifests/kameletbindings.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,002 changes: 2,002 additions & 0 deletions
2,002
operators/camel-k/2.5.0/manifests/kamelets.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,513 changes: 8,513 additions & 0 deletions
8,513
operators/camel-k/2.5.0/manifests/pipes.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.30.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |