-
Notifications
You must be signed in to change notification settings - Fork 601
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
11 changed files
with
34,153 additions
and
0 deletions.
There are no files selected for viewing
1,758 changes: 1,758 additions & 0 deletions
1,758
operators/camel-k/2.1.0/manifests/builds.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
834 changes: 834 additions & 0 deletions
834
operators/camel-k/2.1.0/manifests/camel-k.v2.1.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
467 changes: 467 additions & 0 deletions
467
operators/camel-k/2.1.0/manifests/camelcatalogs.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
518 changes: 518 additions & 0 deletions
518
operators/camel-k/2.1.0/manifests/integrationkits.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,684 changes: 3,684 additions & 0 deletions
3,684
operators/camel-k/2.1.0/manifests/integrationplatforms.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,055 changes: 8,055 additions & 0 deletions
8,055
operators/camel-k/2.1.0/manifests/integrations.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,926 changes: 8,926 additions & 0 deletions
8,926
operators/camel-k/2.1.0/manifests/kameletbindings.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,444 changes: 1,444 additions & 0 deletions
1,444
operators/camel-k/2.1.0/manifests/kamelets.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,412 changes: 8,412 additions & 0 deletions
8,412
operators/camel-k/2.1.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,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/ |
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: {} |