Place back description in CRD

This comment was placed manually and therefore
disappeared when regenerating the CRDs.
This commit is contained in:
Joris Coenen
2022-06-21 14:38:48 +02:00
parent 6c20db47d6
commit 00436b4aee
2 changed files with 3 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ spec:
- conditions
type: object
type:
description: 'Kubernetes secret type. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types'
type: string
type: object
served: true

View File

@@ -49,6 +49,8 @@ type OnePasswordItemStatus struct {
type OnePasswordItem struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Kubernetes secret type. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
Type string `json:"type,omitempty"`
Spec OnePasswordItemSpec `json:"spec,omitempty"`