Skip to content

Commit

Permalink
rename Catalog to ClusterCatalog
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed May 14, 2024
1 parent 250e348 commit ca57eb0
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 1,698 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Catalogd helps customers discover installable content by hosting catalog metadat

1. To install catalogd, navigate to the [releases](https://github.com/operator-framework/catalogd/releases/) page, and follow the install instructions included in the release you want to install.

1. Create a `Catalog` object that points to the OperatorHub Community catalog by running the following command:
1. Create a `ClusterCatalog` object that points to the OperatorHub Community catalog by running the following command:

```sh
$ kubectl apply -f - << EOF
apiVersion: catalogd.operatorframework.io/v1alpha1
kind: Catalog
kind: ClusterCatalog
metadata:
name: operatorhubio
spec:
Expand All @@ -28,10 +28,10 @@ Catalogd helps customers discover installable content by hosting catalog metadat
EOF
```
1. Verify the `Catalog` object was created successfully by running the following command:
1. Verify the `ClusterCatalog` object was created successfully by running the following command:
```sh
$ kubectl describe catalog/operatorhubio
$ kubectl describe clustercatalog/operatorhubio
```
*Example output*
Expand All @@ -41,7 +41,7 @@ Catalogd helps customers discover installable content by hosting catalog metadat
Labels: <none>
Annotations: <none>
API Version: catalogd.operatorframework.io/v1alpha1
Kind: Catalog
Kind: ClusterCatalog
Metadata:
Creation Timestamp: 2023-06-23T18:35:13Z
Generation: 1
Expand Down
149 changes: 0 additions & 149 deletions api/core/v1alpha1/catalog_types.go

This file was deleted.

142 changes: 0 additions & 142 deletions api/core/v1alpha1/catalog_types_test.go

This file was deleted.

Loading

0 comments on commit ca57eb0

Please sign in to comment.