crd matching for bitwardenSecret
This commit is contained in:
@ -39,10 +39,41 @@ spec:
|
||||
spec:
|
||||
description: BitwardenSecretSpec defines the desired state of BitwardenSecret.
|
||||
properties:
|
||||
foo:
|
||||
description: Foo is an example field of BitwardenSecret. Edit bitwardensecret_types.go
|
||||
to remove/update
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
content:
|
||||
items:
|
||||
properties:
|
||||
secretName:
|
||||
type: string
|
||||
secretRef:
|
||||
type: string
|
||||
secretScope:
|
||||
type: string
|
||||
required:
|
||||
- secretName
|
||||
- secretRef
|
||||
- secretScope
|
||||
type: object
|
||||
type: array
|
||||
id:
|
||||
type: string
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
name:
|
||||
type: string
|
||||
namespace:
|
||||
type: string
|
||||
secretType:
|
||||
type: string
|
||||
required:
|
||||
- content
|
||||
- id
|
||||
- name
|
||||
type: object
|
||||
status:
|
||||
description: BitwardenSecretStatus defines the observed state of BitwardenSecret.
|
||||
|
Reference in New Issue
Block a user