From 71685ca053f9d10d544ba102ff066a26ccd460c7 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sun, 26 Sep 2021 07:38:34 +0000 Subject: [PATCH] Add link to CRDs doc --- README.md | 6 ++++++ aws.md => crd.md | 0 2 files changed, 6 insertions(+) rename aws.md => crd.md (100%) diff --git a/README.md b/README.md index 8ece118..0af95a4 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,12 @@ status: `status.observedHash=somehash` equals to the value in `analysis-hash: somehash` after sync. You can leverage this to make sure that the last check was run with the latest query. +## CRDs + +`Okra` provides several Kuberntetes CustomResourceDefinitions(CRD) to achieve its goal. + +See [crd.md](crd.md) for more documentation and details of each CRD. + ## Related Projects Okra is inspired by various open-source projects listed below. diff --git a/aws.md b/crd.md similarity index 100% rename from aws.md rename to crd.md