1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/osdk-crds.adoc
Alex Dellapenta 1afc9a19cc Add hiding CRDs
2020-02-27 12:24:23 -05:00

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_.