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