Create OnePasswordItem API and controller

Command executed: `operator-sdk create api --version v1 --kind OnePasswordItem --resource --controller`
`--group` flag is skipped because we don't have a group in the previous version of the operator and we want to make things consistent and not bring any breaking changes.
This commit is contained in:
Eddy Filip
2022-09-13 14:51:50 +03:00
parent a0460ce870
commit a3de05fbdb
17 changed files with 553 additions and 0 deletions

View File

@@ -6,4 +6,13 @@ plugins:
scorecard.sdk.operatorframework.io/v2: {}
projectName: onepassword-operator
repo: github.com/1Password/onepassword-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: onepassword.com
kind: OnePasswordItem
path: github.com/1Password/onepassword-operator/api/v1
version: v1
version: "3"