mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator_sdk/osdk-generating-csvs.adoc
|
|
|
|
:_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_.
|