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 e305c67
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e305c67

Please sign in to comment.