Skip to content

Commit

Permalink
Address review comment #3
Browse files Browse the repository at this point in the history
Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
  • Loading branch information
rashmigottipati committed Jun 20, 2023
1 parent 2420314 commit 12d4422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/core/v1alpha1/catalogmetadata_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12d4422

Please sign in to comment.