1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/osdk-crds.adoc
Alex Dellapenta 4fc6875c65 Add hiding CRDs
2020-02-27 17:41:19 +00: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_.