Skip to content

Commit

Permalink
fix(docs): typos in architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell authored Jul 6, 2018
1 parent 58f1513 commit ae510a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/design/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ None --> UpgradeAvailable --> UpgradePending --> AtLatestKnown -+

The Catalog Registry stores CSVs and CRDs for creation in a cluster, and stores metadata about packages and channels.

A package manifest is an entry in the catalog registry that associates a package identity with sets of ClusterServiceVersion-v1s. Within a package, channels which point to a particular CSV. Because CSVs explicitly reference the CSV that they replace, a package manifest provides the catalog Operator needs to update a CSV to the latest version in a channel (stepping through each intermediate version).
A package manifest is an entry in the catalog registry that associates a package identity with sets of ClusterServiceVersion-v1s. Within a package, channels point to a particular CSV. Because CSVs explicitly reference the CSV that they replace, a package manifest provides the catalog Operator all of the information that is required to update a CSV to the latest version in a channel (stepping through each intermediate version).

```
Package {name}
Expand Down

0 comments on commit ae510a6

Please sign in to comment.