Skip to content

Commit bae677e

Browse files
authored
Remove specific client tool names
1 parent 0861341 commit bae677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The Package Server provides a veneer API over the CatalogSource resources and th
133133

134134
It is not neccessary to run this for OLM to function, but enhances the user experience by providing the information needed for Subscription generation to the user. In a Production scenario where no discovery work is needed and all Subscriptions are predefined, this may be removed.
135135

136-
OpenShift/OKD GUIs will use this API extention to present operator package information such as CSVs, packages and CRDs found in the CatalogSource to users. Additionally, `kubectl` and `oc` users are able to issue commands like `kubectl get PackageManifests` to list out available Operators and then run `kubectl describe` on those resources to find the appropriate data to build a Subscription to it.
136+
Client GUI interfaces will use this API extention to present operator package information such as CSVs, packages and CRDs found in the CatalogSource to users. Additionally, CLI tools are able to examine the list of PackageManifests to list out available Operators and then examine the specific PackageManifests resources to find the appropriate data to build a Subscription to it.
137137

138138
## Catalog (Registry) Design
139139

0 commit comments

Comments
 (0)