-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathcrd.0.3.0.patched.yaml
302 lines (301 loc) · 11.1 KB
/
crd.0.3.0.patched.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: sopssecrets.isindir.github.com
spec:
group: isindir.github.com
names:
kind: SopsSecret
listKind: SopsSecretList
plural: sopssecrets
shortNames:
- sops
singular: sopssecret
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: false
deprecated: true
subresources:
status: {}
schema:
openAPIV3Schema:
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
type: object
properties:
secret_templates:
type: array
minLength: 1
items:
properties:
name:
type: string
annotations:
type: object
labels:
type: object
data:
type: object
sops:
type: object
properties:
kms:
type: array
items:
properties:
arn:
type: string
created_at:
type: string
enc:
type: string
aws_profile:
type: string
pgp:
type: array
gcp_kms:
type: array
azure_kv:
type: array
lastmodified:
type: string
mac:
type: string
version:
type: string
encrypted_suffix:
type: string
status:
type: object
- additionalPrinterColumns:
- jsonPath: .status.message
name: Status
type: string
name: v1alpha3
schema:
openAPIV3Schema:
description: SopsSecret is the Schema for the sopssecrets API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
sops:
description: SopsSecret metadata
properties:
age:
description: Age configuration
items:
properties:
enc:
type: string
recipient:
description: Recepient which private key can be used for decription
type: string
type: object
type: array
azure_kv:
description: Azure KMS configuration
items:
description: AzureKmsItem defines Azure Keyvault Key specific encryption
details
properties:
created_at:
description: Object creation date
type: string
enc:
type: string
name:
type: string
vault_url:
description: Azure KMS vault URL
type: string
version:
type: string
type: object
type: array
encrypted_regex:
description: Regex used to encrypt SopsSecret resource This opstion
should be used with more care, as it can make resource unapplicable
to the cluster.
type: string
encrypted_suffix:
description: Suffix used to encrypt SopsSecret resource
type: string
gcp_kms:
description: Gcp KMS configuration
items:
description: GcpKmsDataItem defines GCP KMS Key specific encryption
details
properties:
created_at:
description: Object creation date
type: string
enc:
type: string
resource_id:
type: string
type: object
type: array
hc_vault:
description: Hashicorp Vault KMS configurarion
items:
description: HcVaultItem defines Hashicorp Vault Key specific encryption
details
properties:
created_at:
type: string
enc:
type: string
engine_path:
type: string
key_name:
type: string
vault_address:
type: string
type: object
type: array
kms:
description: Aws KMS configuration
items:
description: KmsDataItem defines AWS KMS specific encryption details
properties:
arn:
description: Arn - KMS key ARN to use
type: string
aws_profile:
type: string
created_at:
description: Object creation date
type: string
enc:
type: string
role:
description: AWS Iam Role
type: string
type: object
type: array
lastmodified:
description: LastModified date when SopsSecret was last modified
type: string
mac:
description: Mac - sops setting
type: string
pgp:
description: PGP configuration
items:
description: PgpDataItem defines PGP specific encryption details
properties:
created_at:
description: Object creation date
type: string
enc:
type: string
fp:
description: PGP FingerPrint of the key which can be used for
decryption
type: string
type: object
type: array
version:
description: Version of the sops tool used to encrypt SopsSecret
type: string
type: object
spec:
description: SopsSecret Spec definition
properties:
secretTemplates:
description: Secrets template is a list of definitions to create Kubernetes
Secrets
items:
description: SopsSecretTemplate defines the map of secrets to create
properties:
annotations:
additionalProperties:
type: string
description: Annotations to apply to Kubernetes secret
type: object
data:
additionalProperties:
type: string
description: 'Data map to use in Kubernetes secret (equivalent
to Kubernetes Secret object data, please see for more information:
https://kubernetes.io/docs/concepts/configuration/secret/#overview-of-secrets)'
type: object
labels:
additionalProperties:
type: string
description: Labels to apply to Kubernetes secret
type: object
name:
description: Name of the Kubernetes secret to create
type: string
stringData:
additionalProperties:
type: string
description: 'stringData map to use in Kubernetes secret (equivalent
to Kubernetes Secret object stringData, please see for more
information: https://kubernetes.io/docs/concepts/configuration/secret/#overview-of-secrets)'
type: object
type:
description: 'Kubernetes secret type. Default: Opauqe. Possible
values: Opauqe, kubernetes.io/service-account-token, kubernetes.io/dockercfg,
kubernetes.io/dockerconfigjson, kubernetes.io/basic-auth,
kubernetes.io/ssh-auth, kubernetes.io/tls, bootstrap.kubernetes.io/token'
type: string
required:
- name
type: object
minItems: 1
type: array
suspend:
description: This flag tells the controller to suspend the reconciliation
of this source.
type: boolean
required:
- secretTemplates
type: object
status:
description: SopsSecret Status information
properties:
message:
description: SopsSecret status message
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []