Skip to content

Commit 0fb14b5

Browse files
Merge pull request #695 from ron1/patch-1
Fix README.md links for CRDs, Descriptor, and Package
2 parents 7e2c6d3 + 5f09c5c commit 0fb14b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Learn more about the components used by OLM by reading about the [architecture]
5353

5454
OLM standardizes interactions with operators by requiring that the interface to an operator be via the Kubernetes API. Because we expect users to define the interfaces to their applications, OLM currently uses CRDs to define the Kubernetes API interactions.
5555

56-
Examples: [EtcdCluster CRD](deploy/chart/catalog_resources/rh-operators/etcdcluster.crd.yaml), [EtcdBackup CRD](deploy/chart/catalog_resources/rh-operators/etcdbackup.crd.yaml)
56+
Examples: [EtcdCluster CRD](https://github.com/operator-framework/community-operators/blob/master/community-operators/etcd/etcdcluster.crd.yaml), [EtcdBackup CRD](https://github.com/operator-framework/community-operators/blob/master/community-operators/etcd/etcdbackup.crd.yaml)
5757

5858
## Descriptors
5959

6060
OLM introduces the notion of “descriptors” of both `spec` and `status` fields in kubernetes API responses. Descriptors are intended to indicate various properties of a field in order to make decisions about their content. For example, this can drive connecting two operators together (e.g. connecting the connection string from a mysql instance to a consuming application) and be used to drive rich interactions in a UI.
6161

62-
[See an example of a ClusterServiceVersion with descriptors](deploy/chart/catalog_resources/rh-operators/etcdoperator.v0.9.2.clusterserviceversion.yaml)
62+
[See an example of a ClusterServiceVersion with descriptors](https://github.com/operator-framework/community-operators/blob/master/community-operators/etcd/etcdoperator.v0.9.2.clusterserviceversion.yaml)
6363

6464
## Dependency Resolution
6565

@@ -85,7 +85,7 @@ OLM has the concept of catalogs, which are repositories of application definitio
8585

8686
Catalogs contain a set of Packages, which map “channels” to a particular application definition. Channels allow package authors write different upgrade paths for different users (e.g. alpha vs. stable).
8787

88-
Example: [etcd package](deploy/chart/catalog_resources/rh-operators/etcd.package.yaml)
88+
Example: [etcd package](https://github.com/operator-framework/community-operators/blob/master/community-operators/etcd/etcd.package.yaml)
8989

9090
Users can subscribe to channels and have their operators automatically updated when new versions are released.
9191

0 commit comments

Comments
 (0)