mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
39 lines
986 B
Plaintext
39 lines
986 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/understanding/olm/olm-understanding-olm.adoc
|
|
|
|
[id="olm-resources_{context}"]
|
|
= OLM resources
|
|
|
|
The following Custom Resource Definitions (CRDs) are defined and managed by
|
|
Operator Lifecycle Manager (OLM):
|
|
|
|
.CRDs managed by OLM and Catalog Operators
|
|
[cols="2a,2a,8a",options="header"]
|
|
|===
|
|
|Resource |Short name |Description
|
|
|
|
|ClusterServiceVersion
|
|
|`csv`
|
|
|Application metadata: name, version, icon, required resources, installation, and so on.
|
|
|
|
|CatalogSource
|
|
|`catsrc`
|
|
|A repository of CSVs, CRDs, and packages that define an application.
|
|
|
|
|Subscription
|
|
|`sub`
|
|
|Keeps CSVs up to date by tracking a channel in a package.
|
|
|
|
|InstallPlan
|
|
|`ip`
|
|
|Calculated list of resources to be created to automatically install or upgrade
|
|
a CSV.
|
|
|
|
|OperatorGroup
|
|
|`og`
|
|
|Configures all Operators deployed in the same namespace as the OperatorGroup
|
|
object to watch for their custom resource (CR) in a list of namespaces or
|
|
cluster-wide.
|
|
|===
|