@@ -127,13 +127,13 @@ spec:
127
127
- version
128
128
properties:
129
129
kind:
130
- description: Kind of the referent
130
+ description: Kind of the referent.
131
131
type: string
132
132
name:
133
- description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
133
+ description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource.
134
134
type: string
135
135
version:
136
- description: API version of the referent
136
+ description: API version of the referent.
137
137
type: string
138
138
specDescriptors:
139
139
type: array
@@ -240,13 +240,13 @@ spec:
240
240
- version
241
241
properties:
242
242
kind:
243
- description: Kind of the referent
243
+ description: Kind of the referent.
244
244
type: string
245
245
name:
246
- description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
246
+ description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource.
247
247
type: string
248
248
version:
249
- description: API version of the referent
249
+ description: API version of the referent.
250
250
type: string
251
251
specDescriptors:
252
252
type: array
@@ -357,13 +357,13 @@ spec:
357
357
- version
358
358
properties:
359
359
kind:
360
- description: Kind of the referent
360
+ description: Kind of the referent.
361
361
type: string
362
362
name:
363
- description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
363
+ description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource.
364
364
type: string
365
365
version:
366
- description: API version of the referent
366
+ description: API version of the referent.
367
367
type: string
368
368
specDescriptors:
369
369
type: array
@@ -462,13 +462,13 @@ spec:
462
462
- version
463
463
properties:
464
464
kind:
465
- description: Kind of the referent
465
+ description: Kind of the referent.
466
466
type: string
467
467
name:
468
- description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
468
+ description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource.
469
469
type: string
470
470
version:
471
- description: API version of the referent
471
+ description: API version of the referent.
472
472
type: string
473
473
specDescriptors:
474
474
type: array
@@ -517,10 +517,13 @@ spec:
517
517
version:
518
518
type: string
519
519
description:
520
+ description: Description of the operator. Can include the features, limitations or use-cases of the operator.
520
521
type: string
521
522
displayName:
523
+ description: The name of the operator in display format.
522
524
type: string
523
525
icon:
526
+ description: The icon for this operator.
524
527
type: array
525
528
items:
526
529
type: object
@@ -4802,6 +4805,7 @@ spec:
4802
4805
description: InstallModeType is a supported type of install mode for CSV installation
4803
4806
type: string
4804
4807
keywords:
4808
+ description: A list of keywords describing the operator.
4805
4809
type: array
4806
4810
items:
4807
4811
type: string
@@ -4811,6 +4815,7 @@ spec:
4811
4815
additionalProperties:
4812
4816
type: string
4813
4817
links:
4818
+ description: A list of links related to the operator.
4814
4819
type: array
4815
4820
items:
4816
4821
type: object
@@ -4820,6 +4825,7 @@ spec:
4820
4825
url:
4821
4826
type: string
4822
4827
maintainers:
4828
+ description: A list of organizational entities maintaining the operator.
4823
4829
type: array
4824
4830
items:
4825
4831
type: object
@@ -4849,6 +4855,7 @@ spec:
4849
4855
version:
4850
4856
type: string
4851
4857
provider:
4858
+ description: The publishing entity behind the operator.
4852
4859
type: object
4853
4860
properties:
4854
4861
name:
0 commit comments