1
- # ! validate-crd: ./deploy/chart/templates/03-clusterserviceversion.crd.yaml
2
1
# ! parse-kind: ClusterServiceVersion
3
2
apiVersion : operators.coreos.com/v1alpha1
4
3
kind : ClusterServiceVersion
@@ -224,28 +223,28 @@ spec:
224
223
- description : Specifies the endpoints of an etcd cluster.
225
224
displayName : etcd Endpoint(s)
226
225
path : etcdEndpoints
227
- x-descriptors :
226
+ x-descriptors :
228
227
- ' urn:alm:descriptor:etcd:endpoint'
229
228
- description : The full AWS S3 path where the backup is saved.
230
229
displayName : S3 Path
231
230
path : s3.path
232
- x-descriptors :
231
+ x-descriptors :
233
232
- ' urn:alm:descriptor:aws:s3:path'
234
233
- description : The name of the secret object that stores the AWS credential and config files.
235
234
displayName : AWS Secret
236
235
path : s3.awsSecret
237
- x-descriptors :
236
+ x-descriptors :
238
237
- ' urn:alm:descriptor:io.kubernetes:Secret'
239
238
statusDescriptors :
240
239
- description : Indicates if the backup was successful.
241
240
displayName : Succeeded
242
241
path : succeeded
243
- x-descriptors :
242
+ x-descriptors :
244
243
- ' urn:alm:descriptor:text'
245
244
- description : Indicates the reason for any backup related failures.
246
245
displayName : Reason
247
246
path : reason
248
- x-descriptors :
247
+ x-descriptors :
249
248
- ' urn:alm:descriptor:io.kubernetes.phase:reason'
250
249
- name : etcdrestores.etcd.database.coreos.com
251
250
version : v1beta2
@@ -256,27 +255,27 @@ spec:
256
255
- description : References the EtcdCluster which should be restored,
257
256
displayName : etcd Cluster
258
257
path : etcdCluster.name
259
- x-descriptors :
258
+ x-descriptors :
260
259
- ' urn:alm:descriptor:io.kubernetes:EtcdCluster'
261
260
- ' urn:alm:descriptor:text'
262
261
- description : The full AWS S3 path where the backup is saved.
263
262
displayName : S3 Path
264
263
path : s3.path
265
- x-descriptors :
264
+ x-descriptors :
266
265
- ' urn:alm:descriptor:aws:s3:path'
267
266
- description : The name of the secret object that stores the AWS credential and config files.
268
267
displayName : AWS Secret
269
268
path : s3.awsSecret
270
- x-descriptors :
269
+ x-descriptors :
271
270
- ' urn:alm:descriptor:io.kubernetes:Secret'
272
271
statusDescriptors :
273
272
- description : Indicates if the restore was successful.
274
273
displayName : Succeeded
275
274
path : succeeded
276
- x-descriptors :
275
+ x-descriptors :
277
276
- ' urn:alm:descriptor:text'
278
277
- description : Indicates the reason for any restore related failures.
279
278
displayName : Reason
280
279
path : reason
281
- x-descriptors :
280
+ x-descriptors :
282
281
- ' urn:alm:descriptor:io.kubernetes.phase:reason'
0 commit comments