From 12d44221a84b7476f409077bc7f6b7f04fd97b68 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 +- .../catalogd.operatorframework.io_catalogmetadata.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 { diff --git a/config/crd/bases/catalogd.operatorframework.io_catalogmetadata.yaml b/config/crd/bases/catalogd.operatorframework.io_catalogmetadata.yaml index 19b48187..7f6db2aa 100644 --- a/config/crd/bases/catalogd.operatorframework.io_catalogmetadata.yaml +++ b/config/crd/bases/catalogd.operatorframework.io_catalogmetadata.yaml @@ -36,10 +36,10 @@ spec: 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). 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. + `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. properties: catalog: description: LocalObjectReference contains enough information to let