cert-manager/deploy/crds
irbekrm 959e581368 Removes implementation-specific comment from api
Co-authored-by: Richard Wall <richard.wall@jetstack.io>
Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-02-10 13:29:05 +00:00
..
BUILD.bazel Fix CRD targets 2020-12-01 16:43:16 +01:00
crd-certificaterequests.yaml Merge pull request #3538 from chulkilee/patch-1 2021-02-03 15:09:11 +00:00
crd-certificates.yaml Removes implementation-specific comment from api 2021-02-10 13:29:05 +00:00
crd-challenges.yaml Remove all and rename acme to cert-manager-acme 2021-01-20 15:21:42 +01:00
crd-clusterissuers.yaml Merge pull request #3505 from hugoboos/ocsp-server 2021-02-05 11:27:37 +00:00
crd-issuers.yaml Merge pull request #3505 from hugoboos/ocsp-server 2021-02-05 11:27:37 +00:00
crd-orders.yaml Remove all and rename acme to cert-manager-acme 2021-01-20 15:21:42 +01:00
README.md Remove the legacy release 2020-12-01 16:17:07 +01:00

CRDs source directory

Warning

: if you are an end-user, you do NOT need to use the files in this directory. These files are for development purposes only.

This directory contains 'source code' used to build our CustomResourceDefinition resources in a way that can be consumed by all our different deployment methods.

This package exposes a number of different Bazel targets:

  • templates: the Helm templates for the CRD manifests
  • crds: the templated CRD manifests (after running helm template)
  • crd.templated: for each CRD type, the one CRD after running helm template
  • templated_files: a filegroup containing all of the individual templated CRD files

Most users should never utilise the files in this directory directly. Instead, Bazel build targets in other packages (i.e. //deploy/manifests, //deploy/charts etc) will be configured to automatically consume the appropriate artifact listed above.