-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1-scaffolding' into sdk-1.0
Generated with: $ git merge v1-scaffolding $ emacs README.md # bump SDK version $ emacs go.mod # take largest version from either side $ git checkout --ours go.sum $ go mod tidy $ go mod vendor $ git add -A README go.* vendor $ git commit
- Loading branch information
Showing
29 changed files
with
618 additions
and
221 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
domain: openshift.io | ||
layout: go.kubebuilder.io/v2 | ||
projectName: update-service-operator | ||
repo: github.com/openshift/cincinnati-operator | ||
resources: | ||
- group: updateservice | ||
kind: UpdateService | ||
version: v1 | ||
version: 3-alpha | ||
plugins: | ||
go.operator-sdk.io/v2-alpha: {} | ||
go.sdk.operatorframework.io/v2-alpha: {} |
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
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## This file is auto-generated, do not modify ## | ||
## Append samples you want in your CSV to this file as resources ## | ||
resources: | ||
- updateservice_v1_updateservice.yaml | ||
# +kubebuilder:scaffold:manifestskustomizesamples |
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,7 @@ | ||
apiVersion: scorecard.operatorframework.io/v1alpha3 | ||
kind: Configuration | ||
metadata: | ||
name: config | ||
stages: | ||
- parallel: true | ||
tests: [] |
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 @@ | ||
resources: | ||
- bases/config.yaml | ||
patchesJson6902: | ||
- path: patches/basic.config.yaml | ||
target: | ||
group: scorecard.operatorframework.io | ||
version: v1alpha3 | ||
kind: Configuration | ||
name: config | ||
- path: patches/olm.config.yaml | ||
target: | ||
group: scorecard.operatorframework.io | ||
version: v1alpha3 | ||
kind: Configuration | ||
name: config | ||
# +kubebuilder:scaffold:patchesJson6902 |
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,10 @@ | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- basic-check-spec | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: basic | ||
test: basic-check-spec-test |
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,50 @@ | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- olm-bundle-validation | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: olm | ||
test: olm-bundle-validation-test | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- olm-crds-have-validation | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: olm | ||
test: olm-crds-have-validation-test | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- olm-crds-have-resources | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: olm | ||
test: olm-crds-have-resources-test | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- olm-spec-descriptors | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: olm | ||
test: olm-spec-descriptors-test | ||
- op: add | ||
path: /stages/0/tests/- | ||
value: | ||
entrypoint: | ||
- scorecard-test | ||
- olm-status-descriptors | ||
image: quay.io/operator-framework/scorecard-test:v1.0.1 | ||
labels: | ||
suite: olm | ||
test: olm-status-descriptors-test |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.