forked from k8s-operatorhub/community-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
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
38,798 additions
and
0 deletions.
There are no files selected for viewing
2,064 changes: 2,064 additions & 0 deletions
2,064
operators/camel-k/2.3.3/manifests/builds.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
922 changes: 922 additions & 0 deletions
922
operators/camel-k/2.3.3/manifests/camel-k.v2.3.3.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
547 changes: 547 additions & 0 deletions
547
operators/camel-k/2.3.3/manifests/camelcatalogs.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
571 changes: 571 additions & 0 deletions
571
operators/camel-k/2.3.3/manifests/integrationkits.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,894 changes: 3,894 additions & 0 deletions
3,894
operators/camel-k/2.3.3/manifests/integrationplatforms.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,651 changes: 3,651 additions & 0 deletions
3,651
operators/camel-k/2.3.3/manifests/integrationprofiles.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,136 changes: 8,136 additions & 0 deletions
8,136
operators/camel-k/2.3.3/manifests/integrations.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
9,012 changes: 9,012 additions & 0 deletions
9,012
operators/camel-k/2.3.3/manifests/kameletbindings.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,447 changes: 1,447 additions & 0 deletions
1,447
operators/camel-k/2.3.3/manifests/kamelets.camel.apache.org.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8,498 changes: 8,498 additions & 0 deletions
8,498
operators/camel-k/2.3.3/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.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 |
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: {} |