mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 15:08:06 +00:00

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.
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
domain: onepassword.com
|
|
layout:
|
|
- go.kubebuilder.io/v4-alpha
|
|
plugins:
|
|
manifests.sdk.operatorframework.io/v2: {}
|
|
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"
|