Skip to content

Commit 19ecee1

Browse files
author
Jeff Peeler
committed
fix(deploy): add missing descriptions to manifests
This is the second part to 702c9fb.
1 parent a068177 commit 19ecee1

5 files changed

+6
-1
lines changed

manifests/0000_50_olm_03-clusterserviceversion.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
status: {}
4545
validation:
4646
openAPIV3Schema:
47+
description: Represents an Operator that should be running on the cluster, including requirements and install strategy.
4748
properties:
4849
spec:
4950
type: object

manifests/0000_50_olm_04-installplan.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ spec:
4343
status: {}
4444
validation:
4545
openAPIV3Schema:
46+
description: Represents a plan to install and resolve dependencies for Cluster Services.
4647
properties:
4748
spec:
4849
type: object

manifests/0000_50_olm_05-subscription.crd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: subscriptions.operators.coreos.com
55
annotations:
66
displayName: Subscription
7-
description: Subcribes service catalog to a source and channel to recieve updates for packages.
7+
description: Subscribes service catalog to a source and channel to recieve updates for packages.
88
spec:
99
group: operators.coreos.com
1010
version: v1alpha1
@@ -41,6 +41,7 @@ spec:
4141
status: {}
4242
validation:
4343
openAPIV3Schema:
44+
description: Subscribes service catalog to a source and channel to recieve updates for packages.
4445
properties:
4546
spec:
4647
type: object

manifests/0000_50_olm_06-catalogsource.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ spec:
4343
status: {}
4444
validation:
4545
openAPIV3Schema:
46+
description: A source configured to find packages and updates.
4647
properties:
4748
spec:
4849
type: object

manifests/0000_50_olm_10-operatorgroup.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
status: {}
2828
validation:
2929
openAPIV3Schema:
30+
description: A grouping of namespaces for usage with an operator.
3031
properties:
3132
spec:
3233
properties:

0 commit comments

Comments
 (0)