mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator_sdk/osdk-generating-csvs.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="osdk-crds_{context}"]
|
|
= Understanding your custom resource definitions (CRDs)
|
|
|
|
There are two types of custom resource definitions (CRDs) that your Operator can use: ones that are _owned_ by it and ones that it depends on, which are _required_.
|