فهرست منبع

WIP: Ran make generate

Signed-off-by: William Young <will.young@engineerbetter.com>
Signed-off-by: Dominic Meddick <dom.meddick@engineerbetter.com>
William Young 4 سال پیش
والد
کامیت
218ce0f6f8
2فایلهای تغییر یافته به همراه10 افزوده شده و 8 حذف شده
  1. 5 4
      config/crds/bases/external-secrets.io_secretsinks.yaml
  2. 5 4
      deploy/crds/bundle.yaml

+ 5 - 4
config/crds/bases/external-secrets.io_secretsinks.yaml

@@ -16,7 +16,11 @@ spec:
     singular: secretsink
   scope: Namespaced
   versions:
-  - name: v1alpha1
+  - additionalPrinterColumns:
+    - jsonPath: .status.conditions[?(@.type=="Ready")].reason
+      name: Status
+      type: string
+    name: v1alpha1
     schema:
       openAPIV3Schema:
         properties:
@@ -71,11 +75,8 @@ spec:
                     name:
                       description: Name of the SecretStore resource
                       type: string
-                    status:
-                      type: string
                   required:
                   - name
-                  - status
                   type: object
                 type: array
               selector:

+ 5 - 4
deploy/crds/bundle.yaml

@@ -3032,7 +3032,11 @@ spec:
     singular: secretsink
   scope: Namespaced
   versions:
-    - name: v1alpha1
+    - additionalPrinterColumns:
+        - jsonPath: .status.conditions[?(@.type=="Ready")].reason
+          name: Status
+          type: string
+      name: v1alpha1
       schema:
         openAPIV3Schema:
           properties:
@@ -3082,11 +3086,8 @@ spec:
                       name:
                         description: Name of the SecretStore resource
                         type: string
-                      status:
-                        type: string
                     required:
                       - name
-                      - status
                     type: object
                   type: array
                 selector: