From e305c676d8c9ffbfeb0937ab21c5b96decc0978f Mon Sep 17 00:00:00 2001 From: Rashmi Gottipati Date: Tue, 20 Jun 2023 16:30:15 -0400 Subject: [PATCH] Address review comment #3 Signed-off-by: Rashmi Gottipati --- api/core/v1alpha1/catalogmetadata_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/v1alpha1/catalogmetadata_types.go b/api/core/v1alpha1/catalogmetadata_types.go index 457b9ba9..117105d3 100644 --- a/api/core/v1alpha1/catalogmetadata_types.go +++ b/api/core/v1alpha1/catalogmetadata_types.go @@ -25,7 +25,7 @@ import ( // CatalogMetadataSpec defines the desired state of CatalogMetadata. // It is based on the `Meta` schema defined in Operator Registry (https://olm.operatorframework.io/docs/reference/file-based-catalogs/#schema) -// and it adheres to the format of `Meta` schema that contains fields such as `Schema` (Required), `Package` (Optional), `Name` (Optional) and `Properties` (Optional). +// and it adheres to the format of `Meta` schema that contains fields such as `Schema` (Required), `Package` (Optional), `Name` (Optional) and `Blob`. // The `CatalogMetadataSpec` is an extension of the `Meta` schema that additionally contains a `Catalog` field which references the Catalog and a `Content` field // which is a JSON representation of the File-Based Catalog blob. type CatalogMetadataSpec struct {