bitwarden-crd-operator/charts/bitwarden-crd-operator/crds/bitwarden-secrets.yaml

52 lines
1.3 KiB
YAML
Raw Normal View History

2022-11-26 17:55:42 +00:00
---
2022-09-04 21:21:33 +00:00
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
2022-09-09 21:41:06 +00:00
name: bitwarden-secrets.lerentis.uploadfilter24.eu
2022-09-04 21:21:33 +00:00
spec:
scope: Namespaced
2022-09-09 22:11:54 +00:00
group: lerentis.uploadfilter24.eu
2022-09-04 21:21:33 +00:00
names:
kind: BitwardenSecret
2022-09-04 21:35:31 +00:00
plural: bitwarden-secrets
singular: bitwarden-secret
2022-09-04 21:21:33 +00:00
shortNames:
- bws
versions:
2022-11-26 20:33:31 +00:00
- name: v1beta4
2022-09-04 21:21:33 +00:00
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
2022-09-09 22:11:54 +00:00
properties:
content:
type: array
items:
type: object
properties:
element:
type: object
properties:
secretName:
type: string
secretRef:
type: string
2022-11-26 20:33:31 +00:00
secretScope:
type: string
required:
- secretName
2022-09-09 22:11:54 +00:00
id:
type: string
namespace:
type: string
name:
type: string
required:
- id
- namespace
- name