mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
11 lines
355 B
Plaintext
11 lines
355 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator_sdk/osdk-generating-csvs.adoc
|
|
|
|
[id="osdk-crds_{context}"]
|
|
= Understanding your Custom Resource Definitions (CRDs)
|
|
|
|
There are two types of Custom Resource Definitions (CRDs) that your Operator may
|
|
use: ones that are _owned_ by it and ones that it depends on, which are
|
|
_required_.
|